| Home >> All >> org >> apache >> axis >> encoding >> [ ser Javadoc ] |
| | org.apache.axis.encoding.ser.castor.* (9) | | org.apache.axis.encoding.ser.xbeans.* (4) |
org.apache.axis.encoding.ser: Javadoc index of package org.apache.axis.encoding.ser.
Package Samples:
org.apache.axis.encoding.ser.castor
org.apache.axis.encoding.ser.xbeans
Classes:
SimpleDeserializer: A deserializer for any simple type with a (String) constructor. Note: this class is designed so that subclasses need only override the makeValue method in order to construct objects of their own type.
SimpleDeserializerFactory: A deserializer for any simple type with a (String) constructor. Note: this class is designed so that subclasses need only override the makeValue method in order to construct objects of their own type.
VectorSerializer: A VectorSerializer is be used to serialize and deserialize Vectors using the SOAP-ENC encoding style.
SimpleListDeserializerFactory: DeserializerFactory for based on SimpleDeserializerFactory
MapSerializer: A MapSerializer is be used to serialize and deserialize Maps using the SOAP-ENC encoding style.
ArrayDeserializer: An ArrayDeserializer handles deserializing SOAP arrays. Some code borrowed from ApacheSOAP - thanks to Matt Duftler!
SimpleListDeserializer: Deserializer for based on SimpleDeserializer
ArraySerializer: An ArraySerializer handles serializing of arrays. Some code borrowed from ApacheSOAP - thanks to Matt Duftler!
SimpleListSerializer: Serializer for based on SimpleSerializer
BaseFactory: Base Factory for BaseDeserializerFactory and BaseSerializerFactory. Code Reuse for the method cache
OctetStreamDataHandlerDeserializer: application/octet-stream DataHandler Deserializer Modified by Davanum Srinivas
CalendarDeserializer: The CalendarSerializer deserializes a dateTime. Much of the work is done in the base class.
DateDeserializer: The DateSerializer deserializes a Date. Much of the work is done in the base class.
QNameDeserializer: The DateSerializer deserializes a Date. Much of the work is done in the base class.
SimpleSerializer: Serializer for primitives and anything simple whose value is obtained with toString()
PlainTextDataHandlerDeserializer: text/plain DataHandler Deserializer Modified by Russell Butek
AxisContentHandler: This ContentHandler delegates all serialization to an axis SerializationContext
SourceDataHandlerDeserializer: SourceDataHandler Deserializer Modified by Russell Butek
ImageDataHandlerDeserializer: ImageDataHandler Deserializer Modified by Russell Butek
BeanSerializer: General purpose serializer/deserializerFactory for an arbitrary java bean.
TimeDeserializer: The TimeSerializer deserializes a time. Rely on Time of types package
BaseDeserializerFactory: Base class for Axis Deserialization Factory classes for code reuse
BaseSerializerFactory: Base class for Axis Serialization Factory classes for code reuse
| Home | Contact Us | Privacy Policy | Terms of Service |