Uses of Class
org.apache.camel.component.cxf.DataFormat

Packages that use DataFormat
org.apache.camel.component.cxf Defines the CXF Component 
org.apache.camel.component.cxf.converter   
 

Uses of DataFormat in org.apache.camel.component.cxf
 

Methods in org.apache.camel.component.cxf that return DataFormat
 DataFormat DataFormat.dealias()
           
 DataFormat CxfEndpoint.getDataFormat()
           
static DataFormat DataFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataFormat[] DataFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.cxf with parameters of type DataFormat
static Object DefaultCxfBinding.getBodyFromCamel(org.apache.camel.Message out, DataFormat dataFormat)
           
protected static Object DefaultCxfBinding.getContentFromCxf(org.apache.cxf.message.Message message, DataFormat dataFormat)
           
 void CxfEndpoint.setDataFormat(DataFormat format)
           
 

Uses of DataFormat in org.apache.camel.component.cxf.converter
 

Methods in org.apache.camel.component.cxf.converter that return DataFormat
static DataFormat CxfConverter.toDataFormat(String name)
           
 



Apache CAMEL