public final class EmptySoapResponse extends Object implements org.mule.runtime.soap.api.message.SoapResponse
SoapResponse implementation.| Constructor and Description |
|---|
EmptySoapResponse(Map<String,String> transportHeaders) |
| 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.