| Class Summary |
| BigDecimalHolder |
Holder for BigDecimals.
|
| BigIntegerHolder |
Holder for BigIntegers.
|
| BooleanHolder |
Holder for booleans.
|
| BooleanWrapperHolder |
Holder for Booleans.
|
| ByteArrayHolder |
Holder for byte[]s.
|
| ByteHolder |
Holder for bytes.
|
| ByteWrapperHolder |
Holder for Bytes.
|
| CalendarHolder |
Holder for Calendars.
|
| Call |
The javax.xml.rpc.Call interface provides support
for the dynamic invocation of a service endpoint. |
| DeserializationContext |
The javax.xml.rpc.encoding.DeserializationContext interface is implemented by the JAX-RPC runtime system in an XML
processing mechanism specific manner. |
| Deserializer |
The javax.xml.rpc.encoding.Deserializer interface defines a
base interface for deserializers. |
| DeserializerFactory |
The javax.xml.rpc.encoding.DeserializerFactory is a factory of
deserializers. |
| DoubleHolder |
Holder for doubles.
|
| DoubleWrapperHolder |
Holder for Doubles.
|
| FactoryFinder |
This code is designed to implement the pluggability
feature and is designed to both compile and run on JDK version 1.1 and
later. |
| FactoryFinder.ConfigurationError | |
| FloatHolder |
Holder for floats.
|
| FloatWrapperHolder |
Holder for Floats.
|
| GenericHandler |
The javax.xml.rpc.handler.GenericHandler class
implements the Handler interface. |
| Handler |
The javax.xml.rpc.handler.Handler interface is
required to be implemented by a SOAP message handler. |
| HandlerChain |
The javax.xml.rpc.handler.HandlerChain represents
a list of handlers. |
| HandlerInfo |
The javax.xml.rpc.handler.HandlerInfo represents
information about a handler in the HandlerChain. |
| HandlerRegistry |
The javax.xml.rpc.handler.HandlerRegistry
provides support for the programmatic configuration of
handlers in a HandlerRegistry.
|
| Holder |
The java.xml.rpc.holders.Holder interface represents the base interface for both standard and
generated Holder classes. |
| IntegerWrapperHolder |
Holder for Integers.
|
| IntHolder |
Holder for ints.
|
| JAXRPCException |
The javax.xml.rpc.JAXRPCException is thrown from
the core JAX-RPC APIs to indicate an exception related to the
JAX-RPC runtime mechanisms.
|
| LongHolder |
Holder for longs.
|
| LongWrapperHolder |
Holder for Longs.
|
| MessageContext |
The interface MessageContext abstracts the message
context that is processed by a handler in the handle
method.
|
| NamespaceConstants |
Constants used in JAX-RPC for namespace prefixes and URIs.
|
| ObjectHolder |
Holder for Objects.
|
| ParameterMode |
The javax.xml.rpc.ParameterMode is a type-safe
enumeration for parameter mode. |
| QNameHolder |
Holder for QNames.
|
| SerializationContext |
The javax.xml.rpc.encoding.SerializationContext interface is
implemented by the JAX-RPC runtime system in an XML processing
mechanism specific manner. |
| Serializer |
The javax.xml.rpc.encoding.Serializer interface defines the
base interface for serializers. |
| SerializerFactory |
The javax.xml.rpc.encoding.SerializerFactory is a factory of
the serializers. |
| Service |
Service class acts as a factory of the following:
- Dynamic proxy for the target service endpoint.
|
| ServiceException |
The javax.xml.rpc.ServiceException is thrown from the
methods in the javax.xml.rpc.Service interface and
ServiceFactory class.
|
| ServiceFactory |
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. |
| ServiceLifecycle |
The javax.xml.rpc.server.ServiceLifecycle defines a lifecycle interface for a
JAX-RPC service endpoint. |
| ServletEndpointContext |
The ServletEndpointContext provides an endpoint
context maintained by the underlying servlet container based
JAX-RPC runtime system. |
| ShortHolder |
Holder for shorts.
|
| ShortWrapperHolder |
Holder for Shorts.
|
| SOAPFaultException |
The SOAPFaultException exception represents a
SOAP fault.
|
| SOAPMessageContext |
The interface javax.xml.rpc.soap.SOAPMessageContext
provides access to the SOAP message for either RPC request or
response. |
| StringHolder |
Holder for Strings.
|
| Stub |
The interface javax.xml.rpc.Stub is the common base interface
for the stub classes. |
| TypeMapping |
The javax.xml.rpc.encoding.TypeMapping is the base
interface for the representation of a type mapping. |
| TypeMappingRegistry |
The interface javax.xml.rpc.encoding.TypeMappingRegistry
defines a registry of TypeMapping instances for various encoding
styles.
|
| XMLType |
Constants representing XML Types.
|