public class CxfPayload<T> extends Object
DataFormat.PAYLOAD is used.| Constructor and Description |
|---|
CxfPayload(List<T> headers,
List<Element> body) |
CxfPayload(List<T> headers,
List<Source> body,
Map<String,String> nsMap) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addNamespace(Element element,
Map<String,String> nsMap) |
List<Element> |
getBody()
Get the body as a List of DOM elements.
|
List<Source> |
getBodySources()
Gets the body as a List of source objects.
|
List<T> |
getHeaders() |
String |
toString() |
public List<Element> getBody()
public List<Source> getBodySources()
Apache Camel