Package org.jboss.xml.binding

Interface Summary
AbstractMarshaller.Stack (src)  
ContentNavigator (src) An interface for content navigation.
GenericObjectModelFactory (src) Direct implementations of ObjectModelFactory interface can be thought of as "typed" factories in a sense that arguments of newChild, addChild and setValue methods are supposed to be specific Java classes (other than java.lang.Object) from the target class hierarchy.
GenericObjectModelProvider (src) Direct implementations of ObjectModelProvider interface can be thought of as "typed" providers in a sense that arguments of getChildren, getElementValue and getAttributeValue methods are supposed to be of concrete Java types (other than java.lang.Object) from the target class hierarchy.
Marshaller (src) An interface for marshaller implementations, e.g.
ObjectModelFactory (src) The interface all object model factories must implement.
ObjectModelProvider (src) The interface all object model providers must implement.
TypeConverter (src)  
 

Class Summary
AbstractMarshaller (src)  
AbstractMarshaller.StackImpl (src)  
AttributesImpl (src) org.xml.sax.Attributes implementation.
Content (src) An instance of this class represents XML content.
Content.Characters (src)  
Content.EndElement (src)  
Content.EndPrefixMapping (src)  
Content.StartElement (src)  
Content.StartPrefixMapping (src)  
ContentPopulator (src) org.xml.sax.ContentHandler implementation that poplulates an instance of org.jboss.xml.binding.Content.
ContentWriter (src) org.xml.sax.ContentHandler implementation that serializes an instance of org.jboss.xml.binding.Content to a java.io.Writer.
DelegatingObjectModelFactory (src) todo come up with a nicer class name
DelegatingObjectModelProvider (src) todo come up with a nicer class name
DtdMarshaller (src) A DTD based org.jboss.xml.binding.Marshaller implementation.
MappingObjectModelFactory (src) An ObjectModelFactory that uses mappings
MappingObjectModelProvider (src)  
Marshaller.FACTORY (src)  
NamespaceRegistry (src) A simple namespace registry
ObjectModelBuilder (src) An instance of this class translates SAX events into org.jboss.xml.binding.GenericObjectModelFactory calls such as newChild, addChild and setValue.
SchemalessMarshaller (src) Sandbox.
SchemalessObjectModelFactory (src) Sandbox.
TypeBinding (src)  
Unmarshaller (src) Unmarshaller implementation.
Util (src) Various utilities for XML binding.
XercesXsMarshaller (src)  
XsMarshaller (src) An XML schema based org.jboss.xml.binding.Marshaller implementation.
 

Exception Summary
JBossXBException (src)  
JBossXBRuntimeException (src)  
JBossXBValueFormatException (src)