Package org.apache.cxf.aegis.databinding
Class ElementDataReader
- java.lang.Object
-
- org.apache.cxf.aegis.databinding.ElementDataReader
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectread(QName name, Element input, Class<?> typeClass)Objectread(org.apache.cxf.service.model.MessagePartInfo part, Element input)Objectread(Element input)voidsetAttachments(Collection<org.apache.cxf.message.Attachment> attachments)voidsetProperty(String prop, Object value)voidsetSchema(Schema s)
-
-
-
Method Detail
-
read
public Object read(Element input)
- Specified by:
readin interfaceorg.apache.cxf.databinding.DataReader<Element>
-
read
public Object read(org.apache.cxf.service.model.MessagePartInfo part, Element input)
- Specified by:
readin interfaceorg.apache.cxf.databinding.DataReader<Element>
-
read
public Object read(QName name, Element input, Class<?> typeClass)
- Specified by:
readin interfaceorg.apache.cxf.databinding.DataReader<Element>
-
setAttachments
public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
- Specified by:
setAttachmentsin interfaceorg.apache.cxf.databinding.DataReader<Element>
-
setProperty
public void setProperty(String prop, Object value)
- Specified by:
setPropertyin interfaceorg.apache.cxf.databinding.DataReader<Element>
-
-