org.apache.openejb.jee
Class JAXBContextFactory

java.lang.Object
  extended by org.apache.openejb.jee.JAXBContextFactory

public final class JAXBContextFactory
extends Object


Constructor Summary
JAXBContextFactory()
           
 
Method Summary
static JAXBContext newInstance(Class... classes)
           
static JAXBContext newInstance(Class[] classes, Map<String,?> properties)
           
static JAXBContext newInstance(String s)
           
static JAXBContext newInstance(String s, ClassLoader classLoader)
           
static JAXBContext newInstance(String s, ClassLoader classLoader, Map<String,?> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBContextFactory

public JAXBContextFactory()
Method Detail

newInstance

public static JAXBContext newInstance(String s)
                               throws JAXBException
Throws:
JAXBException

newInstance

public static JAXBContext newInstance(String s,
                                      ClassLoader classLoader)
                               throws JAXBException
Throws:
JAXBException

newInstance

public static JAXBContext newInstance(String s,
                                      ClassLoader classLoader,
                                      Map<String,?> properties)
                               throws JAXBException
Throws:
JAXBException

newInstance

public static JAXBContext newInstance(Class... classes)
                               throws JAXBException
Throws:
JAXBException

newInstance

public static JAXBContext newInstance(Class[] classes,
                                      Map<String,?> properties)
                               throws JAXBException
Throws:
JAXBException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.