| Interface | Description |
|---|---|
| AbstractMarshaller.Stack | |
| Constants | |
| FeatureAware |
We can set the feature on this impl.
|
| GenericObjectModelFactory |
Direct implementations of
ObjectModelFactory interface can be thought of as "typed" factories
in a sense that parameter types of newChild, addChild and setValue methods
(discovered by the framework at runtime with introspection) are supposed to be of specific Java classes
(other than java.lang.Object) from the target class hierarchy. |
| GenericObjectModelProvider |
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. |
| GenericValueContainer | |
| Marshaller |
An interface for marshaller implementations, e.g.
|
| MarshallingContext | |
| ObjectLocalMarshaller | |
| ObjectModelFactory |
All object model factories must implement this interface.
|
| ObjectModelProvider |
The interface all object model providers must implement.
|
| TypeBinding | |
| Unmarshaller | |
| UnmarshallingContext |
An interface for content navigation.
|
| Class | Description |
|---|---|
| AbstractMarshaller | |
| AbstractMarshaller.StackImpl | |
| AttributesImpl |
org.xml.sax.Attributes implementation.
|
| Content |
An instance of this class represents XML content.
|
| Content.Characters | |
| Content.EndElement | |
| Content.EndPrefixMapping | |
| Content.StartElement | |
| Content.StartPrefixMapping | |
| ContentPopulator |
org.xml.sax.ContentHandler implementation that poplulates an instance of org.jboss.xb.binding.Content.
|
| ContentWriter |
org.xml.sax.ContentHandler implementation that serializes an instance of org.jboss.xb.binding.Content
to a java.io.Writer.
|
| DelegatingObjectModelFactory |
GenericObjectModelFactory that delegates to a ObjectModelFactory
using reflection.
|
| DelegatingObjectModelProvider |
todo come up with a nicer class name
|
| DtdMarshaller |
A DTD based org.jboss.xb.binding.Marshaller implementation.
|
| GenericValueContainer.FACTORY | |
| Immutable | |
| MappingObjectModelFactory |
An ObjectModelFactory that uses mappings
|
| MappingObjectModelProvider | |
| Marshaller.FACTORY | |
| NamespaceRegistry |
A simple namespace registry.
|
| ObjectModelBuilder |
An instance of this class translates SAX events into org.jboss.xml.binding.GenericObjectModelFactory calls
such as newChild, addChild and setValue.
|
| SchemalessMarshaller |
Sandbox.
|
| SchemalessObjectModelFactory |
Sandbox.
|
| SimpleTypeBindings | |
| UnmarshallerFactory | |
| UnmarshallerImpl |
Unmarshaller implementation.
|
| Util |
Various utilities for XML binding.
|
| XercesXsMarshaller | Deprecated
In favor of org.jboss.xb.binding.sunday.marshalling.MarshallerImpl.
|
| Exception | Description |
|---|---|
| JBossXBException | |
| JBossXBRuntimeException | |
| JBossXBValueFormatException |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.