#include <src/soapDelegation1SoapBindingProxy.h>
Public Member Functions | |
Delegation1SoapBinding () | |
Constructor allocates soap engine context, sets default endpoint URL, and sets namespace mapping table. | |
virtual | ~Delegation1SoapBinding () |
Destructor frees deserialized data and soap engine context. | |
virtual int | delegation1__getProxyReq (std::string _delegationID, struct delegation1__getProxyReqResponse &_param_1) |
Invoke 'getProxyReq' of service 'Delegation1SoapBinding' and return error code (or SOAP_OK). | |
virtual int | delegation1__putProxy (std::string _delegationID, std::string _proxy, struct delegation1__putProxyResponse &_param_2) |
Invoke 'putProxy' of service 'Delegation1SoapBinding' and return error code (or SOAP_OK). | |
Data Fields | |
soap * | soap |
Runtime engine context allocated in constructor. | |
const char * | endpoint |
Endpoint URL of service 'Delegation1SoapBinding' (change as needed). |
Delegation1SoapBinding::Delegation1SoapBinding | ( | ) | [inline] |
Constructor allocates soap engine context, sets default endpoint URL, and sets namespace mapping table.
virtual Delegation1SoapBinding::~Delegation1SoapBinding | ( | ) | [inline, virtual] |
Destructor frees deserialized data and soap engine context.
virtual int Delegation1SoapBinding::delegation1__getProxyReq | ( | std::string | _delegationID, | |
struct delegation1__getProxyReqResponse & | _param_1 | |||
) | [inline, virtual] |
Invoke 'getProxyReq' of service 'Delegation1SoapBinding' and return error code (or SOAP_OK).
virtual int Delegation1SoapBinding::delegation1__putProxy | ( | std::string | _delegationID, | |
std::string | _proxy, | |||
struct delegation1__putProxyResponse & | _param_2 | |||
) | [inline, virtual] |
Invoke 'putProxy' of service 'Delegation1SoapBinding' and return error code (or SOAP_OK).
const char* Delegation1SoapBinding::endpoint |
Endpoint URL of service 'Delegation1SoapBinding' (change as needed).
struct soap* Delegation1SoapBinding::soap |
Runtime engine context allocated in constructor.