Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package gnu.java.beans.decoder

See:
          Description

Interface Summary
Context A Context is the environment for an object which is being assembler.
ElementHandler ElementHandler manages a Context instance and interacts with its parent and child handlers.
PersistenceParser.Creator Creator interface provided a mechanism to instantiate ElementHandler instances for the appropriate tag.
 

Class Summary
AbstractContext AbstractContext implements some basic functionality of the Context interface and is therefore the base of all Context implementations.
AbstractCreatableObjectContext AbstractCreatableObjectContext is the base class for all Context implementations which create a result object in their lifetime.
AbstractElementHandler ElementHandler manages a Context instance and interacts with its parent and child handlers.
AbstractObjectContext AbstractObjectContext is the base for all Context implementations which create or provide a result object during their lifetime.
ArrayContext A Context implementation for a fixed size array.
ArrayHandler ArrayHandler processes the <array> tag.
BooleanHandler Creates a Boolean instance from the character data in a <boolean> tag.
ByteHandler Creates a Byte instance from the character data in a <byte> tag.
CharHandler Creates a Character instance from the character data in a <char> tag.
ClassHandler Creates a Class instance from the character data in a <class> tag.
ConstructorContext A ConstructorContext is a Context implementation which collects the parameters for a constructor call and instantiates the result object using that constructor.
DecoderContext DecoderContext is a Context implementation which allows access to the XMLDecoder instance itself.
DefaultExceptionListener The DefaultExceptionListener is the default implementation of the ExceptionListener interface.
DoubleHandler Creates a Double instance from the character data in a <double> tag.
DummyContext The DummyContext is used as the Context implementation for the DummyHandler.
DummyHandler An ElementHandler implementation that is used as an artificial root element.
FloatHandler Creates a Float instance from the character data in a <float> tag.
GrowableArrayContext A Context implementation for a growable array.
IndexContext IndexContext is Context implementation that senses whether it is an indexed get or set operation and invokes this operation.
IntHandler Creates a Integer instance from the character data in a <int> tag.
JavaHandler Wraps a DecoderContext instance.
LongHandler Creates a Long instance from the character data in a <long> tag.
MethodContext MethodContext collects arguments for a method call and creates the result object using it.
MethodFinder  
NullHandler Just provides the 'null' object.
ObjectContext ObjectContext is a Context implementation that wraps a simple Object instance.
ObjectHandler An ObjectHandler parses the <object> tag and thereby creates various Context implementations.
PersistenceParser The PersistenceParser parses an XML data stream and delegates actions to ElementHandler instances.
PropertyContext PropertyContext is a Context implementation that is very similar to MethodContext and IndexContext.
ShortHandler Creates a Short instance from the character data in a <short> tag.
SimpleHandler XML element handler that is specialized on tags that contains a simple string in their body which has to be parsed in a specific way.
StaticMethodContext  
StringHandler  
VoidHandler  
 

Exception Summary
AssemblyException The AssemblyException is used to wrap the cause of problems when assembling objects.
 

Package gnu.java.beans.decoder Description