Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Web Service Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::SoapBodyType

Group:  SOAP Utility


rwsf::SoapBodyType rwsf::SoapBase

Local Index

Members

Header File

#include <rw/rwsf/soapworx/SoapBodyType.h>

Description

An instance of rwsf::SoapBodyType represents a SOAP body. This class contains unmarshaling methods to parse this SOAP message.

Note: This class is used by the generated skeletons to manipulate SOAP messages. Typically you will not need to use this class directly unless you are creating your own skeleton or a custom handler which manipulates SOAP messages.

Public Constructors

SoapBodyType();
SoapBodyType(const SoapBodyType& other);

Destructor

~SoapBodyType();

Public Operators

SoapBodyType& 
operator=(const SoapBodyType& rhs);

Public Member Functions

void 
beginParse(rwsf::XmlReader& reader);
void 
endParse(rwsf::XmlReader& reader);
virtual rwsf::XmlName 
getDefaultElementName() const;

Static Constant Data Members

static const rwsf::XmlName    DefaultElementName_;
static const rwsf::XmlName    FaultElementName_;   


Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.