public class JAXBContextWrapper extends JAXBContext
JAXB_CONTEXT_FACTORY| Constructor and Description |
|---|
JAXBContextWrapper(Class<?>[] classes,
Map<String,Object> properties,
JAXBConfig config)
Create a new JAXBContextWrapper.
|
JAXBContextWrapper(JAXBConfig config,
Class<?>... classes)
Create a new JAXBContextWrapper.
|
JAXBContextWrapper(JAXBContext wrappedContext,
JAXBConfig config) |
JAXBContextWrapper(String contextPath,
JAXBConfig config)
Create a new JAXBContextWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
Binder<Node> |
createBinder() |
<T> Binder<T> |
createBinder(Class<T> domType) |
JAXBIntrospector |
createJAXBIntrospector() |
Marshaller |
createMarshaller() |
Unmarshaller |
createUnmarshaller() |
Validator |
createValidator()
Deprecated.
|
void |
generateSchema(SchemaOutputResolver outputResolver) |
Schema |
getSchema()
Get the schema.
|
void |
setSchema(Schema schema)
Set the schema.
|
newInstance, newInstance, newInstance, newInstance, newInstancepublic JAXBContextWrapper(JAXBContext wrappedContext, JAXBConfig config) throws JAXBException
JAXBExceptionpublic JAXBContextWrapper(Class<?>[] classes, Map<String,Object> properties, JAXBConfig config) throws JAXBException
classes - properties - config - JAXBExceptionpublic JAXBContextWrapper(String contextPath, JAXBConfig config) throws JAXBException
contextPath - config - JAXBExceptionpublic JAXBContextWrapper(JAXBConfig config, Class<?>... classes) throws JAXBException
classes - config - JAXBExceptionpublic Schema getSchema()
public void setSchema(Schema schema)
schema - The schema to set.public Binder<Node> createBinder()
createBinder in class JAXBContextJAXBContext.createBinder()public <T> Binder<T> createBinder(Class<T> domType)
createBinder in class JAXBContextT - domType - JAXBContext.createBinder(java.lang.Class)public JAXBIntrospector createJAXBIntrospector()
createJAXBIntrospector in class JAXBContextJAXBContext.createJAXBIntrospector()public Marshaller createMarshaller() throws JAXBException
createMarshaller in class JAXBContextJAXBExceptionJAXBContext.createMarshaller()public Unmarshaller createUnmarshaller() throws JAXBException
createUnmarshaller in class JAXBContextJAXBExceptionJAXBContext.createUnmarshaller()public Validator createValidator() throws JAXBException
createValidator in class JAXBContextJAXBExceptionJAXBContext.createValidator()public void generateSchema(SchemaOutputResolver outputResolver) throws IOException
generateSchema in class JAXBContextoutputResolver - IOExceptionJAXBContext.generateSchema(javax.xml.bind.SchemaOutputResolver)Copyright © 2013. All Rights Reserved.