#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__NewProxyReq () | |
virtual | ~delegationns__NewProxyReq () |
Data Fields | |
std::string * | proxyRequest |
std::string * | delegationID |
soap * | soap |
std::string * | proxyRequest |
The new RFC 3280 style proxy certificate request in PEM format with Base64 encoding. Nullable pointer. | |
std::string * | delegationID |
The ID associated with the new delegation session. Nullable pointer. | |
soap * | soap |
A handle to the soap struct that manages this instance (automatically set). |
delegationns__NewProxyReq::delegationns__NewProxyReq | ( | ) | [inline] |
virtual delegationns__NewProxyReq::~delegationns__NewProxyReq | ( | ) | [inline, virtual] |
virtual void delegationns__NewProxyReq::soap_default | ( | struct soap * | ) | [virtual] |
virtual void* delegationns__NewProxyReq::soap_get | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual void* delegationns__NewProxyReq::soap_in | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | [virtual] |
virtual int delegationns__NewProxyReq::soap_out | ( | struct soap * | , | |
const char * | , | |||
int | , | |||
const char * | ||||
) | const [virtual] |
virtual int delegationns__NewProxyReq::soap_put | ( | struct soap * | , | |
const char * | , | |||
const char * | ||||
) | const [virtual] |
virtual void delegationns__NewProxyReq::soap_serialize | ( | struct soap * | ) | const [virtual] |
virtual int delegationns__NewProxyReq::soap_type | ( | ) | const [inline, virtual] |
std::string* delegationns__NewProxyReq::delegationID |
The ID associated with the new delegation session. Nullable pointer.
Element delegationID of type xs:string.
std::string* delegationns__NewProxyReq::delegationID |
std::string* delegationns__NewProxyReq::proxyRequest |
The new RFC 3280 style proxy certificate request in PEM format with Base64 encoding. Nullable pointer.
Element proxyRequest of type xs:string.
std::string* delegationns__NewProxyReq::proxyRequest |
struct soap* delegationns__NewProxyReq::soap |
A handle to the soap struct that manages this instance (automatically set).
struct soap* delegationns__NewProxyReq::soap |