Request for information in InfoSystem. More...
#include <InformationInterface.h>
Public Member Functions | |
| InformationRequest (void) | |
| InformationRequest (const std::list< std::string > &path) | |
| InformationRequest (const std::list< std::list< std::string > > &paths) | |
| InformationRequest (XMLNode query) | |
| SOAPEnvelope * | SOAP (void) |
Request for information in InfoSystem.
This is a convenience wrapper creating proper WS-ResourceProperties request targeted InfoSystem interface of service.
| Arc::InformationRequest::InformationRequest | ( | void | ) |
Dummy constructor
| Arc::InformationRequest::InformationRequest | ( | const std::list< std::string > & | path | ) |
Request for attribute specified by elements of path. Currently only first element is used.
| Arc::InformationRequest::InformationRequest | ( | const std::list< std::list< std::string > > & | paths | ) |
Request for attribute specified by elements of paths. Currently only first element of every path is used.
| Arc::InformationRequest::InformationRequest | ( | XMLNode | query | ) |
Request for attributes specified by XPath query.
| SOAPEnvelope* Arc::InformationRequest::SOAP | ( | void | ) |
Returns generated SOAP message
1.6.3