| Modifier and Type | Method and Description |
|---|---|
Object |
read(Element input) |
Object |
read(org.apache.cxf.service.model.MessagePartInfo part,
Element input) |
Object |
read(QName name,
Element input,
Class<?> typeClass) |
void |
setAttachments(Collection<org.apache.cxf.message.Attachment> attachments) |
void |
setProperty(String prop,
Object value) |
void |
setSchema(Schema s) |
public Object read(Element input)
read in interface org.apache.cxf.databinding.DataReader<Element>public Object read(org.apache.cxf.service.model.MessagePartInfo part, Element input)
read in interface org.apache.cxf.databinding.DataReader<Element>public Object read(QName name, Element input, Class<?> typeClass)
read in interface org.apache.cxf.databinding.DataReader<Element>public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
setAttachments in interface org.apache.cxf.databinding.BaseDataReaderpublic void setProperty(String prop, Object value)
setProperty in interface org.apache.cxf.databinding.BaseDataReaderpublic void setSchema(Schema s)
setSchema in interface org.apache.cxf.databinding.BaseDataReaderApache CXF