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

rwsf::SoapHeaderType

Group:  Web Services


rwsf::SoapHeaderTyperwsf::SoapBase

Local Index

Members

Header File

#include rwsf/webservice/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);

Public Destructors

~SoapHeaderType();

Public Member Functions

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

Public Operators

SoapHeaderType &
operator=(const SoapHeaderType & rhs);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.