Uses of Class
org.apache.camel.component.cxf.DataFormat
-
Packages that use DataFormat Package Description org.apache.camel.component.cxf Defines the CXF Componentorg.apache.camel.component.cxf.converter -
-
Uses of DataFormat in org.apache.camel.component.cxf
Methods in org.apache.camel.component.cxf that return DataFormat Modifier and Type Method Description DataFormatDataFormat. dealias()DataFormatCxfEndpoint. getDataFormat()static DataFormatDataFormat. 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 Modifier and Type Method Description static ObjectDefaultCxfBinding. getBodyFromCamel(org.apache.camel.Message out, DataFormat dataFormat)protected static ObjectDefaultCxfBinding. getContentFromCxf(org.apache.cxf.message.Message message, DataFormat dataFormat, String encoding)voidCxfEndpoint. setDataFormat(DataFormat format)The data type messages supported by the CXF endpoint. -
Uses of DataFormat in org.apache.camel.component.cxf.converter
Methods in org.apache.camel.component.cxf.converter that return DataFormat Modifier and Type Method Description static DataFormatCxfConverter. toDataFormat(String name)
-