Package org.jibx.runtime
User interface to JiBX data binding framework runtime. These are the classes and interfaces
generally intended for direct use by end users, and are considered published APIs
which will remain stable.
-
Interface Summary Interface Description IAbstractMarshaller Abstract base marshaller interface definition.IAliasable Nameable extension interface definition.IBindingFactory Binding factory interface definition.ICharacterEscaper Escaper for character data to be written to output document.IExtensibleWriter Extensible version of standard XML writer interface.IListItemDeserializer Schema list component deserializer interface.IMarshallable Marshallable interface definition.IMarshaller Marshaller interface definition.IMarshallingContext User interface for serializer to XML.ITrackSource Unmarshalling source tracking interface.IUnmarshallable Unmarshallable interface definition.IUnmarshaller Unmarshaller interface definition.IUnmarshallingContext User interface for deserializer from XML.IXMLReader XML reader interface used for input of unmarshalled document.IXMLWriter XML writer interface used for output of marshalled document. -
Class Summary Class Description BindingDirectory Abstract class with static methods to find the binding factory corresponding to a binding name.EnumSet Named value set support class.EnumSet.EnumItem Enumeration pair information.IntStack Growableint
stack with type specific access methods.Java5DecimalConvert Utility class supplying a static method forjava.math.BigDecimal
serialization using Java 1.5 and later.JodaConvert Utility class supplying static methods for Joda date/time conversions.PrintInfo Utility program to print information about the runtime build and, optionally, about bindings.QName Representation of a qualified name.Utility Utility class supplying static methods.WhitespaceConversions Utilities for handling whitespace options. -
Exception Summary Exception Description JiBXConstrainedParseException Thrown when a "constrained" parsing exception is encountered (e.g.JiBXException Binding exception class.JiBXParseException JiBX parsing exception class.RecoverableException Recoverable exception class.UnrecoverableException Unrecoverable exception class.ValidationException Validation exception class.