|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.aegis.AbstractAegisIoImpl
org.apache.cxf.aegis.AegisXMLStreamDataWriter
public class AegisXMLStreamDataWriter
Field Summary |
---|
Fields inherited from class org.apache.cxf.aegis.AbstractAegisIoImpl |
---|
aegisContext, context, properties, schema |
Method Summary | |
---|---|
void |
write(java.lang.Object obj,
javax.xml.namespace.QName elementName,
boolean optional,
javax.xml.stream.XMLStreamWriter output,
Type aegisType)
Write an object to the output. |
Methods inherited from class org.apache.cxf.aegis.AbstractAegisIoImpl |
---|
getContext, setProperty, setSchema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cxf.aegis.AegisIo |
---|
setProperty, setSchema |
Method Detail |
---|
public void write(java.lang.Object obj, javax.xml.namespace.QName elementName, boolean optional, javax.xml.stream.XMLStreamWriter output, Type aegisType) throws java.lang.Exception
write
in interface AegisWriter<javax.xml.stream.XMLStreamWriter>
obj
- The object to write.elementName
- the QName of the XML Element.optional
- set this for minOccurs = 0. It omits null elements.output
- the output streamaegisType
- the aegis type.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |