Class XMLStreamDataReader

java.lang.Object
org.apache.cxf.aegis.databinding.XMLStreamDataReader
All Implemented Interfaces:
org.apache.cxf.databinding.DataReader<XMLStreamReader>

public class XMLStreamDataReader extends Object implements org.apache.cxf.databinding.DataReader<XMLStreamReader>
  • Constructor Details

    • XMLStreamDataReader

      public XMLStreamDataReader(AegisDatabinding databinding, org.apache.cxf.Bus bus)
  • Method Details

    • 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 name, XMLStreamReader input, Class<?> typeClass)
      Specified by:
      read in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>
    • read

      public Object read(XMLStreamReader input)
      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.DataReader<XMLStreamReader>
    • setProperty

      public void setProperty(String prop, Object value)
      Specified by:
      setProperty in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>
    • setSchema

      public void setSchema(Schema s)
      Specified by:
      setSchema in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>