Uses of Class
javax.xml.bind.JAXBContext

Packages that use JAXBContext
javax.xml.bind   
javax.xml.bind.util   
 

Uses of JAXBContext in javax.xml.bind
 

Methods in javax.xml.bind that return JAXBContext
static JAXBContext JAXBContext.newInstance(Class... classesToBeBound)
           
static JAXBContext JAXBContext.newInstance(Class[] classesToBeBound, Map<String,?> properties)
           
static JAXBContext JAXBContext.newInstance(String contextPath)
           
static JAXBContext JAXBContext.newInstance(String contextPath, ClassLoader classLoader)
           
static JAXBContext JAXBContext.newInstance(String contextPath, ClassLoader classLoader, Map<String,?> properties)
           
 

Uses of JAXBContext in javax.xml.bind.util
 

Constructors in javax.xml.bind.util with parameters of type JAXBContext
JAXBResult(JAXBContext context)
           
JAXBSource(JAXBContext context, Object contentObject)
           
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.