org.apache.cxf.aegis.databinding
Class ElementDataReader
java.lang.Object
org.apache.cxf.aegis.databinding.ElementDataReader
- All Implemented Interfaces:
- org.apache.cxf.databinding.BaseDataReader, org.apache.cxf.databinding.DataReader<Element>
public class ElementDataReader
- extends Object
- implements org.apache.cxf.databinding.DataReader<Element>
| Fields inherited from interface org.apache.cxf.databinding.BaseDataReader |
ENDPOINT, FAULT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
read
public Object read(Element input)
-
- Specified by:
read in interface org.apache.cxf.databinding.DataReader<Element>
read
public Object read(org.apache.cxf.service.model.MessagePartInfo part,
Element input)
-
- Specified by:
read in interface org.apache.cxf.databinding.DataReader<Element>
read
public Object read(QName name,
Element input,
Class typeClass)
-
- Specified by:
read in interface org.apache.cxf.databinding.DataReader<Element>
setAttachments
public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
-
- Specified by:
setAttachments in interface org.apache.cxf.databinding.BaseDataReader
setProperty
public void setProperty(String prop,
Object value)
- Specified by:
setProperty in interface org.apache.cxf.databinding.BaseDataReader
setSchema
public void setSchema(Schema s)
- Specified by:
setSchema in interface org.apache.cxf.databinding.BaseDataReader
Apache CXF