#include <src/soapDelegationSoapBindingProxy.h>
Public Member Functions | |
DelegationSoapBinding () | |
Constructor allocates soap engine context, sets default endpoint URL, and sets namespace mapping table. | |
virtual | ~DelegationSoapBinding () |
Destructor frees deserialized data and soap engine context. | |
virtual int | delegationns__getVersion (struct delegationns__getVersionResponse &_param_3) |
Invoke 'getVersion' of service 'DelegationSoapBinding' and return error code (or SOAP_OK). | |
virtual int | delegationns__getInterfaceVersion (struct delegationns__getInterfaceVersionResponse &_param_4) |
Invoke 'getInterfaceVersion' of service 'DelegationSoapBinding' and return error code (or SOAP_OK). | |
virtual int | delegationns__getServiceMetadata (std::string _key, struct delegationns__getServiceMetadataResponse &_param_5) |
Invoke 'getServiceMetadata' of service 'DelegationSoapBinding' and return error code (or SOAP_OK). | |
virtual int | delegationns__getProxyReq (std::string _delegationID, struct delegationns__getProxyReqResponse &_param_6) |
Invoke 'getProxyReq' of service 'DelegationSoapBinding' and return error code (or SOAP_OK). | |
virtual int | delegationns__getNewProxyReq (struct delegationns__getNewProxyReqResponse &_param_7) |
Invoke 'getNewProxyReq' of service 'DelegationSoapBinding' and return error code (or SOAP_OK). | |
virtual int | delegationns__renewProxyReq (std::string _delegationID, struct delegationns__renewProxyReqResponse &_param_8) |
Invoke 'renewProxyReq' of service 'DelegationSoapBinding' and return error code (or SOAP_OK). | |
virtual int | delegationns__putProxy (std::string _delegationID, std::string _proxy, struct delegationns__putProxyResponse &_param_9) |
Invoke 'putProxy' of service 'DelegationSoapBinding' and return error code (or SOAP_OK). | |
virtual int | delegationns__getTerminationTime (std::string _delegationID, struct delegationns__getTerminationTimeResponse &_param_10) |
Invoke 'getTerminationTime' of service 'DelegationSoapBinding' and return error code (or SOAP_OK). | |
virtual int | delegationns__destroy (std::string _delegationID, struct delegationns__destroyResponse &_param_11) |
Invoke 'destroy' of service 'DelegationSoapBinding' and return error code (or SOAP_OK). | |
Data Fields | |
struct soap * | soap |
Runtime engine context allocated in constructor. | |
const char * | endpoint |
Endpoint URL of service 'DelegationSoapBinding' (change as needed). |
DelegationSoapBinding::DelegationSoapBinding | ( | ) | [inline] |
virtual DelegationSoapBinding::~DelegationSoapBinding | ( | ) | [inline, virtual] |
Destructor frees deserialized data and soap engine context.
References soap.
virtual int DelegationSoapBinding::delegationns__destroy | ( | std::string | _delegationID, | |
struct delegationns__destroyResponse & | _param_11 | |||
) | [inline, virtual] |
Invoke 'destroy' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
References endpoint, soap, and soap_call_delegationns__destroy().
virtual int DelegationSoapBinding::delegationns__getInterfaceVersion | ( | struct delegationns__getInterfaceVersionResponse & | _param_4 | ) | [inline, virtual] |
Invoke 'getInterfaceVersion' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
References endpoint, soap, and soap_call_delegationns__getInterfaceVersion().
virtual int DelegationSoapBinding::delegationns__getNewProxyReq | ( | struct delegationns__getNewProxyReqResponse & | _param_7 | ) | [inline, virtual] |
Invoke 'getNewProxyReq' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
References endpoint, soap, and soap_call_delegationns__getNewProxyReq().
virtual int DelegationSoapBinding::delegationns__getProxyReq | ( | std::string | _delegationID, | |
struct delegationns__getProxyReqResponse & | _param_6 | |||
) | [inline, virtual] |
Invoke 'getProxyReq' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
References endpoint, soap, and soap_call_delegationns__getProxyReq().
virtual int DelegationSoapBinding::delegationns__getServiceMetadata | ( | std::string | _key, | |
struct delegationns__getServiceMetadataResponse & | _param_5 | |||
) | [inline, virtual] |
Invoke 'getServiceMetadata' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
References endpoint, soap, and soap_call_delegationns__getServiceMetadata().
virtual int DelegationSoapBinding::delegationns__getTerminationTime | ( | std::string | _delegationID, | |
struct delegationns__getTerminationTimeResponse & | _param_10 | |||
) | [inline, virtual] |
Invoke 'getTerminationTime' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
References endpoint, soap, and soap_call_delegationns__getTerminationTime().
virtual int DelegationSoapBinding::delegationns__getVersion | ( | struct delegationns__getVersionResponse & | _param_3 | ) | [inline, virtual] |
Invoke 'getVersion' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
References endpoint, soap, and soap_call_delegationns__getVersion().
virtual int DelegationSoapBinding::delegationns__putProxy | ( | std::string | _delegationID, | |
std::string | _proxy, | |||
struct delegationns__putProxyResponse & | _param_9 | |||
) | [inline, virtual] |
Invoke 'putProxy' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
References endpoint, soap, and soap_call_delegationns__putProxy().
virtual int DelegationSoapBinding::delegationns__renewProxyReq | ( | std::string | _delegationID, | |
struct delegationns__renewProxyReqResponse & | _param_8 | |||
) | [inline, virtual] |
Invoke 'renewProxyReq' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
References endpoint, soap, and soap_call_delegationns__renewProxyReq().
const char* DelegationSoapBinding::endpoint |
Endpoint URL of service 'DelegationSoapBinding' (change as needed).
Referenced by delegationns__destroy(), delegationns__getInterfaceVersion(), delegationns__getNewProxyReq(), delegationns__getProxyReq(), delegationns__getServiceMetadata(), delegationns__getTerminationTime(), delegationns__getVersion(), delegationns__putProxy(), delegationns__renewProxyReq(), and DelegationSoapBinding().
struct soap* DelegationSoapBinding::soap [read] |
Runtime engine context allocated in constructor.
Referenced by delegationns__destroy(), delegationns__getInterfaceVersion(), delegationns__getNewProxyReq(), delegationns__getProxyReq(), delegationns__getServiceMetadata(), delegationns__getTerminationTime(), delegationns__getVersion(), delegationns__putProxy(), delegationns__renewProxyReq(), DelegationSoapBinding(), and ~DelegationSoapBinding().