Package org.mule.soap.internal.message
Class EmptySoapResponse
java.lang.Object
org.mule.soap.internal.message.EmptySoapResponse
- All Implemented Interfaces:
SoapMessage,SoapResponse,WithContentType
Empty
SoapResponse implementation.- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
EmptySoapResponse
-
-
Method Details
-
getContent
- Specified by:
getContentin interfaceSoapMessage- Returns:
- the content of the message.
-
getSoapHeaders
- Specified by:
getSoapHeadersin interfaceSoapMessage- Returns:
- a set of Soap Headers.
-
getTransportHeaders
- Specified by:
getTransportHeadersin interfaceSoapMessage- Returns:
- a set of Transport Specific Headers.
-
getTransportAdditionalData
- Specified by:
getTransportAdditionalDatain interfaceSoapResponse- Returns:
- a map of Additional Data that is transport specific.
-
getAttachments
- Specified by:
getAttachmentsin interfaceSoapMessage- Returns:
- a set of attachments.
-
getContentType
- Specified by:
getContentTypein interfaceWithContentType- Returns:
- the content type of the attachment content.
-