|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.bind.JAXBContext
com.sun.xml.bind.DefaultJAXBContextImpl
public class DefaultJAXBContextImpl
This class provides the default implementation of JAXBContext. It also creates the GrammarInfoFacade that unifies all of the grammar info from packages on the contextPath.
| Field Summary | |
|---|---|
static java.lang.String |
JAXB_RI_BUILD_ID
Deprecated. property name used to store the build id |
| Fields inherited from class javax.xml.bind.JAXBContext |
|---|
JAXB_CONTEXT_FACTORY |
| Constructor Summary | |
|---|---|
DefaultJAXBContextImpl(GrammarInfo gi)
Deprecated. This constructor is used by the default no-arg constructor in the generated JAXBContextImpl objects. |
|
DefaultJAXBContextImpl(java.lang.String contextPath,
java.lang.ClassLoader classLoader)
Deprecated. This is the constructor used by javax.xml.bind.FactoryFinder which bootstraps the RI. |
|
| Method Summary | |
|---|---|
Marshaller |
createMarshaller()
Deprecated. Create a Marshaller object that can be used to convert a
java content-tree into XML data. |
Unmarshaller |
createUnmarshaller()
Deprecated. Create an Unmarshaller object that can be used to convert XML
data into a java content-tree. |
Validator |
createValidator()
Deprecated. Create a Validator object that can be used to validate a
java content-tree. |
com.sun.msv.grammar.Grammar |
getGrammar()
Deprecated. |
GrammarInfo |
getGrammarInfo()
Deprecated. |
java.lang.Object |
getProperty(java.lang.String name)
Deprecated. There are no required properties, so simply throw an exception. |
java.lang.Object |
newInstance(java.lang.Class javaContentInterface)
Deprecated. Create an instance of the specified Java content interface. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Deprecated. There are no required properties, so simply throw an exception. |
| Methods inherited from class javax.xml.bind.JAXBContext |
|---|
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String JAXB_RI_BUILD_ID
| Constructor Detail |
|---|
public DefaultJAXBContextImpl(java.lang.String contextPath,
java.lang.ClassLoader classLoader)
throws JAXBException
JAXBExceptionpublic DefaultJAXBContextImpl(GrammarInfo gi)
| Method Detail |
|---|
public GrammarInfo getGrammarInfo()
public com.sun.msv.grammar.Grammar getGrammar()
throws JAXBException
JAXBException
public Marshaller createMarshaller()
throws JAXBException
Marshaller object that can be used to convert a
java content-tree into XML data.
createMarshaller in class JAXBContextMarshaller object
JAXBException - if an error was encountered while creating the
Marshaller object
public Unmarshaller createUnmarshaller()
throws JAXBException
Unmarshaller object that can be used to convert XML
data into a java content-tree.
createUnmarshaller in class JAXBContextUnmarshaller object
JAXBException - if an error was encountered while creating the
Unmarshaller object
public Validator createValidator()
throws JAXBException
Validator object that can be used to validate a
java content-tree.
createValidator in class JAXBContextUnmarshaller object
JAXBException - if an error was encountered while creating the
Validator object
public java.lang.Object newInstance(java.lang.Class javaContentInterface)
throws JAXBException
javaContentInterface - the Class object
JAXBException
public void setProperty(java.lang.String name,
java.lang.Object value)
throws PropertyException
PropertyException
public java.lang.Object getProperty(java.lang.String name)
throws PropertyException
PropertyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||