Uses of Class
javax.xml.bind.JAXBContext
-
Packages that use JAXBContext Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2 The JAXB 2.0 runtimecom.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.util Useful client utility classes. -
-
Uses of JAXBContext in com.sun.xml.bind.api
Subclasses of JAXBContext in com.sun.xml.bind.api Modifier and Type Class Description classJAXBRIContextJAXBContextenhanced with JAXB RI specific functionalities. -
Uses of JAXBContext in com.sun.xml.bind.v2
Methods in com.sun.xml.bind.v2 that return JAXBContext Modifier and Type Method Description static JAXBContextContextFactory. createContext(Class[] classes, Map<String,Object> properties)The API will invoke this method via reflectionstatic JAXBContextContextFactory. createContext(String contextPath, ClassLoader classLoader, Map<String,Object> properties)The API will invoke this method via reflection.JAXBContextJAXBContextFactory. createContext(Class<?>[] classesToBeBound, Map<String,?> properties)Creates JAXB context.JAXBContextJAXBContextFactory. createContext(String contextPath, ClassLoader classLoader, Map<String,?> properties)Creates JAXB context. -
Uses of JAXBContext in com.sun.xml.bind.v2.runtime
Subclasses of JAXBContext in com.sun.xml.bind.v2.runtime Modifier and Type Class Description classJAXBContextImplThis class provides the implementation of JAXBContext. -
Uses of JAXBContext in javax.xml.bind
Methods in javax.xml.bind that return JAXBContext Modifier and Type Method Description JAXBContextJAXBContextFactory. createContext(Class<?>[] classesToBeBound, Map<String,?> properties)Create a new instance of aJAXBContextclass.JAXBContextJAXBContextFactory. createContext(String contextPath, ClassLoader classLoader, Map<String,?> properties)Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext. newInstance(Class<?>... classesToBeBound)Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext. newInstance(Class<?>[] classesToBeBound, Map<String,?> properties)Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext. newInstance(String contextPath)Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext. newInstance(String contextPath, ClassLoader classLoader)Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext. newInstance(String contextPath, ClassLoader classLoader, Map<String,?> properties)Create a new instance of aJAXBContextclass. -
Uses of JAXBContext in javax.xml.bind.util
Constructors in javax.xml.bind.util with parameters of type JAXBContext Constructor Description JAXBResult(JAXBContext context)Creates a new instance that uses the specified JAXBContext to unmarshal.JAXBSource(JAXBContext context, Object contentObject)Creates a newSourcefor the given content object.
-