Payload of Message with SOAP content. More...
#include <PayloadSOAP.h>
Public Member Functions | |
| PayloadSOAP (const NS &ns, bool fault=false) | |
| PayloadSOAP (const SOAPEnvelope &soap) | |
| PayloadSOAP (const MessagePayload &source) | |
Payload of Message with SOAP content.
This class combines MessagePayload with SOAPEnvelope to make it possible to pass SOAP messages through MCC chain.
| Arc::PayloadSOAP::PayloadSOAP | ( | const NS & | ns, | |
| bool | fault = false | |||
| ) |
Constructor - creates new Message payload
| Arc::PayloadSOAP::PayloadSOAP | ( | const SOAPEnvelope & | soap | ) |
Constructor - creates Message payload from SOAP document. Provided SOAP document is copied to new object.
| Arc::PayloadSOAP::PayloadSOAP | ( | const MessagePayload & | source | ) |
Constructor - creates SOAP message from payload. PayloadRawInterface and derived classes are supported.
1.6.3