public final class ImmutableSoapRequest extends Object implements SoapRequest
SoapRequest.| 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() |
String |
getOperation() |
Map<String,String> |
getSoapHeaders() |
Map<String,String> |
getTransportHeaders() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilder, emptypublic InputStream getContent()
getContent in interface SoapMessagepublic Map<String,String> getSoapHeaders()
getSoapHeaders in interface SoapMessagepublic Map<String,String> getTransportHeaders()
getTransportHeaders in interface SoapMessagepublic Map<String,org.mule.runtime.extension.api.soap.SoapAttachment> getAttachments()
getAttachments in interface SoapMessagepublic org.mule.runtime.api.metadata.MediaType getContentType()
getContentType in interface WithContentTypepublic String getOperation()
getOperation in interface SoapRequestCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.