public class ServiceFactoryImpl extends javax.xml.rpc.ServiceFactory
SERVICEFACTORY_PROPERTY| Constructor and Description |
|---|
ServiceFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.rpc.Service |
createService(QName serviceName)
Create a
Service instance. |
javax.xml.rpc.Service |
createService(URL wsdlURL,
QName serviceName)
Create a
Service instance. |
javax.xml.rpc.Service |
createService(URL wsdlURL,
QName serviceName,
URL mappingURL)
Create a
Service instance. |
javax.xml.rpc.Service |
createService(URL wsdlURL,
QName serviceName,
URL mappingURL,
URL securityURL)
Create a
Service instance. |
javax.xml.rpc.Service |
loadService(Class serviceInterface)
Create an instance of the generated service implementation class for a given service interface, if available.
|
javax.xml.rpc.Service |
loadService(URL wsdlDocumentLocation,
Class serviceInterface,
Properties props)
Create an instance of the generated service implementation class for a given service interface, if available.
|
javax.xml.rpc.Service |
loadService(URL wsdlDocumentLocation,
QName serviceName,
Properties props)
Create an instance of the generated service implementation class for a given service, if available.
|
newInstancepublic javax.xml.rpc.Service loadService(Class serviceInterface) throws javax.xml.rpc.ServiceException
loadService in class javax.xml.rpc.ServiceFactoryserviceInterface - Service interfacejavax.xml.rpc.ServiceException - If there is any error while creating the specified service, including the case where a
generated service implementation class cannot be locatedpublic javax.xml.rpc.Service loadService(URL wsdlDocumentLocation, Class serviceInterface, Properties props) throws javax.xml.rpc.ServiceException
loadService in class javax.xml.rpc.ServiceFactorywsdlDocumentLocation - URL for the WSDL document location for the service or nullserviceInterface - Service interfaceprops - A set of implementation-specific properties to help locate the generated service implementation classjavax.xml.rpc.ServiceException - If there is any error while creating the specified service, including the case where a
generated service implementation class cannot be locatedpublic javax.xml.rpc.Service loadService(URL wsdlDocumentLocation, QName serviceName, Properties props) throws javax.xml.rpc.ServiceException
loadService in class javax.xml.rpc.ServiceFactorywsdlDocumentLocation - URL for the WSDL document location for the service or nullserviceName - Qualified name for the serviceprops - A set of implementation-specific properties to help locate the generated service implementation classjavax.xml.rpc.ServiceException - If there is any error while creating the specified service, including the case where a generated service implementation class cannot be locatedpublic javax.xml.rpc.Service createService(QName serviceName) throws javax.xml.rpc.ServiceException
Service instance.createService in class javax.xml.rpc.ServiceFactoryserviceName - QName for the servicejavax.xml.rpc.ServiceException - If any error in creation of the specified servicepublic javax.xml.rpc.Service createService(URL wsdlURL, QName serviceName) throws javax.xml.rpc.ServiceException
Service instance.createService in class javax.xml.rpc.ServiceFactorywsdlURL - URL for the WSDL document locationserviceName - QName for the service.javax.xml.rpc.ServiceException - If any error in creation of the specified servicepublic javax.xml.rpc.Service createService(URL wsdlURL, QName serviceName, URL mappingURL) throws javax.xml.rpc.ServiceException
Service instance.wsdlURL - URL for the WSDL document locationserviceName - QName for the service.mappingURL - URL for the jaxrpc-mapping.xml document locationjavax.xml.rpc.ServiceException - If any error in creation of the specified servicepublic javax.xml.rpc.Service createService(URL wsdlURL, QName serviceName, URL mappingURL, URL securityURL) throws javax.xml.rpc.ServiceException
Service instance.wsdlURL - URL for the WSDL document locationserviceName - QName for the service.mappingURL - URL for the jaxrpc-mapping.xml document locationsecurityURL - URL for the jboss-ws-security.xml filejavax.xml.rpc.ServiceException - If any error in creation of the specified serviceCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.