com.sun.xml.bind
Class ContextFactory_1_0_1
java.lang.Object
com.sun.xml.bind.ContextFactory_1_0_1
public class ContextFactory_1_0_1
- extends java.lang.Object
This class is responsible for producing RI JAXBContext objects. In
the RI, this is the class that the javax.xml.bind.context.factory
property will point to.
Used to create JAXBContext objects for v1.0.1
- Since:
- 1.0.1
Field Summary |
static java.lang.String |
RUNTIME_KEY
property name used to store the build id |
Method Summary |
static JAXBContext |
createContext(java.lang.String contextPath,
java.lang.ClassLoader classLoader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RUNTIME_KEY
public static final java.lang.String RUNTIME_KEY
- property name used to store the build id
- See Also:
- Constant Field Values
ContextFactory_1_0_1
public ContextFactory_1_0_1()
createContext
public static JAXBContext createContext(java.lang.String contextPath,
java.lang.ClassLoader classLoader)
throws JAXBException
- Throws:
JAXBException