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.
1.0 - | Method from javax.xml.rpc.Service Summary: |
|---|
| createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getPort, getPort, getPorts, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation |
| Method from javax.xml.rpc.Service Detail: |
|---|
Call object not associated with
specific operation or target service endpoint. This
Call object needs to be configured using the
setter methods on the Call interface. |
Call instance. |
Call instance. |
Call instance. |
Call objects for
invoking operations on the specified port. There is one
Call object per operation that can be invoked
on the specified port. Each Call object is
pre-configured and does not need to be configured using
the setter methods on Call interface.
Each invocation of the This method requires the |
HandlerRegistry instance
for this Service instance. |
serviceEndpointInterface specifies the service
endpoint interface that is supported by the returned stub or
proxy. In the implementation of this method, the JAX-RPC
runtime system takes the responsibility of selecting a protocol
binding (and a port) and configuring the stub accordingly.
The returned Stub instance should not be
reconfigured by the client. |
serviceEndpointInterface
specifies the service endpoint interface that is supported by
the created dynamic proxy or stub instance. |
Iterator for the list of
QNames of service endpoints grouped by this
service. |
|
TypeMappingRegistry for this
Service object. The returned
TypeMappingRegistry instance is pre-configured
to support the standard type mapping between XML and Java
types types as required by the JAX-RPC specification. |
|