public final class ImmutableSoapResponse extends Object implements org.mule.runtime.soap.api.message.SoapResponse
SoapResponse implementation.| Constructor and Description |
|---|
ImmutableSoapResponse(InputStream content,
Map<String,String> soapHeaders,
Map<String,String> transportHeaders,
Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> attachments,
org.mule.runtime.api.metadata.MediaType contentType) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<org.mule.runtime.extension.api.soap.SoapOutputPayload,org.mule.runtime.extension.api.soap.SoapAttributes> |
getAsResult(org.mule.runtime.extension.api.runtime.streaming.StreamingHelper helper) |
Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> |
getAttachments() |
InputStream |
getContent() |
org.mule.runtime.api.metadata.MediaType |
getContentType() |
Map<String,String> |
getSoapHeaders() |
Map<String,String> |
getTransportHeaders() |
public InputStream getContent()
getContent in interface org.mule.runtime.soap.api.message.SoapMessagepublic Map<String,String> getSoapHeaders()
getSoapHeaders in interface org.mule.runtime.soap.api.message.SoapMessagepublic Map<String,String> getTransportHeaders()
getTransportHeaders in interface org.mule.runtime.soap.api.message.SoapMessagepublic Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> getAttachments()
getAttachments in interface org.mule.runtime.soap.api.message.SoapMessagepublic org.mule.runtime.api.metadata.MediaType getContentType()
getContentType in interface org.mule.runtime.soap.api.message.WithContentTypepublic org.mule.runtime.extension.api.runtime.operation.Result<org.mule.runtime.extension.api.soap.SoapOutputPayload,org.mule.runtime.extension.api.soap.SoapAttributes> getAsResult(org.mule.runtime.extension.api.runtime.streaming.StreamingHelper helper)
getAsResult in interface org.mule.runtime.soap.api.message.SoapResponseCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.