com.sun.xml.bind
Class ContextFactory_1_0_1

java.lang.Object
  extended by 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
 
Constructor Summary
ContextFactory_1_0_1()
           
 
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
 

Field Detail

RUNTIME_KEY

public static final java.lang.String RUNTIME_KEY
property name used to store the build id

See Also:
Constant Field Values
Constructor Detail

ContextFactory_1_0_1

public ContextFactory_1_0_1()
Method Detail

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