Uses of Class
com.sun.xml.bind.api.JAXBRIContext
Packages that use JAXBRIContext
Package
Description
Runtime API for the JAX-WS RI
The JAXB 2.0 runtime
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of JAXBRIContext in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api that return JAXBRIContextModifier and TypeMethodDescriptionBridge.getContext()
Gets theJAXBRIContext
to which this object belongs.static JAXBRIContext
JAXBRIContext.newInstance
(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport) Deprecated.Compatibility with older versions.static JAXBRIContext
JAXBRIContext.newInstance
(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar) Creates a newJAXBRIContext
.static JAXBRIContext
JAXBRIContext.newInstance
(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) Creates a newJAXBRIContext
. -
Uses of JAXBRIContext in com.sun.xml.bind.v2
Methods in com.sun.xml.bind.v2 that return JAXBRIContextModifier and TypeMethodDescriptionstatic JAXBRIContext
ContextFactory.createContext
(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo) Deprecated.usecreateContext(Class[] classes, Map<String,Object> properties)
method insteadstatic JAXBRIContext
ContextFactory.createContext
(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean improvedXsiTypeHandling) Deprecated.usecreateContext( Class[] classes, Map<String,Object> properties)
method instead -
Uses of JAXBRIContext in com.sun.xml.bind.v2.runtime
Subclasses of JAXBRIContext in com.sun.xml.bind.v2.runtimeModifier and TypeClassDescriptionfinal class
This class provides the implementation of JAXBContext.