Apache CXF API

Uses of Package
org.apache.cxf.databinding

Packages that use org.apache.cxf.databinding
org.apache.cxf.aegis.databinding   
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.binding.corba.utils   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.databinding   
org.apache.cxf.databinding.source   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.frontend   
org.apache.cxf.headers   
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   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jaxws   
org.apache.cxf.jibx   
org.apache.cxf.sdo   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.service.factory   
org.apache.cxf.ws.rm   
org.apache.cxf.xmlbeans   
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.aegis.databinding
AbstractDataBinding
          Supply default implementations, as appropriate, for DataBinding.
BaseDataReader
          Non-parameterized base interface for DataReader<T>
BaseDataWriter
          The 'write' side of the data binding abstraction of CXF.
DataBinding
           
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.binding.corba.interceptors
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.binding.corba.utils
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.binding.soap
DataBinding
           
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.binding.soap.interceptor
DataWriter
          The 'write' side of the data binding abstraction of CXF.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.databinding
BaseDataReader
          Non-parameterized base interface for DataReader<T>
BaseDataWriter
          The 'write' side of the data binding abstraction of CXF.
DataBinding
           
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
WrapperHelper
          This wrapper helper will help to create a wrapper object with part elements or get a list of part elements from a wrapper object.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.databinding.source
AbstractDataBinding
          Supply default implementations, as appropriate, for DataBinding.
BaseDataReader
          Non-parameterized base interface for DataReader<T>
BaseDataWriter
          The 'write' side of the data binding abstraction of CXF.
DataBinding
           
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.databinding.stax
AbstractDataBinding
          Supply default implementations, as appropriate, for DataBinding.
BaseDataReader
          Non-parameterized base interface for DataReader<T>
BaseDataWriter
          The 'write' side of the data binding abstraction of CXF.
DataBinding
           
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.endpoint
DataBinding
           
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.frontend
DataBinding
           
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.headers
DataBinding
           
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.interceptor
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.jaxb
AbstractDataBinding
          Supply default implementations, as appropriate, for DataBinding.
AbstractWrapperHelper
          This wrapper helper will use reflection to handle the wrapped message
DataBinding
           
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
WrapperCapableDatabinding
          To create the WrapperHelper instance for the wrapper capable data binding
WrapperHelper
          This wrapper helper will help to create a wrapper object with part elements or get a list of part elements from a wrapper object.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.jaxrs
DataBinding
           
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.jaxrs.provider
AbstractDataBinding
          Supply default implementations, as appropriate, for DataBinding.
DataBinding
           
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.jaxws
DataBinding
           
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.jibx
AbstractDataBinding
          Supply default implementations, as appropriate, for DataBinding.
AbstractWrapperHelper
          This wrapper helper will use reflection to handle the wrapped message
BaseDataReader
          Non-parameterized base interface for DataReader<T>
BaseDataWriter
          The 'write' side of the data binding abstraction of CXF.
DataBinding
           
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
WrapperCapableDatabinding
          To create the WrapperHelper instance for the wrapper capable data binding
WrapperHelper
          This wrapper helper will help to create a wrapper object with part elements or get a list of part elements from a wrapper object.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.sdo
AbstractDataBinding
          Supply default implementations, as appropriate, for DataBinding.
DataBinding
           
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
WrapperCapableDatabinding
          To create the WrapperHelper instance for the wrapper capable data binding
WrapperHelper
          This wrapper helper will help to create a wrapper object with part elements or get a list of part elements from a wrapper object.
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.service
DataBinding
           
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.service.factory
DataBinding
           
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.ws.rm
DataBinding
           
 

Classes in org.apache.cxf.databinding used by org.apache.cxf.xmlbeans
AbstractDataBinding
          Supply default implementations, as appropriate, for DataBinding.
AbstractWrapperHelper
          This wrapper helper will use reflection to handle the wrapped message
BaseDataReader
          Non-parameterized base interface for DataReader<T>
BaseDataWriter
          The 'write' side of the data binding abstraction of CXF.
DataBinding
           
DataReader
          The 'read' side of the data binding abstraction of CXF.
DataWriter
          The 'write' side of the data binding abstraction of CXF.
WrapperCapableDatabinding
          To create the WrapperHelper instance for the wrapper capable data binding
WrapperHelper
          This wrapper helper will help to create a wrapper object with part elements or get a list of part elements from a wrapper object.
 


Apache CXF API

Apache CXF