HydraExpress™ C++ API Reference Guide

Product Documentation:
   HydraExpress C++
Documentation Home
List of all members | Public Member Functions | Public Attributes
rwsf::CallInfo::SoapHeaderObject Struct Reference

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

#include <rwsf/webservice/CallInfo.h>

Public Member Functions

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

Public Attributes

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

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

std::string rwsf::CallInfo::SoapHeaderObject::actor_

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

rwsf::XmlAttributeSet rwsf::CallInfo::SoapHeaderObject::attributes_

List of attributes defined on the element.

bool rwsf::CallInfo::SoapHeaderObject::mustUnderstand_

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

rwsf::XmlName rwsf::CallInfo::SoapHeaderObject::name_

Name of the element.

std::string rwsf::CallInfo::SoapHeaderObject::type_

Type of the element.

std::string rwsf::CallInfo::SoapHeaderObject::value_

Value of the element.

Copyright © 2020 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is registered trademark of Rogue Wave Software, Inc. in the United States and other countries, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.