Class DispatchingResponse
java.lang.Object
org.mule.runtime.extension.api.soap.message.DispatchingResponse
A simple object that carries the information retrieved after the message was dispatched with a
MessageDispatcher.- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DispatchingResponse
-
-
Method Details
-
getContent
- Returns:
- the raw message content.
-
getContentType
- Returns:
- the content-type of the raw WS response content.
-
getHeaders
- Returns:
- the output headers returned after dispatching the soap message.
-
getHeader
- Parameters:
headerName- the name of the header which values are requested- Returns:
- an
Optionalcarrying the value of the header,Optional.empty()if the header does not exist.
-