org.apache.cxf.databinding
Interface DataReader<T>
public interface DataReader<T>
read
java.lang.Object read(T input)
read
java.lang.Object read(MessagePartInfo part,
T input)
read
java.lang.Object read(javax.xml.namespace.QName name,
T input,
java.lang.Class type)
setSchema
void setSchema(javax.xml.validation.Schema s)
setAttachments
void setAttachments(java.util.Collection<Attachment> attachments)
setProperty
void setProperty(java.lang.String prop,
java.lang.Object value)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.