public class ServiceFactoryImpl extends javax.xml.rpc.ServiceFactory
A concrete factory for Service objects.
SERVICEFACTORY_PROPERTY| Constructor and Description |
|---|
ServiceFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.rpc.Service |
createService(Class serviceInterface,
QName name) |
javax.xml.rpc.Service |
createService(QName name) |
javax.xml.rpc.Service |
createService(URL wsdlDocumentLocation,
QName name) |
javax.xml.rpc.Service |
loadService(Class serviceInterface) |
javax.xml.rpc.Service |
loadService(URL wsdlDocumentLocation,
Class serviceInterface,
Properties properties) |
javax.xml.rpc.Service |
loadService(URL wsdlDocumentLocation,
QName ServiceName,
Properties properties) |
newInstancepublic javax.xml.rpc.Service createService(URL wsdlDocumentLocation, QName name) throws javax.xml.rpc.ServiceException
createService in class javax.xml.rpc.ServiceFactoryjavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Service createService(QName name) throws javax.xml.rpc.ServiceException
createService in class javax.xml.rpc.ServiceFactoryjavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Service createService(Class serviceInterface, QName name) throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Service loadService(Class serviceInterface) throws javax.xml.rpc.ServiceException
loadService in class javax.xml.rpc.ServiceFactoryjavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Service loadService(URL wsdlDocumentLocation, Class serviceInterface, Properties properties) throws javax.xml.rpc.ServiceException
loadService in class javax.xml.rpc.ServiceFactoryjavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Service loadService(URL wsdlDocumentLocation, QName ServiceName, Properties properties) throws javax.xml.rpc.ServiceException
loadService in class javax.xml.rpc.ServiceFactoryjavax.xml.rpc.ServiceExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.