|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAXBRIContext | |
---|---|
com.sun.xml.bind.api | Runtime API for the JAX-WS RI |
com.sun.xml.bind.v2 | The JAXB 2.0 runtime |
com.sun.xml.bind.v2.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 JAXBRIContext | |
---|---|
JAXBRIContext |
Bridge.getContext()
Gets the JAXBRIContext to which this object belongs. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new JAXBRIContext . |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
String defaultNamespaceRemap,
boolean c14nSupport)
Deprecated. Compatibility with older versions. |
Uses of JAXBRIContext in com.sun.xml.bind.v2 |
---|
Methods in com.sun.xml.bind.v2 that return JAXBRIContext | |
---|---|
static JAXBRIContext |
ContextFactory.createContext(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable)
|
Uses of JAXBRIContext in com.sun.xml.bind.v2.runtime |
---|
Subclasses of JAXBRIContext in com.sun.xml.bind.v2.runtime | |
---|---|
class |
JAXBContextImpl
This class provides the implementation of JAXBContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |