class SoapEnvelope

Internal class to wrap a DOMElement containing XML content These methods are called by SoapHttpResponseImpl and SoapHttpRequestImpl and hide some of the details of soap messages

Public Methods

SoapEnvelope ()
Constructor - sets content to NUll
~SoapEnvelope ()
Destructor
SoapEnvelope (DOMElement* content)
Constructor - set content to the input value
const DOMElement* getContent () const
Returns the content
DOMElement* releaseContent ()
Returns the content and then clears the stored value
void fromStream (InputStream& is)
Initializes the content from an soap message read from the input stream
void toStream (OutputStream& os) const
Writes the content as a soap message to the output stream

Documentation

Internal class to wrap a DOMElement containing XML content These methods are called by SoapHttpResponseImpl and SoapHttpRequestImpl and hide some of the details of soap messages
SoapEnvelope()
Constructor - sets content to NUll

~SoapEnvelope()
Destructor

SoapEnvelope(DOMElement* content)
Constructor - set content to the input value

const DOMElement* getContent() const
Returns the content

DOMElement* releaseContent()
Returns the content and then clears the stored value

void fromStream(InputStream& is)
Initializes the content from an soap message read from the input stream

void toStream(OutputStream& os) const
Writes the content as a soap message to the output stream


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de