org.apache.cxf.aegis.databinding
Class ElementDataReader

java.lang.Object
  extended by org.apache.cxf.aegis.databinding.ElementDataReader
All Implemented Interfaces:
BaseDataReader, DataBindingValidation2, DataReader<org.w3c.dom.Element>

public class ElementDataReader
extends java.lang.Object
implements DataReader<org.w3c.dom.Element>, DataBindingValidation2


Field Summary
 
Fields inherited from interface org.apache.cxf.databinding.BaseDataReader
ENDPOINT, FAULT
 
Method Summary
 java.lang.Object read(org.w3c.dom.Element input)
          
 java.lang.Object read(MessagePartInfo part, org.w3c.dom.Element input)
          
 java.lang.Object read(javax.xml.namespace.QName name, org.w3c.dom.Element input, java.lang.Class typeClass)
          
 void setAttachments(java.util.Collection<Attachment> attachments)
          
 void setProperty(java.lang.String prop, java.lang.Object value)
           
 void setSchema(javax.xml.validation.Schema s)
           
 void setValidationServiceModel(ServiceInfo serviceInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public java.lang.Object read(org.w3c.dom.Element input)

Specified by:
read in interface DataReader<org.w3c.dom.Element>

read

public java.lang.Object read(MessagePartInfo part,
                             org.w3c.dom.Element input)

Specified by:
read in interface DataReader<org.w3c.dom.Element>

read

public java.lang.Object read(javax.xml.namespace.QName name,
                             org.w3c.dom.Element input,
                             java.lang.Class typeClass)

Specified by:
read in interface DataReader<org.w3c.dom.Element>

setAttachments

public void setAttachments(java.util.Collection<Attachment> attachments)

Specified by:
setAttachments in interface BaseDataReader

setProperty

public void setProperty(java.lang.String prop,
                        java.lang.Object value)
Specified by:
setProperty in interface BaseDataReader

setSchema

public void setSchema(javax.xml.validation.Schema s)
Specified by:
setSchema in interface BaseDataReader

setValidationServiceModel

public void setValidationServiceModel(ServiceInfo serviceInfo)
Specified by:
setValidationServiceModel in interface DataBindingValidation2


Apache CXF