public interface Service
Service
class acts as a factory of the following:
javax.xml.rpc.Call
for
the dynamic invocation of a remote operation on the
target service endpoint.
Modifier and Type | Method and Description |
---|---|
Call |
createCall()
Creates a
Call object not associated with
specific operation or target service endpoint. |
Call |
createCall(QName portName)
Creates a
Call instance. |
Call |
createCall(QName portName,
QName operationName)
Creates a
Call instance. |
Call |
createCall(QName portName,
String operationName)
Creates a
Call instance. |
Call[] |
getCalls(QName portName)
Gets an array of preconfigured
Call objects for
invoking operations on the specified port. |
HandlerRegistry |
getHandlerRegistry()
Returns the configured
HandlerRegistry instance
for this Service instance. |
Remote |
getPort(Class serviceEndpointInterface)
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
|
Remote |
getPort(QName portName,
Class serviceEndpointInterface)
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
|
Iterator |
|