|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.v2.ContextFactory
public class ContextFactory
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 and forward
| Field Summary | |
|---|---|
static String |
USE_JAXB_PROPERTIES
|
| Constructor Summary | |
|---|---|
ContextFactory()
|
|
| Method Summary | |
|---|---|
static JAXBRIContext |
createContext(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo)
Deprecated. use createContext(Class[] classes, Map |
static JAXBRIContext |
createContext(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean improvedXsiTypeHandling)
Deprecated. use createContext( Class[] classes, Map |
static JAXBContext |
createContext(Class[] classes,
Map<String,Object> properties)
The API will invoke this method via reflection |
static JAXBContext |
createContext(String contextPath,
ClassLoader classLoader,
Map<String,Object> properties)
The API will invoke this method via reflection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String USE_JAXB_PROPERTIES
| Constructor Detail |
|---|
public ContextFactory()
| Method Detail |
|---|
public static JAXBContext createContext(Class[] classes,
Map<String,Object> properties)
throws JAXBException
JAXBException
@Deprecated
public static JAXBRIContext createContext(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo)
throws JAXBException
classes - typeRefs - subclassReplacements - defaultNsUri - c14nSupport - ar - xmlAccessorFactorySupport - allNillable - retainPropertyInfo -
JAXBException
@Deprecated
public static JAXBRIContext createContext(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean improvedXsiTypeHandling)
throws JAXBException
classes - typeRefs - subclassReplacements - defaultNsUri - c14nSupport - ar - xmlAccessorFactorySupport - allNillable - retainPropertyInfo - improvedXsiTypeHandling -
JAXBException
public static JAXBContext createContext(String contextPath,
ClassLoader classLoader,
Map<String,Object> properties)
throws JAXBException
JAXBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||