Make a new BigDecimalHolder
with a null
value.
Make a new BigDecimalHolder
with value
as
the value.
Make a new BigIntegerHolder
with a null
value.
Make a new BigIntegerHolder
with value
as
the value.
Make a new BooleanHolder
with a null
value.
Make a new BooleanHolder
with value
as
the value.
Make a new BooleanWrapperHolder
with a null
value.
Make a new BooleanWrapperHolder
with value
as
the value.
Make a new ByteArrayHolder
with a null
value.
Make a new ByteArrayHolder
with value
as
the value.
Make a new ByteHolder
with a null
value.
Make a new ByteHolder
with value
as
the value.
Make a new ByteWrapperHolder
with a null
value.
Make a new ByteWrapperHolder
with value
as
the value.
Make a new CalendarHolder
with a null
value.r
Make a new CalendarHolder
with value
as
the value.
The javax.xml.rpc.Call
interface provides support
for the dynamic invocation of a service endpoint.
Removes all registered TypeMappings and encodingStyleURIs
from this TypeMappingRegistry.
Returns true if the MessageContext
contains a property
with the specified name.
Creates a Call
object not associated with
specific operation or target service endpoint.
Create a Service
instance.
Create a Service
instance.
Creates a new empty TypeMapping
object.
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML
processing mechanism specific manner.
The javax.xml.rpc.encoding.Deserializer interface defines a
base interface for deserializers.
The javax.xml.rpc.encoding.DeserializerFactory is a factory of
deserializers.
The destroy
method indicates the end of lifecycle
for a Handler instance.
The destroy
method indicates the end of lifecycle
for a Handler instance.
Indicates the end of lifecycle for a HandlerChain.
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by
invoking the destroy method.
Make a new DoubleHolder
with a null
value.
Make a new DoubleHolder
with value
as
the value.
Make a new DoubleWrapperHolder
with a null
value.
Make a new DoubleWrapperHolder
with value
as
the value.
The javax.xml.rpc.handler.GenericHandler
class
implements the Handler
interface.
Gets an array of preconfigured Call
objects for
invoking operations on the specified port.
Gets the registered default TypeMapping
instance.
Gets the DeserializerFactory registered for the specified pair
of Java type and XML data type.
Returns a Deserializer for the specified XML processing mechanism type.
Gets the faultactor
element.
Gets the faultcode
element.
Gets the faultstring
element.
Gets the handler chain for the specified service endpoint.
Gets the Handler configuration.
Returns the configured HandlerRegistry
instance
for this Service
instance.
Gets the header blocks processed by this Handler instance.
Gets the header blocks processed by this Handler instance.
Gets the header blocks processed by this Handler.
The getHttpSession
method returns the current
HTTP session (as a javax.servlet.http.HTTPSession
).
Gets the type of the XML processing mechanism and
representation used by this Deserializer.
Gets the type of the XML processing mechanism and representation used by this Serializer.
Gets the SOAPMessage from this message context.
The method getMessageContext
returns the
MessageContext
targeted for this endpoint instance.
Gets the name of the operation to be invoked using this Call instance.
Returns a Map
of {name, value} for the output parameters of
the last invoked operation.
Returns a List
values for the output parameters
of the last invoked operation.
Gets the XML type of a parameter by name.
The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service.
Gets the qualified name of the port type.
Gets the value of a named property.
Gets the value of a specific property from the
MessageContext
.
Gets the names of configurable properties supported by
this Call
object.
Returns an Iterator view of the names of the properties
in this MessageContext
.
Returns a list of registered encodingStyle URIs in this
TypeMappingRegistry
instance.
Gets the return type for a specific operation.
Gets SOAP actor roles registered for this HandlerChain at
this SOAP node.
Gets the SOAP actor roles associated with an execution
of the HandlerChain and its contained Handler instances.
Gets the SerializerFactory registered for the specified
pair of Java type and XML data type.
Returns a Serializer for the specified XML processing mechanism type.
Gets the name of this Service.
The method getServletContext
returns the
ServletContex
t associated with the web
application that contain this endpoint.
Returns the encodingStyle URIs (as String[]) supported by
this TypeMapping instance.
Returns an Iterator
over the list of all XML processing
mechanism types supported by this DeserializerFactory
.
Returns an Iterator over all XML processing mechanism types supported by
this SerializerFactory
.
Gets the address of a target service endpoint.
Returns the registered TypeMapping
for the specified
encodingStyle URI.
Gets the TypeMappingRegistry
for this
Service
object.
Returns a java.security.Principal
instance that
contains the name of the authenticated user for the current
method invocation on the endpoint instance.
Gets location of the WSDL document for this Service.
The handleFault
method processes the SOAP faults
based on the SOAP message processing model.
The handleFault
method processes the SOAP faults
based on the SOAP message processing model.
The handleFault
method initiates the SOAP
fault processing for this handler chain.
The javax.xml.rpc.handler.Handler
interface is
required to be implemented by a SOAP message handler.
The javax.xml.rpc.handler.HandlerChain
represents
a list of handlers.
The handleRequest
method processes the request
SOAP message.
The handleRequest
method processes the request message.
The handleRequest
method initiates the request
processing for this handler chain.
The handleResponse
method processes the response
message.
The handleResponse
method processes the response SOAP message.
The handleResponse
method initiates the response
processing for this handler chain.
The javax.xml.rpc.handler.HandlerInfo
represents
information about a handler in the HandlerChain.
Constructor for HandlerInfo.
The javax.xml.rpc.handler.HandlerRegistry
provides support for the programmatic configuration of
handlers in a HandlerRegistry
.
The java.xml.rpc.holders.Holder
interface represents the base interface for both standard and
generated Holder classes.
The init
method to enable the Handler instance to
initialize itself.
The init
method enables the Handler instance to
initialize itself.
Initializes the configuration for a HandlerChain.
Used for initialization of a service endpoint.
Make a new IntegerWrapperHolder
with a null
value.
Make a new IntegerWrapperHolder
with value
as
the value.
Make a new IntHolder
with a null
value.
Make a new IntHolder
with value
as
the value.
Invokes a specific operation using a synchronous request-response
interaction mode.
Invokes a specific operation using a synchronous request-response
interaction mode.
Invokes a remote method using the one-way interaction mode.
Indicates whether addParameter
and
setReturnType
methods
are to be invoked to specify the parameter and return type
specification for a specific operation.
Checks whether or not type mapping between specified XML
type and Java type is registered.
Constants used in JAX-RPC for namespace prefixes and URIs.
Constructor NamespaceConstants.
Gets an instance of the
ServiceFactory
Only one copy of a factory exists and is returned to the
application each time this method is called.
Namespace prefix for XML schema XSD.
Namespace prefix for XML Schema XSI.
Namespace prefix for SOAP Encoding.
Namespace prefix for SOAP Envelope.
Namespace URI for XML Schema XSD.
Namespace URI for XML Schema XSI.
Nameapace URI for SOAP 1.1 Encoding.
Nameapace URI for SOAP 1.1 Envelope.
Nameapace URI for SOAP 1.1 next actor role.
Registers SerializerFactory and DeserializerFactory for a
specific type mapping between an XML type and Java type.
Registers a TypeMapping
instance with the
TypeMappingRegistry
.
Registers the TypeMapping
instance that is default
for all encoding styles supported by the
TypeMappingRegistry
.
Removes all specified parameters from this Call
instance.
Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type.
Removes a named property.
Removes a property (name-value pair) from the
MessageContext
.
Removes the SerializerFactory registered for the specified
pair of Java type and XML data type.
Removes a TypeMapping
from the TypeMappingRegistry.
The javax.xml.rpc.encoding.SerializationContext interface is
implemented by the JAX-RPC runtime system in an XML processing
mechanism specific manner.
The javax.xml.rpc.encoding.Serializer interface defines the
base interface for serializers.
The javax.xml.rpc.encoding.SerializerFactory is a factory of
the serializers.
Service
class acts as a factory of the following:
- Dynamic proxy for the target service endpoint.
The javax.xml.rpc.ServiceException
is thrown from the
methods in the javax.xml.rpc.Service
interface and
ServiceFactory
class.
Constructs a new exception with null
as its
detail message.
Constructs a new exception with the specified detail
message.
Constructs a new exception with the specified detail
message and cause.
Constructs a new exception with the specified cause
and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the
class and detail message of cause).
The javax.xml.rpc.ServiceFactory
is an abstract class
that provides a factory for the creation of instances of the type
javax.xml.rpc.Service
.
A constant representing the property used to lookup the
name of a ServiceFactory
implementation
class.
The javax.xml.rpc.server.ServiceLifecycle
defines a lifecycle interface for a
JAX-RPC service endpoint.
The ServletEndpointContext
provides an endpoint
context maintained by the underlying servlet container based
JAX-RPC runtime system.
Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
Sets the handler chain for the specified service endpoint
as a java.util.List
.
Sets the Handler configuration as java.util.Map
Sets the header blocks processed by this Handler.
Sets the SOAPMessage
for this message context.
Sets the name of the operation to be invoked using this
Call
instance.
Sets the qualified name of the port type.
Sets the value for a named property.
Sets the name and value of a property associated with the
MessageContext
.
Sets the return type for a specific operation.
Sets the return type for a specific operation.
Sets SOAP Actor roles for this HandlerChain
.
Sets the encodingStyle URIs supported by this TypeMapping
instance.
Sets the address of the target service endpoint.
Make a new ShortHolder
with a null
value.
Make a new ShortHolder
with value
as
the value.
Make a new ShortWrapperHolder
with a null
value.
Make a new ShortWrapperHolder
with value
as
the value.
Standard property for SOAPAction.
Standard property for SOAPAction.
The SOAPFaultException
exception represents a
SOAP fault.
Constructor for SOAPFaultException.
The interface javax.xml.rpc.soap.SOAPMessageContext
provides access to the SOAP message for either RPC request or
response.
Make a new StringHolder
with a null
value.
Make a new StringHolder
with value
as
the value.
The interface javax.xml.rpc.Stub
is the common base interface
for the stub classes.
The BigDecimal
contained by this holder.
The BigInteger
that is held.
The boolean
contained by this holder.
The Boolean
contained by this holder.
The byte[]
contained by this holder.
The byte
contained by this holder.
The Byte
contained by this holder.
The Calendar
that is held.
The double
contained by this holder.
The Double
contained by this holder.
The byte
contained by this holder.
The Float
contained by this holder.
The Integer
contained by this holder.
The int
contained by this holder.
The long
contained by this holder.
The Long
contained by this holder.
The Object
contained by this holder.
The QName
contained by this holder.
The short
contained by this holder.
The Short
contained by this holder.
The String
contained by this holder.