Package context.arch.comm.language

Interface Summary
DecoderInterface This interface specifies all the methods an DecoderInterface object must support.
EncoderInterface This interface specifies all the methods an EncoderInterface object must support.
MessageHandler This interface specifies all the methods for encoding outgoing messages and decoding incoming messages, as well as the method that handles decoded incoming messages.
 

Class Summary
ParserObject This class handles the encoding and decoding for the BaseObject class.
SAX_XMLDecoder This class provides access to the SAX XML parsing code using the specified XML parser class/driver.
XMLEncoder  
 

Exception Summary
DecodeException This class implements the DecodeException.
EncodeException This class implements the EncodeException.
InvalidDecoderException This class implements the InvalidDecoderException.
InvalidEncoderException This class implements the InvalidEncoderException.