Apache CXF API

Uses of Interface
org.apache.cxf.databinding.DataWriter

Packages that use DataWriter
org.apache.cxf.aegis.databinding   
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.binding.corba.utils   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.databinding   
org.apache.cxf.databinding.source   
org.apache.cxf.databinding.stax   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.jaxb   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jibx   
org.apache.cxf.sdo   
org.apache.cxf.xmlbeans   
 

Uses of DataWriter in org.apache.cxf.aegis.databinding
 

Classes in org.apache.cxf.aegis.databinding that implement DataWriter
 class ElementDataWriter
           
 

Methods in org.apache.cxf.aegis.databinding that return DataWriter
<T> DataWriter<T>
AegisDatabinding.createWriter(Class<T> cls)
          
 

Uses of DataWriter in org.apache.cxf.binding.corba.interceptors
 

Methods in org.apache.cxf.binding.corba.interceptors that return DataWriter
protected  DataWriter<javax.xml.stream.XMLStreamWriter> CorbaStreamFaultOutInterceptor.getDataWriter(CorbaMessage message)
           
 

Methods in org.apache.cxf.binding.corba.interceptors with parameters of type DataWriter
protected  void CorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<javax.xml.stream.XMLStreamWriter> writer, ServiceInfo service)
           
protected  void CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message, Element faultDetail, RaisesType exType, OperationInfo opInfo, DataWriter<javax.xml.stream.XMLStreamWriter> writer, ServiceInfo service)
           
 

Uses of DataWriter in org.apache.cxf.binding.corba.utils
 

Methods in org.apache.cxf.binding.corba.utils that return DataWriter
static DataWriter<javax.xml.stream.XMLEventWriter> ContextUtils.getDataWriter(CorbaMessage message)
           
 

Uses of DataWriter in org.apache.cxf.binding.soap.interceptor
 

Methods in org.apache.cxf.binding.soap.interceptor that return DataWriter
protected  DataWriter<javax.xml.stream.XMLStreamWriter> SoapOutInterceptor.getDataWriter(Message message)
           
 

Uses of DataWriter in org.apache.cxf.databinding
 

Methods in org.apache.cxf.databinding that return DataWriter
<T> DataWriter<T>
DataBinding.createWriter(Class<T> cls)
           
 

Uses of DataWriter in org.apache.cxf.databinding.source
 

Classes in org.apache.cxf.databinding.source that implement DataWriter
 class NodeDataWriter
           
 class XMLStreamDataWriter
           
 

Methods in org.apache.cxf.databinding.source that return DataWriter
<T> DataWriter<T>
SourceDataBinding.createWriter(Class<T> cls)
           
 

Uses of DataWriter in org.apache.cxf.databinding.stax
 

Classes in org.apache.cxf.databinding.stax that implement DataWriter
static class StaxDataBinding.XMLStreamDataWriter
           
 

Methods in org.apache.cxf.databinding.stax that return DataWriter
<T> DataWriter<T>
StaxDataBinding.createWriter(Class<T> cls)
           
 

Uses of DataWriter in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor that return DataWriter
protected
<T> DataWriter<T>
AbstractOutDatabindingInterceptor.getDataWriter(Message message, Service service, Class<T> output)
           
 

Uses of DataWriter in org.apache.cxf.jaxb
 

Methods in org.apache.cxf.jaxb that return DataWriter
<T> DataWriter<T>
JAXBDataBinding.createWriter(Class<T> c)
           
 

Uses of DataWriter in org.apache.cxf.jaxrs.provider
 

Methods in org.apache.cxf.jaxrs.provider that return DataWriter
<T> DataWriter<T>
JAXRSDataBinding.createWriter(Class<T> cls)
           
 

Uses of DataWriter in org.apache.cxf.jibx
 

Classes in org.apache.cxf.jibx that implement DataWriter
 class JibxDataWriter
           
 

Methods in org.apache.cxf.jibx that return DataWriter
<T> DataWriter<T>
JibxDataBinding.createWriter(Class<T> cls)
           
 

Uses of DataWriter in org.apache.cxf.sdo
 

Methods in org.apache.cxf.sdo that return DataWriter
<T> DataWriter<T>
SDODataBinding.createWriter(Class<T> c)
           
 

Uses of DataWriter in org.apache.cxf.xmlbeans
 

Classes in org.apache.cxf.xmlbeans that implement DataWriter
 class DataWriterImpl
           
 class NodeDataWriterImpl
           
 

Methods in org.apache.cxf.xmlbeans that return DataWriter
<T> DataWriter<T>
XmlBeansDataBinding.createWriter(Class<T> c)
           
 


Apache CXF API

Apache CXF