Package | Description |
---|---|
javax.xml.rpc |
This package contains the core JAX-RPC APIs for the client
programming model.
|
Modifier and Type | Method and Description |
---|---|
abstract Service |
ServiceFactory.createService(QName serviceName)
Create a
Service instance. |
abstract Service |
ServiceFactory.createService(URL wsdlDocumentLocation,
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 properties)
Create an instance of the generated service implementation class
for a given service interface, if available.
|
abstract Service |
ServiceFactory.loadService(URL wsdlDocumentLocation,
QName serviceName,
Properties properties)
Create an instance of the generated service implementation
class for a given service, if available.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.