Inheritance diagram for TestSOAPClient::SOAPMethodTable::CGenric:

Public Member Functions | |
| CGenric () | |
| virtual | ~CGenric () |
| virtual std::string | methodName () |
| virtual bool | encode (SOAPEncoder &soapEncoder) |
| bool | isGeneric () |
| provide a run around the method encoding | |
| std::string | methodNameAttributes () |
| std::string | Generic (const std::string &rpc) |
Public Attributes | |
| std::string | m_szEndpoint |
| std::string | theName |
| const std::string * | theRPC |
| long | m_nPort |
| bool | LogError |
| bool | LogDiscovery |
| bool | LogVolume |
Definition at line 54 of file TestClient.cpp.
|
|
Definition at line 57 of file TestClient.cpp. |
|
|
Definition at line 59 of file TestClient.cpp. |
|
|
soapEncoder: Instance of the SOAPEncoder being used to, you guessed it, encode the response. Return Value: true: Succeeded in encoding the message. false: Failed to encode the message. Implements SOAPMethod. Definition at line 62 of file TestClient.cpp. References SOAPEncoder::encodeArgument(), and theRPC. |
|
|
Definition at line 74 of file TestClient.cpp. References m_nPort, m_szEndpoint, SOAPonHTTP::send(), ServerObject, SOAPonHTTP::setHostAndPort(), theName, and theRPC. |
|
|
provide a run around the method encoding
Reimplemented from SOAPMethod. Definition at line 67 of file TestClient.cpp. |
|
|
Return Value: Returns the name of the method. Implements SOAPMethod. Definition at line 60 of file TestClient.cpp. References theName. |
|
|
Used to get the attributes of the method. Some systems use namespace declarations to resolve handlers. Reimplemented from SOAPMethod. Definition at line 69 of file TestClient.cpp. |
|
|
Definition at line 93 of file TestClient.cpp. |
|
|
Definition at line 93 of file TestClient.cpp. |
|
|
Definition at line 93 of file TestClient.cpp. |
|
|
Definition at line 92 of file TestClient.cpp. Referenced by Generic(). |
|
|
Definition at line 90 of file TestClient.cpp. Referenced by Generic(). |
|
|
Definition at line 90 of file TestClient.cpp. Referenced by Generic(), and methodName(). |
|
|
Definition at line 91 of file TestClient.cpp. |
1.4.6