Class CxfPayload<T>
java.lang.Object
org.apache.camel.component.cxf.common.CxfPayload<T>
- Direct Known Subclasses:
CachedCxfPayload
CxfMessage body type when
DataFormat.PAYLOAD is used.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CxfPayload
-
CxfPayload
-
-
Method Details
-
getBody
Get the body as a List of DOM elements. This will cause the Body to be fully read and parsed.- Returns:
-
addNamespace
-
getBodySources
Gets the body as a List of source objects. If possible, the Source objects will likely be StaxSource or similar that allows streaming. If you plan to modify or use the Source, be careful that the result is still usable by the Camel runtime.- Returns:
-
setBodySources
-
getHeaders
-
getNsMap
-
toString
-