#include <weiTransport.h>
Public Member Functions | |
iweOperation () | |
virtual | ~iweOperation () |
virtual iweOperationPtr & | GetRef () |
virtual void | AddChild (iweOperationPtr *chld) |
virtual void | RemoveChild (iweOperationPtr *chld) |
WeURL & | BaseUrl (void) |
Access the BaseUrl property. | |
void | BaseUrl (const string &url) |
Access the BaseUrl property. | |
void | BaseUrl (const WeURL &url) |
Access the BaseUrl property. | |
void | ID (const string &id) |
Access the ID property. | |
const string & | ID () |
Access the ID property. |
This class implements basis for transport operations. It holds data to store the "request -> response" sequences.
Definition at line 46 of file weiTransport.h.
iweOperation::iweOperation | ( | ) | [inline] |
Definition at line 49 of file weiTransport.h.
iweOperation::~iweOperation | ( | ) | [virtual] |
Definition at line 106 of file weiTransport.cpp.
void iweOperation::AddChild | ( | iweOperationPtr * | chld | ) | [virtual] |
Definition at line 116 of file weiTransport.cpp.
void iweOperation::BaseUrl | ( | const WeURL & | url | ) | [inline] |
Access the BaseUrl property.
This property represents the base URL of the document, as it's given by user.
Definition at line 62 of file weiTransport.h.
void iweOperation::BaseUrl | ( | const string & | url | ) | [inline] |
Access the BaseUrl property.
This property represents the base URL of the document, as it's given by user.
Definition at line 61 of file weiTransport.h.
WeURL& iweOperation::BaseUrl | ( | void | ) | [inline] |
Access the BaseUrl property.
This property represents the base URL of the document, as it's given by user.
Definition at line 60 of file weiTransport.h.
virtual iweOperationPtr& iweOperation::GetRef | ( | ) | [inline, virtual] |
Definition at line 52 of file weiTransport.h.
const string& iweOperation::ID | ( | ) | [inline] |
Access the ID property.
This property represents the base URL of the document, as it's given by user.
Definition at line 70 of file weiTransport.h.
void iweOperation::ID | ( | const string & | id | ) | [inline] |
Access the ID property.
This property represents the base URL of the document, as it's given by user.
Definition at line 69 of file weiTransport.h.
void iweOperation::RemoveChild | ( | iweOperationPtr * | chld | ) | [virtual] |
Definition at line 127 of file weiTransport.cpp.
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
|
1.5.7 |
|