Interface | Description |
---|---|
AnyContentType |
Interface to indicate that a bean has xsd:any content
|
Callback | |
Deserializer |
This interface describes the AXIS Deserializer.
|
DeserializerFactory |
This interface describes the AXIS DeserializerFactory.
|
MixedContentType |
Interface to indicate that a bean has mixed content
|
Serializer |
This interface describes the AXIS Serializer.
|
SerializerFactory |
This interface describes the AXIS SerializerFactory.
|
SimpleType |
Marker interface to indicate that a bean is "really" a simple type
(typically with attributes).
|
SimpleValueSerializer | |
Target |
A deserializer constructs a value from the xml passed over the wire and
sets a target.
|
TypeMapping |
This interface describes the AXIS TypeMapping.
|
TypeMappingRegistry |
This interface describes the AXIS TypeMappingRegistry.
|
Class | Description |
---|---|
AttributeSerializationContextImpl |
Used to suppress element tag serialization when serializing simple
types into attributes.
|
Base64 | |
CallbackTarget | |
ConstructorTarget |
Used when the class need a specific Constructor (not default one)
|
DefaultJAXRPC11TypeMappingImpl |
This is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping
See DefaultTypeMapping for more information.
|
DefaultSOAP12TypeMappingImpl | Deprecated
Please use DefaultSOAPEncodingTypeMappingImpl.java
|
DefaultSOAPEncodingTypeMappingImpl |
This is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping
See DefaultTypeMapping for more information.
|
DefaultTypeMappingImpl |
This is the implementation of the axis Default TypeMapping (which extends
the JAX-RPC TypeMapping interface) for SOAP 1.1.
|
DeserializationContext |
This interface describes the AXIS DeserializationContext, note that
an AXIS compliant DeserializationContext must extend the org.xml.sax.helpers.DefaultHandler.
|
DeserializerImpl |
The Deserializer base class.
|
DeserializerTarget | |
FieldTarget | |
MethodTarget | |
SerializationContext |
Manage a serialization, including keeping track of namespace mappings
and element stacks.
|
TextSerializationContext |
For internal use only.
|
TypeMappingDelegate |
The TypeMapping delegate is used to simply delegate to
the indicated type mapping.
|
TypeMappingImpl |
This is the implementation of the axis TypeMapping interface (which extends
the JAX-RPC TypeMapping interface).
|
TypeMappingImpl.Pair | |
TypeMappingRegistryImpl |
The TypeMappingRegistry keeps track of the individual TypeMappings.
|
XMLType |
Copyright © The Apache Software Foundation. All Rights Reserved.