Module com.sun.xml.bind
Package org.glassfish.jaxb.runtime.v2.runtime
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Interface Summary Interface Description AttributeAccessor<BeanT> NamespaceContext2 Maintainsnamespace <-> prefixbindings.Transducer<ValueT> Responsible for converting a Java object to a lexical representation and vice versa. -
Class Summary Class Description AssociationMap<XmlNode> Bi-directional map between elements, inner peers, and outer peers.BinderImpl<XmlNode> Implementation ofBinder.BridgeContextImpl BridgeContextimplementation.ClassBeanInfoImpl<BeanT> JaxBeanInfoimplementation for j2s bean.CompositeStructureBeanInfo Coordinator Object that coordinates the marshalling/unmarshalling.ElementBeanInfoImpl JaxBeanInfoimplementation forRuntimeElementInfo.FilterTransducer<T> Transducerthat delegates to anotherTransducer.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 ofMarshallerinterface for the JAXB RI.MimeTypedTransducer<V> Transducerdecorator that wraps anotherTransducerand sets the expected MIME type to the context.Name The internal representation of an XML name.NameBuilder CreatesNames and assign index numbers to them.NameList Namespace URIs and local names sorted by their indices.SchemaTypeTransducer<V> Transducerthat signals the runtime that this datatype is marshalled to a different XML Schema type.SwaRefAdapter XmlAdapterthat binds the value as a SOAP attachment.XMLSerializer Receives XML serialization event and writes toXmlOutput. -
Exception Summary Exception Description IllegalAnnotationsException A list ofIllegalAnnotationExceptionwrapped in one exception.