soap11::Envelope Class Reference

SOAP 1.1 Envelope element. More...

#include <xmltooling/soap/SOAP.h>

Inheritance diagram for soap11::Envelope:
xmltooling::AttributeExtensibleXMLObject xmltooling::XMLObject

List of all members.

Public Member Functions

virtual EnvelopecloneEnvelope () const =0
 Type-specific clone method.
virtual HeadergetHeader () const =0
 Returns the Header child.
virtual void setHeader (Header *child)=0
 Sets the Header child.
virtual BodygetBody () 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.

Detailed Description

SOAP 1.1 Envelope element.


Member Function Documentation

virtual Envelope* soap11::Envelope::cloneEnvelope (  )  const [pure virtual]

Type-specific clone method.

virtual Body* soap11::Envelope::getBody (  )  const [pure virtual]

Returns the Body child.

virtual Header* soap11::Envelope::getHeader (  )  const [pure virtual]

Returns the Header child.

virtual void soap11::Envelope::setBody ( Body child  )  [pure virtual]

Sets the Body child.

virtual void soap11::Envelope::setHeader ( Header child  )  [pure virtual]

Sets the Header child.


The documentation for this class was generated from the following file:

Generated on 24 Jan 2020 for xmltooling by  doxygen 1.6.1