Package | Description |
---|---|
org.apache.camel.component.cxf |
Defines the CXF Component
|
org.apache.camel.component.cxf.converter |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Object |
DefaultCxfBinding.getBodyFromCamel(org.apache.camel.Message out,
DataFormat dataFormat) |
protected static Object |
DefaultCxfBinding.getContentFromCxf(org.apache.cxf.message.Message message,
DataFormat dataFormat,
String encoding) |
void |
CxfEndpoint.setDataFormat(DataFormat format)
The data type messages supported by the CXF endpoint.
|
Modifier and Type | Method and Description |
---|---|
static DataFormat |
CxfConverter.toDataFormat(String name) |
Apache Camel