| Package | Description |
|---|---|
| org.mule.soap.api.message | |
| org.mule.soap.internal.message |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SoapMessage
Represents a Soap Message carrying a content, attachments and a set of headers.
|
interface |
SoapRequest
Represents a request that aims to be sent to a Soap Web Service.
|
interface |
SoapResponse
Represents a response retrieved by a Soap Web Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoapAttachment
Represents an attachment that was sent or received using the SOAP protocol, MTOM or SWA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSoapRequest
Default implementation of a
SoapRequest. |
class |
DefaultSoapResponse
Immutable
SoapResponse implementation. |
class |
EmptySoapResponse
Empty
SoapResponse implementation. |
Copyright © 2019. All rights reserved.