#include <src/soapStub.h>
Public Member Functions | |
virtual int | soap_type () const |
virtual void | soap_default (struct soap *) |
virtual void | soap_serialize (struct soap *) const |
virtual int | soap_put (struct soap *, const char *, const char *) const |
virtual int | soap_out (struct soap *, const char *, int, const char *) const |
virtual void * | soap_get (struct soap *, const char *, const char *) |
virtual void * | soap_in (struct soap *, const char *, const char *) |
_delegationns__DelegationException () | |
virtual | ~_delegationns__DelegationException () |
Data Fields | |
std::string * | msg |
soap * | soap |
std::string * | msg |
The cause of the delegation exception on the server side. Nullable pointer. | |
soap * | soap |
A handle to the soap struct that manages this instance (automatically set). |
_delegationns__DelegationException::_delegationns__DelegationException | ( | ) | [inline] |
virtual _delegationns__DelegationException::~_delegationns__DelegationException | ( | ) | [inline, virtual] |
virtual void _delegationns__DelegationException::soap_default | ( | struct soap * | ) | [virtual] |
virtual void* _delegationns__DelegationException::soap_get | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual void* _delegationns__DelegationException::soap_in | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual int _delegationns__DelegationException::soap_out | ( | struct soap * | , | |
const char * | , | |||
int | , | |||
const char * | ||||
) | const [virtual] |
virtual int _delegationns__DelegationException::soap_put | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | const [virtual] |
virtual void _delegationns__DelegationException::soap_serialize | ( | struct soap * | ) | const [virtual] |
virtual int _delegationns__DelegationException::soap_type | ( | ) | const [inline, virtual] |
std::string* _delegationns__DelegationException::msg |
The cause of the delegation exception on the server side. Nullable pointer.
Element msg of type xs:string.
std::string* _delegationns__DelegationException::msg |
A handle to the soap struct that manages this instance (automatically set).