Package org.mule.soapkit.soap.message
Class ImmutableSoapResponse
java.lang.Object
org.mule.soapkit.soap.message.AbstractSoapResponse
org.mule.soapkit.soap.message.ImmutableSoapResponse
- All Implemented Interfaces:
org.mule.soap.api.message.SoapMessage,org.mule.soap.api.message.WithContentType,SoapResponse
Immutable
SoapResponse implementation.- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionImmutableSoapResponse(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) ImmutableSoapResponse(org.mule.runtime.api.event.Event event, Map<String, String> transportHeaders, Map<String, String> transportAdditionalData, org.mule.runtime.api.metadata.MediaType contentType) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.mule.soapkit.soap.message.AbstractSoapResponse
getTransportAdditionalData, getTransportHeaders, getVariables
-
Constructor Details
-
ImmutableSoapResponse
public 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) -
ImmutableSoapResponse
-
-
Method Details
-
getContent
- Specified by:
getContentin interfaceorg.mule.soap.api.message.SoapMessage- Specified by:
getContentin classAbstractSoapResponse
-
getSoapHeaders
- Specified by:
getSoapHeadersin interfaceorg.mule.soap.api.message.SoapMessage- Specified by:
getSoapHeadersin classAbstractSoapResponse
-
getAttachments
- Specified by:
getAttachmentsin interfaceorg.mule.soap.api.message.SoapMessage- Specified by:
getAttachmentsin classAbstractSoapResponse
-
getContentType
- Specified by:
getContentTypein interfaceorg.mule.soap.api.message.WithContentType- Specified by:
getContentTypein classAbstractSoapResponse
-