|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.aegis.databinding.ElementDataWriter
public class ElementDataWriter
Field Summary |
---|
Fields inherited from interface org.apache.cxf.databinding.DataWriter |
---|
ENDPOINT |
Constructor Summary | |
---|---|
ElementDataWriter(AegisDatabinding databinding)
|
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.String key)
|
void |
setAttachments(java.util.Collection<Attachment> attachments)
Attach a collection of attachments to this writer. |
void |
setProperty(java.lang.String prop,
java.lang.Object value)
Set a property for the writer. |
void |
setSchema(javax.xml.validation.Schema s)
Attach a schema to the writer. |
void |
write(java.lang.Object obj,
org.w3c.dom.Element output)
Write an object to an output sink. |
void |
write(java.lang.Object obj,
MessagePartInfo part,
org.w3c.dom.Element output)
Write an object to an output sink, including extra processing based on the WSDL service model for a particular message part. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementDataWriter(AegisDatabinding databinding)
Method Detail |
---|
public void setAttachments(java.util.Collection<Attachment> attachments)
DataWriter
setAttachments
in interface DataWriter<org.w3c.dom.Element>
public void setSchema(javax.xml.validation.Schema s)
DataWriter
setSchema
in interface DataWriter<org.w3c.dom.Element>
s
- the schema.public void write(java.lang.Object obj, MessagePartInfo part, org.w3c.dom.Element output)
DataWriter
write
in interface DataWriter<org.w3c.dom.Element>
obj
- The object to write.part
- the message part.output
- the output sink.public void write(java.lang.Object obj, org.w3c.dom.Element output)
DataWriter
write
in interface DataWriter<org.w3c.dom.Element>
obj
- the object to write.output
- the output sink.public void setProperty(java.lang.String prop, java.lang.Object value)
DataWriter
setProperty
in interface DataWriter<org.w3c.dom.Element>
prop
- property keyvalue
- property value.public java.lang.Object getProperty(java.lang.String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |