|  HydraExpress™ C++ 2020 | HydraExpress™ C++ API Reference Guide | Product Documentation: HydraExpress C++ Documentation Home | 
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_ | 
Sets the values for the elements in the SOAP header object.
| rwsf::CallInfo::SoapHeaderObject::SoapHeaderObject | ( | ) | 
Default constructor.
| bool rwsf::CallInfo::SoapHeaderObject::operator== | ( | const SoapHeaderObject & | obj | ) | const | 
Returns true if self compares equal to obj, otherwise false. 
| 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. |