Package | Description |
---|---|
javax.xml.rpc | |
javax.xml.rpc.server |
Modifier and Type | Method and Description |
---|---|
Call |
Service.createCall()
Creates a
Call object not associated with
specific operation or target service endpoint. |
Call |
Service.createCall(QName portName)
Creates a
Call instance. |
Call |
Service.createCall(QName portName,
QName operationName)
Creates a
Call instance. |
Call |
Service.createCall(QName portName,
String operationName)
Creates a
Call instance. |
abstract Service |
ServiceFactory.createService(QName serviceName)
Create a
Service instance. |
abstract Service |
ServiceFactory.createService(URL wsdlDocumentLocation,
QName serviceName)
Create a
Service instance. |
Call[] |
Service.getCalls(QName portName)
Gets an array of preconfigured
Call objects for
invoking operations on the specified port. |
Remote |
Service.getPort(Class serviceEndpointInterface)
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
|
Remote |
Service.getPort(QName portName,
Class serviceEndpointInterface)
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
|
Iterator |
Service.getPorts()
Returns an
Iterator for the list of
QName s of service endpoints grouped by this
service. |
abstract Service |
ServiceFactory.loadService(Class class1) |
abstract Service |
ServiceFactory.loadService(URL url,
Class class1,
Properties properties) |
abstract Service |
ServiceFactory.loadService(URL url,
QName qname,
Properties properties) |
static ServiceFactory |
ServiceFactory.newInstance()
Gets an instance of the
ServiceFactory |
Modifier and Type | Method and Description |
---|---|
void |
ServiceLifecycle.init(Object context)
Used for initialization of a service endpoint.
|
Copyright © 2017. All rights reserved.