SOAP::OBJECT Class Reference
Client-Side SOAP Object container.
More...
#include <mi32/soap.h>
List of all members.
Detailed Description
Client-Side SOAP Object container.
Constructor & Destructor Documentation
Construct an object but don't bind it to anything.
| SOAP::OBJECT::OBJECT |
( |
HTTPCLIENT * |
client, |
|
|
const char * |
ObjectClass | |
|
) |
| | |
Construct an object and bind it to a client.
Note: this constructor may become protected.
| virtual SOAP::OBJECT::~OBJECT |
( |
|
) |
[virtual] |
Member Function Documentation
Allocate a server-side instance of the object.
If the object is conceptually an interface-only object and has all static method (in the C++ sense of the word), then you do not need to allocate an instance. In fact, trying to do so will probably just give you an error.
- Returns:
- 0 if attach successful, error code < 0 if not.
| void SOAP::OBJECT::Attach |
( |
HTTPCLIENT * |
client, |
|
|
const char * |
ObjectClass | |
|
) |
| | |
Attach this OBJECT to a client and object class.
Call a method on the object.
| void SOAP::OBJECT::Free |
( |
|
) |
|
| HTTPCLIENT* SOAP::OBJECT::GetClient |
( |
|
) |
const [protected] |
| const char* SOAP::OBJECT::GetObjectID |
( |
|
) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: