public final class ImmutableSoapResponse extends AbstractSoapResponse
SoapResponse implementation.| Constructor and Description |
|---|
ImmutableSoapResponse(org.mule.runtime.api.event.Event event,
Map<String,String> transportHeaders,
Map<String,String> transportAdditionalData,
org.mule.runtime.api.metadata.MediaType contentType) |
ImmutableSoapResponse(InputStream content,
Map<String,String> soapHeaders,
Map<String,String> transportHeaders,
Map<String,String> transportAdditionalData,
Map<String,org.mule.soap.api.message.SoapAttachment> attachments,
org.mule.runtime.api.metadata.MediaType contentType,
Map<String,org.mule.runtime.api.metadata.TypedValue<?>> variables) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.mule.soap.api.message.SoapAttachment> |
getAttachments() |
InputStream |
getContent() |
String |
getContentType() |
Map<String,String> |
getSoapHeaders() |
getTransportAdditionalData, getTransportHeaders, getVariablespublic ImmutableSoapResponse(InputStream content, Map<String,String> soapHeaders, Map<String,String> transportHeaders, Map<String,String> transportAdditionalData, Map<String,org.mule.soap.api.message.SoapAttachment> attachments, org.mule.runtime.api.metadata.MediaType contentType, Map<String,org.mule.runtime.api.metadata.TypedValue<?>> variables)
public InputStream getContent()
getContent in interface org.mule.soap.api.message.SoapMessagegetContent in class AbstractSoapResponsepublic Map<String,String> getSoapHeaders()
getSoapHeaders in interface org.mule.soap.api.message.SoapMessagegetSoapHeaders in class AbstractSoapResponsepublic Map<String,org.mule.soap.api.message.SoapAttachment> getAttachments()
getAttachments in interface org.mule.soap.api.message.SoapMessagegetAttachments in class AbstractSoapResponsepublic String getContentType()
getContentType in interface org.mule.soap.api.message.WithContentTypegetContentType in class AbstractSoapResponseCopyright © 2025. All rights reserved.