Uses of Class
javax.xml.bind.JAXBContext

Packages that use JAXBContext
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 javax.xml.bind
 

Methods in javax.xml.bind that return JAXBContext
static JAXBContext JAXBContext.newInstance(java.lang.String contextPath)
           Obtain a new instance of a JAXBContext class.
static JAXBContext JAXBContext.newInstance(java.lang.String contextPath, java.lang.ClassLoader classLoader)
           Obtain a new instance of a JAXBContext class.
 

Uses of JAXBContext in javax.xml.bind.util
 

Constructors in javax.xml.bind.util with parameters of type JAXBContext
JAXBSource(JAXBContext context, java.lang.Object contentObject)
          Creates a new Source for the given content object.
JAXBResult(JAXBContext context)
          Creates a new instance that uses the specified JAXBContext to unmarshal.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.