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 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RUNTIME_KEY
public static final 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(String contextPath,
ClassLoader classLoader)
throws JAXBException
- Throws:
JAXBException
Copyright © 2014 Oracle Corporation. All Rights Reserved.