Class DispatchingRequest
java.lang.Object
org.mule.runtime.extension.api.soap.message.DispatchingRequest
A context with all the required information for a
MessageDispatcher to properly dispatch the Soap message.- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionDispatchingRequest(InputStream message, String address, Map<String, String> headers) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DispatchingRequest
-
-
Method Details
-
getAddress
- Returns:
- the address where the service lives.
-
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.
-