All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractInlineAnnotationReaderImpl<T,C,F,M> |
AnnotationReader that reads annotation from classes,
not from external binding files.
|
| AccessorException |
|
| AccessorFactory |
A means to allow the user to provide customized Accessor
to be used by JAXB.
|
| AccessorFactoryImpl |
|
| Adapter<TypeT,ClassDeclT> |
Adapter that wraps XmlJavaTypeAdapter.
|
| Annotated |
Auto-generated, do not edit.
|
| Annotation |
Auto-generated, do not edit.
|
| AnnotationReader<T,C,F,M> |
Reads annotations for the given property.
|
| AnnotationSource |
Implemented by objects that can have annotations.
|
| Any |
Auto-generated, do not edit.
|
| AnyTypeAdapter |
XmlAdapter useful for mapping interfaces.
|
| Appinfo |
Auto-generated, do not edit.
|
| ArrayInfo<T,C> |
Stand-alone array that can be marshalled/unmarshalled on its own
(without being part of any encloding ClassInfo.)
|
| ArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> |
Public because XJC needs to access it
|
| ArrayInfoUtil |
Util class for ArrayInfo
|
| AssociationMap<XmlNode> |
Bi-directional map between elements, inner peers,
and outer peers.
|
| AttrDecls |
Auto-generated, do not edit.
|
| AttributeAccessor<BeanT> |
|
| AttributePropertyInfo<T,C> |
|
| AttributesEx |
|
| AttributesExImpl |
|
| AttributesImpl |
Default implementation of the Attributes interface.
|
| AttributeType |
Auto-generated, do not edit.
|
| Base64Data |
Fed to unmarshaller when the 'text' data is actually
a virtual image of base64 encoding of the binary data
transferred on the wire.
|
| BinderImpl<XmlNode> |
Implementation of Binder.
|
| Bindings |
|
| Bridge<T> |
Mini-marshaller/unmarshaller that is specialized for a particular
element name and a type.
|
| BridgeContext |
Deprecated.
|
| BridgeContextImpl |
|
| BuiltinLeafInfo<T,C> |
JAXB spec designates a few Java classes to be mapped to leaves in XML.
|
| BuiltinLeafInfoImpl<TypeT,ClassDeclT> |
JAXB spec designates a few Java classes to be mapped to XML types
in a way that ignores restrictions placed on user-defined beans.
|
| ByteArrayOutputStreamEx |
|
| CharacterEscapeHandler |
Performs character escaping and write the result
to the output.
|
| ChildLoader |
|
| ClassBeanInfoImpl<BeanT> |
|
| ClassFactory |
Creates new instances of classes.
|
| ClassInfo<T,C> |
Information about JAXB-bound class.
|
| ClassInfoImpl<T,C,F,M> |
A part of the ClassInfo that doesn't depend on a particular
reflection library.
|
| ClassLocatable<C> |
|
| ClassResolver |
Dynamically locates classes to represent elements discovered during the unmarshalling.
|
| CollisionCheckStack<E> |
Stack-like data structure that allows the following efficient operations:
Push/pop operation.
|
| ComplexContent |
Auto-generated, do not edit.
|
| ComplexExtension |
Auto-generated, do not edit.
|
| ComplexRestriction |
Auto-generated, do not edit.
|
| ComplexType |
Auto-generated, do not edit.
|
| ComplexTypeHost |
Auto-generated, do not edit.
|
| ComplexTypeModel |
Auto-generated, do not edit.
|
| CompositeStructure |
A JAXB Bean that works like a DOM.
|
| CompositeStructureBeanInfo |
|
| ContentModelContainer |
Used to write a content model.
|
| ContextFactory |
This class is responsible for producing RI JAXBContext objects.
|
| Coordinator |
Object that coordinates the marshalling/unmarshalling.
|
| CycleRecoverable |
Optional interface that can be implemented by JAXB-bound objects
to handle cycles in the object graph.
|
| CycleRecoverable.Context |
This interface is implemented by the JAXB RI to provide
information about the on-going marshalling process.
|
| DataSourceSource |
Source implementation backed by DataHandler.
|
| DatatypeConverterImpl |
Deprecated.
|
| DataWriter |
Write data- or field-oriented XML.
|
| DefaultValueLoaderDecorator |
Decorates another Loader by setting a default value.
|
| Discarder |
Loader implementation that discards the whole sub-tree.
|
| Documentation |
Auto-generated, do not edit.
|
| DomLoader<ResultT extends Result> |
Loads a DOM.
|
| DOMScanner |
Visits a W3C DOM tree and generates SAX2 events from it.
|
| DumbEscapeHandler |
Escape everything above the US-ASCII code range.
|
| DummyPropertyInfo<T,C,F,M> |
PropertyInfo that allows to add additional elements to the collection.
|
| EditDistance |
Computes the string edit distance.
|
| Element<T,C> |
|
| Element |
Auto-generated, do not edit.
|
| ElementBeanInfoImpl |
|
| ElementInfo<T,C> |
A particular use (specialization) of JAXBElement.
|
| ElementPropertyInfo<T,C> |
Property that maps to an element.
|
| EnumConstant<T,C> |
Individual constant of an enumeration.
|
| EnumLeafInfo<T,C> |
|
| ErrorHandler |
listen to static errors found during building a JAXB model from a set of classes.
|
| ErrorListener |
Implemented by the driver of the compiler engine to handle
errors found during the compiliation.
|
| ExplicitGroup |
Auto-generated, do not edit.
|
| ExtensionType |
Auto-generated, do not edit.
|
| FatalAdapter |
Maps an error to a fatal error.
|
| FieldLocatable<F> |
|
| FilterTransducer<T> |
|
| FixedOrDefault |
Auto-generated, do not edit.
|
| FlattenIterator<T> |
|
| ID |
|
| IDResolver |
Pluggable ID/IDREF handling layer.
|
| IllegalAnnotationException |
Signals an incorrect use of JAXB annotations.
|
| IllegalAnnotationsException |
|
| IllegalAnnotationsException.Builder |
|
| Import |
Auto-generated, do not edit.
|
| InfosetScanner<XmlNode> |
Visits a DOM-ish API and generates SAX events.
|
| InlineBinaryTransducer<V> |
Transducer that signals the runtime that this binary data shall be always inlined.
|
| IntArrayData |
|
| IntData |
Pcdata that represents a single integer.
|
| Intercepter |
|
| InternalAccessorFactory |
A means to allow the user to provide customized Accessor
to be used by JAXB.
|
| InterningXmlVisitor |
XmlVisitor decorator that interns all string tokens.
|
| JAXBContextFactory |
Creates JAXB context.
|
| JAXBContextImpl |
This class provides the implementation of JAXBContext.
|
| JAXBContextImpl.JAXBContextBuilder |
|
| JaxBeanInfo<BeanT> |
Encapsulates various JAXB operations on objects bound by JAXB.
|
| JAXBRIContext |
JAXBContext enhanced with JAXB RI specific functionalities.
|
| Klass |
|
| LeafInfo<T,C> |
|
| LeafPropertyLoader |
Unmarshals a text into a property of the parent element.
|
| LeafPropertyXsiLoader |
|
| List |
Auto-generated, do not edit.
|
| Loader |
|
| LocalAttribute |
Auto-generated, do not edit.
|
| LocalElement |
Auto-generated, do not edit.
|
| Locatable |
Optional interface implemented by JAXB objects to expose
location information from which an object is unmarshalled.
|
| Locatable |
|
| LocatableAnnotation |
|
| Location |
|
| LocatorEx |
Object that returns the current location that the com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
is parsing.
|
| LocatorEx.Snapshot |
|
| MapPropertyInfo<T,C> |
Property that maps to the following schema fragment.
|
| MarshallerImpl |
Implementation of Marshaller interface for the JAXB RI.
|
| MaybeElement<T,C> |
|
| Messages |
Formats error messages.
|
| Messages |
Formats error messages.
|
| Messages |
Formats error messages.
|
| MethodLocatable<M> |
|
| MimeTypedTransducer<V> |
|
| MinimumEscapeHandler |
Performs no character escaping.
|
| ModelBuilder<T,C,F,M> |
|
| ModelBuilderI<T,C,F,M> |
User: Iaroslav Savytskyi
Date: 24/05/12
|
| Name |
The internal representation of an XML name.
|
| NameBuilder |
Creates Names and assign index numbers to them.
|
| NameConverter |
Converts aribitrary strings into Java identifiers.
|
| NameConverter.Standard |
|
| NameList |
Namespace URIs and local names sorted by their indices.
|
| NamespaceContext2 |
Maintains namespace <-> prefix bindings.
|
| NamespacePrefixMapper |
Implemented by the user application to determine URI -> prefix
mapping.
|
| Navigator<T,C,F,M> |
Provides unified view of the underlying reflection library,
such as java.lang.reflect and/or Annotation Processing.
|
| NestedParticle |
Auto-generated, do not edit.
|
| NioEscapeHandler |
Uses JDK1.4 NIO functionality to escape characters smartly.
|
| NoEscapeHandler |
Performs no character escaping.
|
| NoFixedFacet |
Auto-generated, do not edit.
|
| NonElement<T,C> |
|
| NonElementRef<T,C> |
|
| Occurs |
Auto-generated, do not edit.
|
| OverrideAnnotationOf |
Designates an annotation from base class which shall be overriden by annotation placed together with this.
|
| Package |
|
| Particle |
|
| Patcher |
Runs by UnmarshallingContext after all the parsing is done.
|
| Patcher |
|
| PropertyInfo<T,C> |
Information about a JAXB-bound property.
|
| PropertyKind |
An Enum that indicates if the property is
Element, ElementRef, Value, or Attribute.
|
| ProxyLoader |
|
| QNameMap<V> |
|
| QNameMap.Entry<V> |
|
| Quick |
|
| RawAccessor<B,V> |
Accesses a particular property of a bean.
|
| Receiver |
Receives an object by a child Loader.
|
| Redefinable |
Auto-generated, do not edit.
|
| Ref<T,C> |
Reference to a type in a model.
|
| ReferencePropertyInfo<T,C> |
|
| RegistryInfo<T,C> |
Represents the information in a class with XmlRegistry annotaion.
|
| RuntimeAnnotationReader |
|
| RuntimeArrayInfo |
|
| RuntimeAttributePropertyInfo |
|
| RuntimeBuiltinLeafInfo |
|
| RuntimeBuiltinLeafInfoImpl<T> |
|
| RuntimeClassInfo |
|
| RuntimeElement |
|
| RuntimeElementInfo |
|
| RuntimeElementPropertyInfo |
|
| RuntimeEnumLeafInfo |
|
| RuntimeInlineAnnotationReader |
AnnotationReader that uses java.lang.reflect to
read annotations from class files.
|
| RuntimeLeafInfo |
|
| RuntimeMapPropertyInfo |
|
| RuntimeModelBuilder |
ModelBuilder that works at the run-time by using
the java.lang.reflect package.
|
| RuntimeNonElement |
|
| RuntimeNonElementRef |
|
| RuntimePropertyInfo |
|
| RuntimeReferencePropertyInfo |
|
| RuntimeTypeInfo |
|
| RuntimeTypeInfoSet |
|
| RuntimeTypeRef |
|
| RuntimeUtil |
|
| RuntimeUtil.ToStringAdapter |
|
| RuntimeValuePropertyInfo |
|
| SAX2DOMEx |
Builds a DOM tree from SAX2 events.
|
| SAXConnector |
Receives SAX events and convert them to our internal events.
|
| Schema |
Auto-generated, do not edit.
|
| SchemaBindings |
|
| SchemaTop |
Auto-generated, do not edit.
|
| SchemaTypeTransducer<V> |
Transducer that signals the runtime that this datatype
is marshalled to a different XML Schema type.
|
| Scope<BeanT,PropT,ItemT,PackT> |
Holds the information about packing scope.
|
| SimpleContent |
Auto-generated, do not edit.
|
| SimpleDerivation |
Auto-generated, do not edit.
|
| SimpleExtension |
Auto-generated, do not edit.
|
| SimpleRestriction |
Auto-generated, do not edit.
|
| SimpleRestrictionModel |
Auto-generated, do not edit.
|
| SimpleType |
Auto-generated, do not edit.
|
| SimpleTypeHost |
Auto-generated, do not edit.
|
| StackRecorder |
Created to record the caller stack trace in logging.
|
| StructureLoader |
Loads children of an element.
|
| SwaRefAdapter |
XmlAdapter that binds the value as a SOAP attachment.
|
| SwaRefAdapterMarker |
Marker class used to identify swaref attachments and to generate appropriate annotations later.
|
| TagName |
Represents an XML tag name (and attributes for start tags.)
|
| TextLoader |
Unmarshals a text into an object.
|
| TODO |
Place holder for TODOs.
|
| TopLevelAttribute |
Auto-generated, do not edit.
|
| TopLevelElement |
Auto-generated, do not edit.
|
| Transducer<ValueT> |
Responsible for converting a Java object to a lexical representation
and vice versa.
|
| TypeCast |
|
| TypeDefParticle |
Auto-generated, do not edit.
|
| TypeHost |
Auto-generated, do not edit.
|
| TypeInfo<T,C> |
|
| TypeInfoSet<T,C,F,M> |
|
| TypeRef<T,C> |
|
| TypeReference |
A reference to a JAXB-bound type.
|
| Union |
Auto-generated, do not edit.
|
| UnmarshallerImpl |
Default Unmarshaller implementation.
|
| UnmarshallingContext |
Center of the unmarshalling.
|
| Util |
TODO: JAX-WS dependes on this class - consider moving it somewhere more stable, Notify JAX-WS before modifying anything...
|
| Utils |
|
| ValidationEventLocatorEx |
Defines additional accessor methods for the event source location.
|
| ValidationEventLocatorExImpl |
|
| ValuePropertyInfo<T,C> |
|
| ValuePropertyLoader |
Reads a text value and set to the current target.
|
| WellKnownNamespace |
Well-known namespace URIs.
|
| Which |
Finds out where a class file is loaded from.
|
| WhiteSpaceProcessor |
Processes white space normalization.
|
| Wildcard |
Auto-generated, do not edit.
|
| WildcardLoader |
Feed incoming events to DomHandler and builds a DOM tree.
|
| WildcardMode |
Mode of the wildcard.
|
| WildcardTypeInfo<T,C> |
Type referenced as a result of having the wildcard.
|
| XmlAccessorFactory |
Identifies a user provided customized Accessor
to be used.
|
| XmlFactory |
Provides helper methods for creating properly configured XML parser
factory instances with namespace support turned on and configured for
security.
|
| XmlIsSet |
Deprecated.
|
| XmlLocation |
Marks a property that receives a location from which the object is unmarshalled.
|
| XmlSchemaGenerator<T,C,F,M> |
Generates a set of W3C XML Schema documents from a set of Java classes.
|
| XMLSerializer |
Receives XML serialization event and writes to XmlOutput.
|
| XmlVisitor |
Walks the XML document structure.
|
| XmlVisitor.TextPredictor |
|
| XMLWriter |
Filter to write an XML document from a SAX event stream.
|
| XsiNilLoader |
Looks for xsi:nil='true' and sets the target to null.
|
| XsiNilLoader.Array |
|
| XsiNilLoader.Single |
|
| XsiTypeLoader |
Looks at @xsi:type and forwards to the right Loader.
|