|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.sax.SAXSource
org.springframework.oxm.support.MarshallingSource
public class MarshallingSource
Source
implementation that uses a Marshaller
.Can be constructed with a Marshaller
and an
object to be marshalled.
StaxSource
extends from SAXSource
, calling the methods of
SAXSource
is not supported. In general, the only supported operation on this class is
to use the XMLReader
obtained via SAXSource.getXMLReader()
to parse the input source obtained via SAXSource.getInputSource()
. Calling SAXSource.setXMLReader(org.xml.sax.XMLReader)
or SAXSource.setInputSource(org.xml.sax.InputSource)
will result in UnsupportedOperationException
s.
Transformer
Field Summary |
---|
Fields inherited from class javax.xml.transform.sax.SAXSource |
---|
FEATURE |
Constructor Summary | |
---|---|
MarshallingSource(Marshaller marshaller,
java.lang.Object content)
Creates a new MarshallingSource with the given marshaller and content. |
Method Summary | |
---|---|
java.lang.Object |
getContent()
Returns the object to be marshalled. |
Marshaller |
getMarshaller()
Returns the Marshaller used by this MarshallingSource . |
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 MarshallingSource(Marshaller marshaller, java.lang.Object content)
MarshallingSource
with the given marshaller and content.
marshaller
- the marshaller to usecontent
- the object to be marshalledMethod Detail |
---|
public Marshaller getMarshaller()
Marshaller
used by this MarshallingSource
.
public java.lang.Object getContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |