Uses of Class
org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Packages that use JAXBRIContext Package Description org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2 The JAXB 2.0 runtimeorg.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of JAXBRIContext in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api that return JAXBRIContext Modifier and Type Method Description JAXBRIContextBridge. getContext()Gets theJAXBRIContextto which this object belongs.static JAXBRIContextJAXBRIContext. newInstance(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport)Deprecated.Compatibility with older versions.static JAXBRIContextJAXBRIContext. newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext. 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 org.glassfish.jaxb.runtime.v2
Methods in org.glassfish.jaxb.runtime.v2 that return JAXBRIContext Modifier and Type Method Description static JAXBRIContextContextFactory. 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 JAXBRIContextContextFactory. 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 org.glassfish.jaxb.runtime.v2.runtime
Subclasses of JAXBRIContext in org.glassfish.jaxb.runtime.v2.runtime Modifier and Type Class Description classJAXBContextImplThis class provides the implementation of JAXBContext.
-