Package org.idoox.wasp.serialization

Provides API for serialization framework used in WSO2 SOA Enablement Server.

See:
          Description

Interface Summary
DeserializationChain This class represents a chain of deserializers.
DeserializationContext This class is used during deserialization to find appropriate (custom) deserializers.
DeserializedObjectsStack  
Deserializer Deserializes a stream from EncodingToken into a Java objects.
FaultDeserializer Deserializes a SOAP Fault into an exception.
FaultSerializer Serializer for a throwable to SOAP Fault.
PostDeserializationHandler Deprecated. The feature is no longer supported
PostSerializationHandler Deprecated. The feature is no longer supported
Reference This interface implements a reference to another message part or attachment.
ReferenceDeserializationContext  
ReferenceSerializationContext A context for serialization of multi-references for SOAP encoded style.
ReferenceSerializationContext.AttachmentWithType  
SchemaContext Drives a schema context for serialization and deserialization.
SchemaContext.State This interface is used by serialization context to store information about the current position on the serialization stack.
SerializationChain This class represents a chain of serializers.
SerializationContext This class walks through the serialization map (obtained through parsing WSDL or other format descriptions) and returns custom serializers.
SerializationRepository Contains all the (custom) serializers and deserializers.
Serializer This class is responsible for serializing an object to an EncodingTokenWriter.
TypeMappingContext Context for mapping xml schema types to programming language types
XMLDeserializer Deserializes a stream of xml tokens into a java object.
XMLSerializer This class is responsible for serializing an object to a TokenWriter.
 

Package org.idoox.wasp.serialization Description

Provides API for serialization framework used in WSO2 SOA Enablement Server.