|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| javax.xml.rpc | |
| Uses of Service in javax.xml.rpc |
|---|
| Methods in javax.xml.rpc that return Service | |
|---|---|
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 serviceInterface)
Create an instance of the generated service implementation class for a given service interface, if available. |
abstract Service |
ServiceFactory.loadService(URL wsdlDocumentLocation,
Class serviceInterface,
Properties props)
Create an instance of the generated service implementation class for a given service interface, if available. |
abstract Service |
ServiceFactory.loadService(URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName,
Properties props)
Create an instance of the generated service implementation class for a given service, if available. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||