public abstract class AbstractSoapResponse extends Object implements SoapResponse
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSoapResponse(Map<String,String> transportHeaders,
Map<String,String> transportAdditionalData,
Map<String,org.mule.runtime.api.metadata.TypedValue<?>> variables) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> |
getAttachments() |
abstract InputStream |
getContent() |
abstract org.mule.runtime.api.metadata.MediaType |
getContentType() |
abstract Map<String,String> |
getSoapHeaders() |
Map<String,String> |
getTransportAdditionalData() |
Map<String,String> |
getTransportHeaders() |
Map<String,org.mule.runtime.api.metadata.TypedValue<?>> |
getVariables() |
public Map<String,org.mule.runtime.api.metadata.TypedValue<?>> getVariables()
getVariables in interface SoapResponsepublic Map<String,String> getTransportAdditionalData()
getTransportAdditionalData in interface SoapResponsepublic Map<String,String> getTransportHeaders()
getTransportHeaders in interface org.mule.runtime.soap.api.message.SoapMessagepublic abstract Map<String,String> getSoapHeaders()
getSoapHeaders in interface org.mule.runtime.soap.api.message.SoapMessagepublic abstract InputStream getContent()
getContent in interface org.mule.runtime.soap.api.message.SoapMessagepublic abstract Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> getAttachments()
getAttachments in interface org.mule.runtime.soap.api.message.SoapMessagepublic abstract org.mule.runtime.api.metadata.MediaType getContentType()
getContentType in interface org.mule.runtime.soap.api.message.WithContentTypeCopyright © 2025. All rights reserved.