#include <xmltooling/soap/SOAP.h>
Inheritance diagram for soap11::Envelope:
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. |