org.apache.cxf.jibx
Class JibxDataReader

java.lang.Object
  extended by org.apache.cxf.jibx.JibxDataReader
All Implemented Interfaces:
org.apache.cxf.databinding.BaseDataReader, org.apache.cxf.databinding.DataReader<XMLStreamReader>

public class JibxDataReader
extends Object
implements org.apache.cxf.databinding.DataReader<XMLStreamReader>


Field Summary
 
Fields inherited from interface org.apache.cxf.databinding.BaseDataReader
ENDPOINT, FAULT
 
Constructor Summary
JibxDataReader()
           
 
Method Summary
 Object read(org.apache.cxf.service.model.MessagePartInfo part, XMLStreamReader input)
           
 Object read(QName elementQName, XMLStreamReader input, Class<?> type)
           
 Object read(XMLStreamReader input)
           
 void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
           
 void setProperty(String prop, Object value)
           
 void setSchema(Schema s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JibxDataReader

public JibxDataReader()
Method Detail

read

public Object read(XMLStreamReader input)
Specified by:
read in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>

read

public Object read(org.apache.cxf.service.model.MessagePartInfo part,
                   XMLStreamReader input)
Specified by:
read in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>

read

public Object read(QName elementQName,
                   XMLStreamReader input,
                   Class<?> type)
Specified by:
read in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>

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