|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.sax.SAXSource
javax.xml.bind.util.JAXBSource
public class JAXBSource
This utility class allows to use a JAXB object as the source of a stylesheet transformation.
Field Summary |
---|
Fields inherited from class javax.xml.transform.sax.SAXSource |
---|
FEATURE |
Constructor Summary | |
---|---|
JAXBSource(JAXBContext pContext,
java.lang.Object pObject)
Creates a new instance of JAXBSource. |
|
JAXBSource(Marshaller pMarshaller,
java.lang.Object pObject)
Creates a new instance of JAXBSource. |
Method Summary |
---|
Methods inherited from class javax.xml.transform.sax.SAXSource |
---|
getInputSource, getSystemId, getXMLReader, setInputSource, setSystemId, setXMLReader, sourceToInputSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXBSource(JAXBContext pContext, java.lang.Object pObject) throws JAXBException
Creates a new instance of JAXBSource. The given
JAXBContext
will be used to
construct a Marshaller
and
invoke the constructor
JAXBSource(javax.xml.bind.Marshaller, Object)
.
JAXBException
public JAXBSource(Marshaller pMarshaller, java.lang.Object pObject) throws JAXBException
Creates a new instance of JAXBSource.
JAXBException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |