Package com.sun.xml.bind.v2.runtime

Code that implements JAXBContext, Unmarshaller, and Marshaller.

See:
          Description

Interface Summary
AttributeAccessor<BeanT>  
Location Location information for IllegalAnnotationException.
NamespaceContext2 Maintains namespace<->prefix bindings.
Transducer<ValueT> Responsible for converting a Java object to a lexical representation and vice versa.
 

Class Summary
AssociationMap<XmlNode> Bi-directional map between elements, inner peers, and outer peers.
BinderImpl<XmlNode> Implementation of Binder.
BridgeContextImpl BridgeContext implementation.
ClassBeanInfoImpl<BeanT> JaxBeanInfo implementation for j2s bean.
CompositeStructureBeanInfo  
Coordinator Object that coordinates the marshalling/unmarshalling.
ElementBeanInfoImpl JaxBeanInfo implementation for RuntimeElementInfo.
FilterTransducer<T> Transducer that delegates to another Transducer.
IllegalAnnotationsException.Builder  
InlineBinaryTransducer<V> Transducer that signals the runtime that this binary data shall be always inlined.
JAXBContextImpl This class provides the implementation of JAXBContext.
JAXBContextImpl.JAXBContextBuilder  
JaxBeanInfo<BeanT> Encapsulates various JAXB operations on objects bound by JAXB.
MarshallerImpl Implementation of Marshaller interface for the JAXB RI.
MimeTypedTransducer<V> Transducer decorator that wraps another Transducer and sets the expected MIME type to the context.
Name The internal representation of an XML name.
NameBuilder Creates Names and assign index numbers to them.
NameList Namespace URIs and local names sorted by their indices.
RuntimeUtil  
RuntimeUtil.ToStringAdapter XmlAdapter for printing arbitrary object by using Object.toString().
SchemaTypeTransducer<V> Transducer that signals the runtime that this datatype is marshalled to a different XML Schema type.
SwaRefAdapter XmlAdapter that binds the value as a SOAP attachment.
XMLSerializer Receives XML serialization event and writes to XmlOutput.
 

Exception Summary
IllegalAnnotationException Signals an incorrect use of JAXB annotations.
IllegalAnnotationsException A list of IllegalAnnotationException wrapped in one exception.
 

Package com.sun.xml.bind.v2.runtime Description

Code that implements JAXBContext, Unmarshaller, and Marshaller.