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.
![]() | SoapEnvelope () Constructor - sets content to NUll |
![]() | ~SoapEnvelope () Destructor |
![]() | SoapEnvelope (DOMElement* content) Constructor - set content to the input value |
![]() | getContent () const Returns the content |
![]() | releaseContent () Returns the content and then clears the stored value |
![]() | fromStream (InputStream& is) Initializes the content from an soap message read from the input stream |
![]() | toStream (OutputStream& os) const Writes the content as a soap message to the output stream |
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.
Alphabetic index HTML hierarchy of classes or Java