, including all inherited members.
| _attachments | base_soap::SOAPRequest | [protected] |
| _base | base_soap::SOAPStruct | [protected] |
| _document | base_soap::SOAPStruct | [protected] |
| _header | base_soap::SOAPRequest | [protected] |
| _implementation | base_soap::SOAPRequest | [protected] |
| _own | base_soap::SOAPRequest | [protected] |
| _parser | base_soap::SOAPRequest | [protected] |
| _prefix | base_soap::SOAPRequest | [protected] |
| _response | base_soap::SOAPRequest | [protected] |
| _structs | base_soap::SOAPStruct | [protected] |
| _transcoder | base_soap::SOAPStruct | [protected] |
| add(const base::String &name) | base_soap::SOAPStruct | |
| add(const base::String &name, bool value) | base_soap::SOAPStruct | |
| add(const base::String &name, const base::DateTime &value) | base_soap::SOAPStruct | |
| add(const base::String &name, double value) | base_soap::SOAPStruct | |
| add(const base::String &name, int value) | base_soap::SOAPStruct | |
| add(const base::String &name, unsigned int value) | base_soap::SOAPStruct | |
| add(const base::String &name, long value) | base_soap::SOAPStruct | |
| add(const base::String &name, unsigned long value) | base_soap::SOAPStruct | |
| add(const base::String &name, base::longlong_t value) | base_soap::SOAPStruct | |
| add(const base::String &name, base::u_longlong_t value) | base_soap::SOAPStruct | |
| add(const base::String &name, const char *value) | base_soap::SOAPStruct | |
| add(const base::String &name, const base::String &value) | base_soap::SOAPStruct | |
| add(const std::vector< base::String > &names, const std::vector< base::String > &values) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::vector< base::String > &names, const std::vector< base::String > &values) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::vector< std::pair< base::String, base::String > > &value, bool lower=true) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::map< base::String, base::String > &value, bool lower=true) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::vector< base::String > &value) | base_soap::SOAPStruct | |
| add(const base::String &name, const std::vector< std::map< base::String, base::String > > &value, bool lower=true) | base_soap::SOAPStruct | |
| addAttachment(SOAPAttachment *attachment, bool own=false) | base_soap::SOAPRequest | |
| constructor(const base::String &classname, const base::String &method, const base::String &instance) | base_soap::SOAPRequest | [protected] |
| contextSupport enum value | base_soap::SOAPRequest | |
| contextSystem enum value | base_soap::SOAPRequest | |
| contextUnknown enum value | base_soap::SOAPRequest | |
| contextUser enum value | base_soap::SOAPRequest | |
| createResponse() | base_soap::SOAPRequest | |
| createResponse(const SOAPException &excp) | base_soap::SOAPRequest | |
| erase(const base::String &name) | base_soap::SOAPStruct | |
| exists(const base::String &name) const | base_soap::SOAPStruct | |
| existsNotNull(const base::String &name) const | base_soap::SOAPStruct | |
| getAttachment(const base::String &id, bool throwex=true) const | base_soap::SOAPRequest | |
| getAttachments() const | base_soap::SOAPRequest | |
| getBase() const | base_soap::SOAPStruct | |
| getBool(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getClass() const | base_soap::SOAPRequest | |
| getContext() const | base_soap::SOAPRequest | |
| getDateTime(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getDouble(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getInstance() const | base_soap::SOAPRequest | |
| getInt(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getLong(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getLongLong(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getMap(const base::String &name, bool *exist=NULL) const | base_soap::SOAPStruct | |
| getMethod() const | base_soap::SOAPRequest | |
| getProgram() const | base_soap::SOAPRequest | |
| getQName(const base::String &name) const | base_soap::SOAPRequest | |
| getRemoteAddr() const | base_soap::SOAPRequest | |
| getResponse() const | base_soap::SOAPRequest | |
| getString(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getStruct(const base::String &name, bool *exist=NULL) | base_soap::SOAPStruct | |
| getStructArray(const base::String &name, bool *exist=NULL) | base_soap::SOAPStruct | |
| getUInt(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getULong(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getULongLong(const base::String &name, bool *exist=NULL, bool *isnull=NULL) const | base_soap::SOAPStruct | |
| getUserId() const | base_soap::SOAPRequest | |
| getUserName() const | base_soap::SOAPRequest | |
| getVectorOfMaps(const base::String &name, bool *exist=NULL) const | base_soap::SOAPStruct | |
| getVectorOfPairs(const base::String &name, bool *exist=NULL) const | base_soap::SOAPStruct | |
| getVectorOfStrings(const base::String &name, bool *exist=NULL) const | base_soap::SOAPStruct | |
| setClass(const base::String &classname) | base_soap::SOAPRequest | |
| setContext(int context) | base_soap::SOAPRequest | |
| setInstance(const base::String &instance) | base_soap::SOAPRequest | |
| setMethod(const base::String &method) | base_soap::SOAPRequest | |
| setProgram(const base::String &program) | base_soap::SOAPRequest | |
| setRemoteAddr(const base::String &addr) | base_soap::SOAPRequest | |
| setResponse(SOAPResponse *response) | base_soap::SOAPRequest | |
| setTranscoder(SOAPTranscoder *transcoder) | base_soap::SOAPStruct | |
| setUserId(int userid) | base_soap::SOAPRequest | |
| setUserName(const base::String &username) | base_soap::SOAPRequest | |
| SOAPRequest(const SOAPRequest &request) | base_soap::SOAPRequest | |
| SOAPRequest(xercesc::DOMImplementation *implementation, xercesc::DOMBuilder *parser, xercesc::DOMDocument *document) | base_soap::SOAPRequest | |
| SOAPRequest(const base::String &classname, const base::String &method, const base::String &instance="") | base_soap::SOAPRequest | |
| SOAPRequest(const base::String &classname, const base::String &method, int instance) | base_soap::SOAPRequest | |
| SOAPStruct(xercesc::DOMDocument *document=NULL, xercesc::DOMElement *base=NULL, SOAPTranscoder *transcoder=NULL) | base_soap::SOAPStruct | |
| toXML(xercesc::MemBufFormatTarget *target) const | base_soap::SOAPRequest | |
| toXML() const | base_soap::SOAPRequest | |
| ~SOAPRequest() | base_soap::SOAPRequest | |
| ~SOAPStruct() | base_soap::SOAPStruct | |