Class CxfPayload<T>

    • Method Detail

      • getBody

        public List<Element> getBody()
        Get the body as a List of DOM elements. This will cause the Body to be fully read and parsed.
        Returns:
      • getBodySources

        public List<Source> 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

        public void setBodySources​(List<Source> body)
      • getHeaders

        public List<T> getHeaders()