|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAXBContextImpl | |
---|---|
com.sun.tools.xjc.reader.xmlschema.bindinfo | Object Model that represents customization declarations. |
com.sun.xml.bind.api | Runtime API for the JAX-WS RI |
com.sun.xml.bind.v2.model.impl | Implementation of the com.sun.xml.bind.j2s.model package. |
com.sun.xml.bind.v2.runtime | Code that implements JAXBContext, Unmarshaller, and Marshaller. |
com.sun.xml.bind.v2.runtime.output | Code that writes well-formed XML (XmlOutput and its implementations}. |
com.sun.xml.bind.v2.runtime.property | |
com.sun.xml.bind.v2.runtime.reflect | Abstraction around accessing data of actual objects. |
com.sun.xml.bind.v2.runtime.unmarshaller |
Uses of JAXBContextImpl in com.sun.tools.xjc.reader.xmlschema.bindinfo |
---|
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return JAXBContextImpl | |
---|---|
static JAXBContextImpl |
BindInfo.getJAXBContext()
|
Uses of JAXBContextImpl in com.sun.xml.bind.api |
---|
Fields in com.sun.xml.bind.api declared as JAXBContextImpl | |
---|---|
protected JAXBContextImpl |
Bridge.context
|
Constructors in com.sun.xml.bind.api with parameters of type JAXBContextImpl | |
---|---|
Bridge(JAXBContextImpl context)
|
Uses of JAXBContextImpl in com.sun.xml.bind.v2.model.impl |
---|
Fields in com.sun.xml.bind.v2.model.impl declared as JAXBContextImpl | |
---|---|
JAXBContextImpl |
RuntimeModelBuilder.context
The JAXBContextImpl for which the model is built. |
Constructors in com.sun.xml.bind.v2.model.impl with parameters of type JAXBContextImpl | |
---|---|
RuntimeModelBuilder(JAXBContextImpl context,
RuntimeAnnotationReader annotationReader,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap)
|
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime |
---|
Fields in com.sun.xml.bind.v2.runtime declared as JAXBContextImpl | |
---|---|
(package private) JAXBContextImpl |
MarshallerImpl.context
reference to the context that created this object |
JAXBContextImpl |
XMLSerializer.grammar
|
Methods in com.sun.xml.bind.v2.runtime that return JAXBContextImpl | |
---|---|
JAXBContextImpl |
JAXBContextImpl.createAugmented(Class<?> clazz)
Creates a JAXBContextImpl that includes the specified additional classes. |
JAXBContextImpl |
InternalBridge.getContext()
|
JAXBContextImpl |
MarshallerImpl.getContext()
|
Methods in com.sun.xml.bind.v2.runtime with parameters of type JAXBContextImpl | |
---|---|
abstract Loader |
JaxBeanInfo.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
Gets the Loader that will unmarshall the given object. |
Loader |
ClassBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
AnyTypeBeanInfo.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
ArrayBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
CompositeStructureBeanInfo.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
LeafBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
ValueListBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
ElementBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
protected void |
JaxBeanInfo.link(JAXBContextImpl grammar)
Called after all the JaxBeanInfo s are created. |
protected void |
ClassBeanInfoImpl.link(JAXBContextImpl grammar)
|
protected void |
ArrayBeanInfoImpl.link(JAXBContextImpl grammar)
|
void |
ElementBeanInfoImpl.link(JAXBContextImpl grammar)
|
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.output |
---|
Methods in com.sun.xml.bind.v2.runtime.output with parameters of type JAXBContextImpl | |
---|---|
static XmlOutput |
XMLStreamWriterOutput.create(javax.xml.stream.XMLStreamWriter out,
JAXBContextImpl context)
Creates a new XmlOutput from a XMLStreamWriter . |
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.property |
---|
Fields in com.sun.xml.bind.v2.runtime.property declared as JAXBContextImpl | |
---|---|
JAXBContextImpl |
UnmarshallerChain.context
|
Methods in com.sun.xml.bind.v2.runtime.property with parameters of type JAXBContextImpl | |
---|---|
static Property |
PropertyFactory.create(JAXBContextImpl grammar,
RuntimePropertyInfo info)
Creates/obtains a properly configured Property
object from the given description. |
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.reflect |
---|
Methods in com.sun.xml.bind.v2.runtime.reflect with parameters of type JAXBContextImpl | ||
---|---|---|
static
|
TransducedAccessor.get(JAXBContextImpl context,
RuntimeNonElementRef ref)
Gets the TransducedAccessor appropriately configured for
the given property. |
|
Accessor<BeanT,ValueT> |
Accessor.optimize(JAXBContextImpl context)
Returns the optimized version of the same accessor. |
|
Accessor<BeanT,ValueT> |
Accessor.FieldReflection.optimize(JAXBContextImpl context)
|
|
Accessor<BeanT,ValueT> |
Accessor.ReadOnlyFieldReflection.optimize(JAXBContextImpl context)
|
|
Accessor<BeanT,ValueT> |
Accessor.GetterSetterReflection.optimize(JAXBContextImpl context)
|
Constructors in com.sun.xml.bind.v2.runtime.reflect with parameters of type JAXBContextImpl | |
---|---|
TransducedAccessor.CompositeContextDependentTransducedAccessorImpl(JAXBContextImpl context,
Transducer<ValueT> xducer,
Accessor<BeanT,ValueT> acc)
|
|
TransducedAccessor.CompositeTransducedAccessorImpl(JAXBContextImpl context,
Transducer<ValueT> xducer,
Accessor<BeanT,ValueT> acc)
|
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.unmarshaller |
---|
Fields in com.sun.xml.bind.v2.runtime.unmarshaller declared as JAXBContextImpl | |
---|---|
protected JAXBContextImpl |
UnmarshallerImpl.context
Owning JAXBContext |
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return JAXBContextImpl | |
---|---|
JAXBContextImpl |
UnmarshallingContext.getJAXBContext()
|
Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JAXBContextImpl | |
---|---|
void |
StructureLoader.init(JAXBContextImpl context,
ClassBeanInfoImpl beanInfo,
Accessor<?,Map<QName,String>> attWildcard)
Completes the initialization. |
Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JAXBContextImpl | |
---|---|
UnmarshallerImpl(JAXBContextImpl context,
AssociationMap assoc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |