#include <Invocation.h>
Inheritance diagram for TAO_GIOP_Twoway_Invocation
Public Methods | |
TAO_GIOP_Twoway_Invocation (TAO_Stub *stub, const char *operation, CORBA::ULong opname_len, CORBA::Boolean argument_flag, TAO_ORB_Core *orb_core, int byte_order = TAO_ENCAP_BYTE_ORDER) | |
Constructor. | |
virtual | ~TAO_GIOP_Twoway_Invocation (void) |
Destructor. |
Sends a two-way request, and expects the reply. This class connects (or lookups a connection from the cache) to the remote server, builds the CDR stream for the Request, send the CDR stream and expects the response and interprets the incoming CDR stream.
|
Constructor.
|
|
Destructor.
|