public final class JAXBContextFactory extends Object
| Constructor and Description |
|---|
JAXBContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static JAXBContext newInstance(String s) throws JAXBException
JAXBExceptionpublic static JAXBContext newInstance(String s, ClassLoader classLoader) throws JAXBException
JAXBExceptionpublic static JAXBContext newInstance(String s, ClassLoader classLoader, Map<String,?> properties) throws JAXBException
JAXBExceptionpublic static JAXBContext newInstance(Class... classes) throws JAXBException
JAXBExceptionpublic static JAXBContext newInstance(Class[] classes, Map<String,?> properties) throws JAXBException
JAXBExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.