Uses of Class
org.apache.camel.component.cxf.common.DataFormat
-
Packages that use DataFormat Package Description org.apache.camel.component.cxf.common org.apache.camel.component.cxf.converter -
-
Uses of DataFormat in org.apache.camel.component.cxf.common
Methods in org.apache.camel.component.cxf.common that return DataFormat Modifier and Type Method Description DataFormatDataFormat. dealias()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. -
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)
-