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 since v1.0.1 for v1.0.x
The code generated from 1.0.x clients refer to this class. So it needs
to be left unmodified.
- Since:
- 1.0.1
- See Also:
for entry point for the v2 runtime.
Field Summary |
static java.lang.String |
RUNTIME_KEY
property name used to store the build id |
Method Summary |
static javax.xml.bind.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 javax.xml.bind.JAXBContext createContext(java.lang.String contextPath,
java.lang.ClassLoader classLoader)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException