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

[more] SoapEnvelope ()
Constructor - sets content to NUll
[more] ~SoapEnvelope ()
Destructor
[more] SoapEnvelope (DOMElement* content)
Constructor - set content to the input value
[more]const DOMElement* getContent () const
Returns the content
[more]DOMElement* releaseContent ()
Returns the content and then clears the stored value
[more]void fromStream (InputStream& is)
Initializes the content from an soap message read from the input stream
[more]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.
o SoapEnvelope()
Constructor - sets content to NUll

o ~SoapEnvelope()
Destructor

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

oconst DOMElement* getContent() const
Returns the content

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

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

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


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.