Base class for WS-ResourceProperties structures. More...
#include <WSResourceProperties.h>
Public Member Functions | |
| WSRP (bool fault=false, const std::string &action="") | |
| WSRP (SOAPEnvelope &soap, const std::string &action="") | |
Protected Member Functions | |
| void | set_namespaces (void) |
Base class for WS-ResourceProperties structures.
Inheriting classes implement specific WS-ResourceProperties messages and their properties/elements. Refer to WS-ResourceProperties specifications for things specific to every message.
| Arc::WSRP::WSRP | ( | bool | fault = false, |
|
| const std::string & | action = "" | |||
| ) |
Constructor - prepares object for creation of new WSRP request/response/fault
| Arc::WSRP::WSRP | ( | SOAPEnvelope & | soap, | |
| const std::string & | action = "" | |||
| ) |
Constructor - creates object out of supplied SOAP tree. It does not check if 'soap' represents valid WS-ResourceProperties structure. Actual check for validity of structure has to be done by derived class.
| void Arc::WSRP::set_namespaces | ( | void | ) | [protected] |
set WS-ResourceProperties namespaces and default prefixes in SOAP message
Reimplemented from Arc::WSRF.
1.6.3