Java javax.xml.bind JAXBContext fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.bind JAXBContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.bind JAXBContext.

The text is from its open source code.

Subclass

javax.xml.bind.JAXBContext has subclasses.
Click this link to see all its subclasses.

Method

JAXBIntrospectorcreateJAXBIntrospector()
Creates a JAXBIntrospector object that can be used to introspect JAXB objects.
MarshallercreateMarshaller()
Create a Marshaller object that can be used to convert a java content tree into XML data.
UnmarshallercreateUnmarshaller()
Create an Unmarshaller object that can be used to convert XML data into a java content tree.
ValidatorcreateValidator()
Validator has been made optional and deprecated in JAXB 2.0.
voidgenerateSchema(SchemaOutputResolver outputResolver)
Generates the schema documents for this context.
ClassgetClass()
Returns the runtime class of this Object .
JAXBContextnewInstance(String contextPath)
Create a new instance of a JAXBContext class.
JAXBContextnewInstance(Class... classesToBeBound)
Create a new instance of a JAXBContext class.
JAXBContextnewInstance(String contextPath, ClassLoader classLoader, Map properties)
Create a new instance of a JAXBContext class.
JAXBContextnewInstance(String contextPath, ClassLoader classLoader)
Create a new instance of a JAXBContext class.
JAXBContextnewInstance(Class[] classesToBeBound, Map properties)
Create a new instance of a JAXBContext class.
StringtoString()
Returns a string representation of the object.