|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.bind.JAXBContext net.sf.jour.rt.view.config.impl.runtime.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 |
Fields inherited from class javax.xml.bind.JAXBContext |
JAXB_CONTEXT_FACTORY |
Constructor Summary | |
DefaultJAXBContextImpl(GrammarInfo gi)
This constructor is used by the default no-arg constructor in the generated JAXBContextImpl objects. |
|
DefaultJAXBContextImpl(java.lang.String contextPath,
java.lang.ClassLoader classLoader)
This is the constructor used by javax.xml.bind.FactoryFinder which bootstraps the RI. |
Method Summary | |
javax.xml.bind.Marshaller |
createMarshaller()
Create a Marshaller object that can be used to convert a
java content-tree into XML data. |
javax.xml.bind.Unmarshaller |
createUnmarshaller()
Create an Unmarshaller object that can be used to convert XML
data into a java content-tree. |
javax.xml.bind.Validator |
createValidator()
Create a Validator object that can be used to validate a
java content-tree. |
com.sun.msv.grammar.Grammar |
getGrammar()
Loads a grammar object for the unmarshal-time validation. |
GrammarInfo |
getGrammarInfo()
|
java.lang.Object |
getProperty(java.lang.String name)
There are no required properties, so simply throw an exception. |
java.lang.Object |
newInstance(java.lang.Class javaContentInterface)
Create an instance of the specified Java content interface. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
There are no required properties, so simply throw an exception. |
Methods inherited from class javax.xml.bind.JAXBContext |
newInstance, newInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultJAXBContextImpl(java.lang.String contextPath, java.lang.ClassLoader classLoader) throws javax.xml.bind.JAXBException
public DefaultJAXBContextImpl(GrammarInfo gi)
Method Detail |
public GrammarInfo getGrammarInfo()
public com.sun.msv.grammar.Grammar getGrammar() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public javax.xml.bind.Marshaller createMarshaller() throws javax.xml.bind.JAXBException
Marshaller
object that can be used to convert a
java content-tree into XML data.
Marshaller
object
javax.xml.bind.JAXBException
- if an error was encountered while creating the
Marshaller
objectpublic javax.xml.bind.Unmarshaller createUnmarshaller() throws javax.xml.bind.JAXBException
Unmarshaller
object that can be used to convert XML
data into a java content-tree.
Unmarshaller
object
javax.xml.bind.JAXBException
- if an error was encountered while creating the
Unmarshaller
objectpublic javax.xml.bind.Validator createValidator() throws javax.xml.bind.JAXBException
Validator
object that can be used to validate a
java content-tree.
Unmarshaller
object
javax.xml.bind.JAXBException
- if an error was encountered while creating the
Validator
objectpublic java.lang.Object newInstance(java.lang.Class javaContentInterface) throws javax.xml.bind.JAXBException
javaContentInterface
- the Class object
javax.xml.bind.JAXBException
public void setProperty(java.lang.String name, java.lang.Object value) throws javax.xml.bind.PropertyException
javax.xml.bind.PropertyException
public java.lang.Object getProperty(java.lang.String name) throws javax.xml.bind.PropertyException
javax.xml.bind.PropertyException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |