|
||||||||||
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.AegisElementDataWriter
public class AegisElementDataWriter
Field Summary | |
---|---|
protected AegisXMLStreamDataWriter |
writer
|
Fields inherited from class org.apache.cxf.aegis.AbstractAegisIoImpl |
---|
aegisContext, context, properties, schema |
Constructor Summary | |
---|---|
AegisElementDataWriter(AegisContext globalContext)
|
Method Summary | |
---|---|
void |
write(java.lang.Object obj,
javax.xml.namespace.QName elementName,
boolean optional,
org.w3c.dom.Element output,
Type aegisType)
Write an object to the sink. |
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 |
Field Detail |
---|
protected AegisXMLStreamDataWriter writer
Constructor Detail |
---|
public AegisElementDataWriter(AegisContext globalContext)
Method Detail |
---|
public void write(java.lang.Object obj, javax.xml.namespace.QName elementName, boolean optional, org.w3c.dom.Element output, Type aegisType) throws java.lang.Exception
AegisWriter
write
in interface AegisWriter<org.w3c.dom.Element>
obj
- The object.elementName
- The element QName.optional
- true to omit for null. (minOccurs=0)output
- The output sink.aegisType
- The aegis type to use. Null is allowed, but only if
obj is not null.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |