com.sun.xml.bind.v2
public class ContextFactory extends Object
Used to create JAXBContext objects for v1.0.1 and forward
Since: 2.0
Field Summary | |
---|---|
static String | USE_JAXB_PROPERTIES |
Method Summary | |
---|---|
static JAXBContext | createContext(Class[] classes, Map<String,Object> properties)
The API will invoke this method via reflection |
static JAXBRIContext | createContext(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo) |
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) |
static JAXBContext | createContext(String contextPath, ClassLoader classLoader, Map<String,Object> properties)
The API will invoke this method via reflection. |