public final class EmptySoapResponse extends AbstractSoapResponse
SoapResponse implementation.| Constructor and Description |
|---|
EmptySoapResponse()
Deprecated.
Please use
EmptySoapResponse(Map) instead. Defaulting to an empty set of
variables will break the execution context. |
EmptySoapResponse(Map<String,String> transportHeaders,
Map<String,String> transportAdditionalData,
Map<String,org.mule.runtime.api.metadata.TypedValue<?>> variables) |
EmptySoapResponse(Map<String,org.mule.runtime.api.metadata.TypedValue<?>> variables) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> |
getAttachments() |
InputStream |
getContent() |
org.mule.runtime.api.metadata.MediaType |
getContentType() |
Map<String,String> |
getSoapHeaders() |
getTransportAdditionalData, getTransportHeaders, getVariables@Deprecated public EmptySoapResponse()
EmptySoapResponse(Map) instead. Defaulting to an empty set of
variables will break the execution context.public EmptySoapResponse(Map<String,org.mule.runtime.api.metadata.TypedValue<?>> variables)
public InputStream getContent()
getContent in interface org.mule.runtime.soap.api.message.SoapMessagegetContent in class AbstractSoapResponsepublic Map<String,String> getSoapHeaders()
getSoapHeaders in interface org.mule.runtime.soap.api.message.SoapMessagegetSoapHeaders in class AbstractSoapResponsepublic Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> getAttachments()
getAttachments in interface org.mule.runtime.soap.api.message.SoapMessagegetAttachments in class AbstractSoapResponsepublic org.mule.runtime.api.metadata.MediaType getContentType()
getContentType in interface org.mule.runtime.soap.api.message.WithContentTypegetContentType in class AbstractSoapResponseCopyright © 2025. All rights reserved.