javax > javax.xml > javax.xml.bind > javax.xml.bind.jaxbcontext >

Class: javax.xml.bind.JAXBContext
    java.lang.Object
       javax.xml.bind.JAXBContext


public abstract class JAXBContext extends Object


FIELDS:
public static final String JAXB_CONTEXT_FACTORY : javax.xml.bind.context.factory

CONSTRUCTORS:
protected JAXBContext()


METHODS:
public Binder createBinder()

public Binder createBinder(Class domType)
Throws: UnsupportedOperationException

public JAXBIntrospector createJAXBIntrospector()
Throws: UnsupportedOperationException

public abstract Marshaller createMarshaller()
Throws: JAXBException

public abstract Unmarshaller createUnmarshaller()
Throws: JAXBException

public abstract Validator createValidator()
Throws: JAXBException

public void generateSchema(SchemaOutputResolver outputResolver)
Throws: IOException
Throws: UnsupportedOperationException

public static JAXBContext newInstance(Class... classesToBeBound)
Throws: JAXBException
Throws: IllegalArgumentException

public static JAXBContext newInstance(Class[] classesToBeBound, Map properties)
Throws: JAXBException
Throws: IllegalArgumentException

public static JAXBContext newInstance(String contextPath)
Throws: JAXBException

public static JAXBContext newInstance(String contextPath, ClassLoader classLoader)
Throws: JAXBException

public static JAXBContext newInstance(String contextPath, ClassLoader classLoader, Map properties)
Throws: JAXBException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net