Uses of Class
com.sun.xml.bind.api.JAXBRIContext

Packages that use JAXBRIContext
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
 

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(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.lang.String defaultNamespaceRemap, boolean c14nSupport)
          Deprecated. Compatibility with older versions.