#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 | |
soap * | soap |
Runtime engine context allocated in constructor. | |
const char * | endpoint |
Endpoint URL of service 'DelegationSoapBinding' (change as needed). |
DelegationSoapBinding::DelegationSoapBinding | ( | ) | [inline] |
Constructor allocates soap engine context, sets default endpoint URL, and sets namespace mapping table.
virtual DelegationSoapBinding::~DelegationSoapBinding | ( | ) | [inline, virtual] |
Destructor frees deserialized data and soap engine context.
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).
virtual int DelegationSoapBinding::delegationns__getInterfaceVersion | ( | struct delegationns__getInterfaceVersionResponse & | _param_4 | ) | [inline, virtual] |
Invoke 'getInterfaceVersion' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
virtual int DelegationSoapBinding::delegationns__getNewProxyReq | ( | struct delegationns__getNewProxyReqResponse & | _param_7 | ) | [inline, virtual] |
Invoke 'getNewProxyReq' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
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).
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).
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).
virtual int DelegationSoapBinding::delegationns__getVersion | ( | struct delegationns__getVersionResponse & | _param_3 | ) | [inline, virtual] |
Invoke 'getVersion' of service 'DelegationSoapBinding' and return error code (or SOAP_OK).
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).
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).
const char* DelegationSoapBinding::endpoint |
Endpoint URL of service 'DelegationSoapBinding' (change as needed).
struct soap* DelegationSoapBinding::soap |
Runtime engine context allocated in constructor.