Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
Packages that use JAXBContextImpl
Package
Description
Runtime API for the JAX-WS RI
Implementation of the org.glassfish.jaxb.j2s.model package.
Code that implements JAXBContext, Unmarshaller, and Marshaller.
Code that writes well-formed XML (
XmlOutput and its implementations}.Abstraction around accessing data of actual objects.
-
Uses of JAXBContextImpl in com.sun.xml.ws.db.glassfish
Constructors in com.sun.xml.ws.db.glassfish with parameters of type JAXBContextImpl -
Uses of JAXBContextImpl in com.sun.xml.ws.spi.db
Fields in com.sun.xml.ws.spi.db declared as JAXBContextImplConstructors in com.sun.xml.ws.spi.db with parameters of type JAXBContextImpl -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.api
Fields in org.glassfish.jaxb.runtime.api declared as JAXBContextImplConstructors in org.glassfish.jaxb.runtime.api with parameters of type JAXBContextImpl -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.v2.model.impl
Fields in org.glassfish.jaxb.runtime.v2.model.impl declared as JAXBContextImplModifier and TypeFieldDescriptionfinal JAXBContextImplRuntimeModelBuilder.contextTheJAXBContextImplfor which the model is built.Constructors in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type JAXBContextImplModifierConstructorDescriptionRuntimeModelBuilder(JAXBContextImpl context, RuntimeAnnotationReader annotationReader, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap) -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime declared as JAXBContextImplMethods in org.glassfish.jaxb.runtime.v2.runtime that return JAXBContextImplModifier and TypeMethodDescriptionJAXBContextImpl.JAXBContextBuilder.build()JAXBContextImpl.createAugmented(Class<?> clazz) Creates a that includes the specified additional classes.MarshallerImpl.getContext()Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type JAXBContextImplModifier and TypeMethodDescriptionClassBeanInfoImpl.getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) CompositeStructureBeanInfo.getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) ElementBeanInfoImpl.getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) abstract LoaderJaxBeanInfo.getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) Gets theLoaderthat will unmarshall the given object.protected voidClassBeanInfoImpl.link(JAXBContextImpl grammar) voidElementBeanInfoImpl.link(JAXBContextImpl grammar) protected voidJaxBeanInfo.link(JAXBContextImpl grammar) Called after all the s are created.Constructors in org.glassfish.jaxb.runtime.v2.runtime with parameters of type JAXBContextImplModifierConstructorDescriptionprotectedElementBeanInfoImpl(JAXBContextImpl grammar) The constructor for the sole instanceofJaxBeanInfofor handling user-createdJAXBElement.JAXBContextBuilder(JAXBContextImpl baseImpl) protectedJaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents) For that has no type names.protectedJaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents) For that has multiple type names.protectedJaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName typeName, boolean isElement, boolean isImmutable, boolean hasLifecycleEvents) For that has one type name.MarshallerImpl(JAXBContextImpl c, AssociationMap assoc) -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.v2.runtime.output
Methods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type JAXBContextImplModifier and TypeMethodDescriptionstatic XmlOutputXMLStreamWriterOutput.create(XMLStreamWriter out, JAXBContextImpl context, CharacterEscapeHandler escapeHandler) Creates a newXmlOutputfrom aXMLStreamWriter.Constructors in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type JAXBContextImplModifierConstructorDescription -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.v2.runtime.property
Fields in org.glassfish.jaxb.runtime.v2.runtime.property declared as JAXBContextImplMethods in org.glassfish.jaxb.runtime.v2.runtime.property with parameters of type JAXBContextImplModifier and TypeMethodDescriptionstatic PropertyPropertyFactory.create(JAXBContextImpl grammar, RuntimePropertyInfo info) Creates/obtains a properly configuredPropertyobject from the given description.Constructors in org.glassfish.jaxb.runtime.v2.runtime.property with parameters of type JAXBContextImplModifierConstructorDescriptionAttributeProperty(JAXBContextImpl context, RuntimeAttributePropertyInfo prop) UnmarshallerChain(JAXBContextImpl context) ValueProperty(JAXBContextImpl context, RuntimeValuePropertyInfo prop) -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.v2.runtime.reflect
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect with parameters of type JAXBContextImplModifier and TypeMethodDescriptionstatic <T> TransducedAccessor<T>TransducedAccessor.get(JAXBContextImpl context, RuntimeNonElementRef ref) Gets the appropriately configured for the given property.Accessor.FieldReflection.optimize(JAXBContextImpl context) Accessor.GetterSetterReflection.optimize(JAXBContextImpl context) Accessor.optimize(JAXBContextImpl context) Returns the optimized version of the same accessor.Accessor.ReadOnlyFieldReflection.optimize(JAXBContextImpl context) Constructors in org.glassfish.jaxb.runtime.v2.runtime.reflect with parameters of type JAXBContextImplModifierConstructorDescriptionCompositeTransducedAccessorImpl(JAXBContextImpl context, Transducer<ValueT> xducer, Accessor<BeanT, ValueT> acc) -
Uses of JAXBContextImpl in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Fields in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller declared as JAXBContextImplModifier and TypeFieldDescriptionprotected final JAXBContextImplUnmarshallerImpl.contextOwningJAXBContextMethods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return JAXBContextImplMethods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type JAXBContextImplModifier and TypeMethodDescriptionvoidStructureLoader.init(JAXBContextImpl context, ClassBeanInfoImpl beanInfo, Accessor<?, Map<QName, String>> attWildcard) Completes the initialization.Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type JAXBContextImpl