public class ContextFactory
extends java.lang.Object
Used to create JAXBContext objects for v1.0.1 and forward
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
USE_JAXB_PROPERTIES |
Constructor and Description |
---|
ContextFactory() |
Modifier and Type | Method and Description |
---|---|
static JAXBRIContext |
createContext(java.lang.Class[] classes,
java.util.Collection<TypeReference> typeRefs,
java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements,
java.lang.String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo) |
static JAXBRIContext |
createContext(java.lang.Class[] classes,
java.util.Collection<TypeReference> typeRefs,
java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements,
java.lang.String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean improvedXsiTypeHandling) |
static javax.xml.bind.JAXBContext |
createContext(java.lang.Class[] classes,
java.util.Map<java.lang.String,java.lang.Object> properties)
The API will invoke this method via reflection
|
static javax.xml.bind.JAXBContext |
createContext(java.lang.String contextPath,
java.lang.ClassLoader classLoader,
java.util.Map<java.lang.String,java.lang.Object> properties)
The API will invoke this method via reflection.
|
public static final java.lang.String USE_JAXB_PROPERTIES
public static javax.xml.bind.JAXBContext createContext(java.lang.Class[] classes, java.util.Map<java.lang.String,java.lang.Object> properties) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static JAXBRIContext createContext(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static JAXBRIContext createContext(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean improvedXsiTypeHandling) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static javax.xml.bind.JAXBContext createContext(java.lang.String contextPath, java.lang.ClassLoader classLoader, java.util.Map<java.lang.String,java.lang.Object> properties) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException