rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::CallInfo::SoapHeaderObject Struct Reference

Represents element values in a SOAP header object. More...

#include <rwsf/webservice/CallInfo.h>

List of all members.

Public Member Functions

 SoapHeaderObject ()
bool operator== (const SoapHeaderObject &obj) const

Public Attributes

rwsf::XmlName name_
std::string value_
std::string type_
bool mustUnderstand_
std::string actor_
rwsf::XmlAttributeSet attributes_

Detailed Description

Sets the values for the elements in the SOAP header object.


Constructor & Destructor Documentation

rwsf::CallInfo::SoapHeaderObject::SoapHeaderObject (  ) 

Default constructor.


Member Function Documentation

bool rwsf::CallInfo::SoapHeaderObject::operator== ( const SoapHeaderObject obj  )  const

Returns true if self compares equal to obj, otherwise false.


Member Data Documentation

Indicates the recipient of a header element. If this value is not set, the recipient is the ultimate destination of the message.

List of attributes defined on the element.

Indicates if it is mandatory that the recipient process this header entry.

Name of the element.

Type of the element.

Value of the element.


Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.