Package org.jboss.axis.encoding

Interface Summary
Callback (src)  
DeserializationContext (src) This interface describes the AXIS DeserializationContext, note that an AXIS compliant DeserializationContext must extend the org.xml.sax.helpers.DefaultHandler.
Deserializer (src) This interface describes the AXIS Deserializer.
DeserializerFactory (src) This interface describes the AXIS DeserializerFactory.
SerializationContext (src) This interface describes the AXIS SerializationContext.
Serializer (src) This interface describes the AXIS Serializer.
SerializerFactory (src) This interface describes the AXIS SerializerFactory.
SimpleType (src) Marker interface to indicate that a bean is "really" a simple type (typically with attributes).
SimpleValueSerializer (src)  
Target (src) A deserializer constructs a value from the xml passed over the wire and sets a target.
TypeMapping (src) This interface describes the AXIS TypeMapping.
TypeMappingRegistry (src) This interface describes the AXIS TypeMappingRegistry.
 

Class Summary
AttributeSerializationContextImpl (src) Used to suppress element tag serialization when serializing simple types into attributes.
Base64 (src)  
CallbackTarget (src)  
DefaultSOAP12TypeMappingImpl (src) Deprecated. Please use DefaultSOAPEncodingTypeMappingImpl.java
DefaultSOAPEncodingTypeMappingImpl (src)  
DefaultTypeMappingImpl (src) This is the implementation of the axis Default TypeMapping (which extends the JAX-RPC TypeMapping interface) for SOAP 1.1.
DeserializationContextImpl (src)  
DeserializerImpl (src) The Deserializer base class.
DeserializerTarget (src)  
FieldTarget (src)  
MethodTarget (src)  
SerializationContextImpl (src) Manage a serialization, including keeping track of namespace mappings and element stacks.
TypeMappingImpl (src)

This is the implementation of the axis TypeMapping interface (which extends the JAX-RPC TypeMapping interface).

TypeMappingRegistryImpl (src)

The TypeMappingRegistry keeps track of the individual TypeMappings.

XMLType (src)