Example usage for Java javax.xml.bind JAXBContext fields, constructors, methods, implement or subclass
The text is from its open source code.
JAXBIntrospector | createJAXBIntrospector() Creates a JAXBIntrospector object that can be used to introspect JAXB objects. |
Marshaller | createMarshaller() Create a Marshaller object that can be used to convert a java content tree into XML data. |
Unmarshaller | createUnmarshaller() Create an Unmarshaller object that can be used to convert XML data into a java content tree. |
Validator | createValidator() Validator has been made optional and deprecated in JAXB 2.0. |
void | generateSchema(SchemaOutputResolver outputResolver) Generates the schema documents for this context. |
Class> | getClass() Returns the runtime class of this Object . |
JAXBContext | newInstance(String contextPath) Create a new instance of a JAXBContext class. |
JAXBContext | newInstance(Class>... classesToBeBound) Create a new instance of a JAXBContext class. |
JAXBContext | newInstance(String contextPath, ClassLoader classLoader, Map Create a new instance of a JAXBContext class. |
JAXBContext | newInstance(String contextPath, ClassLoader classLoader) Create a new instance of a JAXBContext class. |
JAXBContext | newInstance(Class>[] classesToBeBound, Map Create a new instance of a JAXBContext class. |
String | toString() Returns a string representation of the object. |