Class Summary |
BigDecimalHolder |
Holder for BigDecimal s.
|
BigIntegerHolder |
Holder for BigInteger s.
|
BooleanHolder |
Holder for boolean s.
|
BooleanWrapperHolder |
Holder for Boolean s.
|
ByteArrayHolder |
Holder for byte[] s.
|
ByteHolder |
Holder for byte s.
|
ByteWrapperHolder |
Holder for Byte s.
|
CalendarHolder |
Holder for Calendar s.
|
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 double s.
|
DoubleWrapperHolder |
Holder for Double s.
|
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 float s.
|
FloatWrapperHolder |
Holder for Float s.
|
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 Integer s.
|
IntHolder |
Holder for int s.
|
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 long s.
|
LongWrapperHolder |
Holder for Long s.
|
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 Object s.
|
ParameterMode |
The javax.xml.rpc.ParameterMode is a type-safe
enumeration for parameter mode. |
QNameHolder |
Holder for QName s.
|
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 short s.
|
ShortWrapperHolder |
Holder for Short s.
|
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 String s.
|
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.
|