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

rwsf::SoapHeaderType

Group:  SOAP Utility


rwsf::SoapHeaderType rwsf::SoapBase

Local Index

Members

Header File

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

Description

rwsf::SoapHeaderType corresponds to the SOAP header element. Each instance contains a collection of rwsf::XmlName instances representing the four SOAP header elements:

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

SoapHeaderType();
SoapHeaderType(const SoapHeaderType& other);

Destructor

~SoapHeaderType();

Public Operators

SoapHeaderType& 
operator=(const SoapHeaderType& rhs);

Public Member Functions

void 
unmarshal(rwsf::XmlReader& reader, rwsf::CallInfo& info, 
          rwsf::TypeUtils::messageType type);
virtual rwsf::XmlName 
getDefaultElementName() const;

Public Data Members

static const rwsf::XmlName DefaultElementName_;


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.