Package | Description |
---|---|
javax.xml.rpc |
Modifier and Type | Method and Description |
---|---|
abstract Service |
ServiceFactory.createService(javax.xml.namespace.QName serviceName)
Create a
Service instance. |
abstract Service |
ServiceFactory.createService(URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName)
Create a
Service instance. |
abstract Service |
ServiceFactory.loadService(Class class1) |
abstract Service |
ServiceFactory.loadService(URL url,
Class class1,
Properties properties) |
abstract Service |
ServiceFactory.loadService(URL url,
javax.xml.namespace.QName qname,
Properties properties) |
Copyright © 2013. All Rights Reserved.