SOAP 1.1 Envelope element. More...
#include <xmltooling/soap/SOAP.h>
Public Member Functions | |
virtual Envelope * | cloneEnvelope () const =0 |
Type-specific clone method. | |
virtual Header * | getHeader () const =0 |
Returns the Header child. | |
virtual void | setHeader (Header *child)=0 |
Sets the Header child. | |
virtual Body * | getBody () const =0 |
Returns the Body child. | |
virtual void | setBody (Body *child)=0 |
Sets the Body child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
Envelope (type) local name. |
SOAP 1.1 Envelope element.
virtual Envelope* soap11::Envelope::cloneEnvelope | ( | ) | const [pure virtual] |
Type-specific clone method.