com.sun.xml.bind
Class ContextFactory

java.lang.Object
  extended by com.sun.xml.bind.ContextFactory

Deprecated. in JAXB1.0.1

public class ContextFactory
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.

Since:
JAXB1.0

Constructor Summary
ContextFactory()
          Deprecated.  
 
Method Summary
static JAXBContext createContext(java.lang.String contextPath, java.lang.ClassLoader classLoader)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextFactory

public ContextFactory()
Deprecated. 
Method Detail

createContext

public static JAXBContext createContext(java.lang.String contextPath,
                                        java.lang.ClassLoader classLoader)
                                 throws JAXBException
Deprecated. 
Throws:
JAXBException


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.