#include <GIOP_Message_Generator_Parser_12.h>
Inheritance diagram for TAO_GIOP_Message_Generator_Parser_12:
Public Member Functions | |
virtual int | write_request_header (const TAO_Operation_Details &opdetails, TAO_Target_Specification &spec, TAO_OutputCDR &msg) |
Write the request header in to msg. | |
virtual int | write_locate_request_header (CORBA::ULong request_id, TAO_Target_Specification &spec, TAO_OutputCDR &msg) |
Write the LocateRequest header. | |
virtual int | write_reply_header (TAO_OutputCDR &output, TAO_Pluggable_Reply_Params_Base &reply) throw (CORBA::SystemException) |
Write the reply header in to output. | |
virtual int | write_locate_reply_mesg (TAO_OutputCDR &output, CORBA::ULong request_id, TAO_GIOP_Locate_Status_Msg &status) |
Writes the locate _reply message in to the output. | |
virtual int | parse_request_header (TAO_ServerRequest &) |
virtual int | parse_locate_header (TAO_GIOP_Locate_Request_Header &) |
virtual int | parse_reply (TAO_InputCDR &input, TAO_Pluggable_Reply_Params ¶ms) |
Parse the reply message. | |
virtual int | parse_locate_reply (TAO_InputCDR &input, TAO_Pluggable_Reply_Params ¶ms) |
Parse the locate reply message. | |
virtual CORBA::Octet | major_version (void) |
Our versions. | |
virtual CORBA::Octet | minor_version (void) |
virtual int | is_ready_for_bidirectional (void) |
virtual size_t | fragment_header_length (void) const |
The header length of a fragment. | |
Private Member Functions | |
int | marshall_target_spec (TAO_Target_Specification &spec, TAO_OutputCDR &msg) |
Marshall the TargetSpecification. | |
int | check_bidirectional_context (TAO_ServerRequest &) |
int | process_bidir_context (TAO_Service_Context &, TAO_Transport *transport) |
Process the BiDirContext info that we have received. |
|
Check whether we have BiDirContext info available. If available delegate the responsibility on to the TAO_Transport classes to initiate action.
|
|
The header length of a fragment.
Implements TAO_GIOP_Message_Generator_Parser. |
|
Is the messaging object ready for processing BiDirectional request/response? Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Our versions.
Implements TAO_GIOP_Message_Generator_Parser. |
|
Marshall the TargetSpecification. This method may be required for other GIOP versiona coming out later than 1.2. We need to share this method |
|
Implements TAO_GIOP_Message_Generator_Parser. |
|
Parse the LocateRequest Header from the incoming stream. This will do a version specific parsing of the incoming Request header Implements TAO_GIOP_Message_Generator_Parser. |
|
Parse the locate reply message.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Parse the reply message.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Parse the Request Header from the incoming stream. This will do a version specific parsing of the incoming Request header Implements TAO_GIOP_Message_Generator_Parser. |
|
Process the BiDirContext info that we have received.
|
|
Writes the locate _reply message in to the output.
Implements TAO_GIOP_Message_Generator_Parser. |
|
Write the LocateRequest header.
Implements TAO_GIOP_Message_Generator_Parser. |
|
Write the reply header in to output.
Implements TAO_GIOP_Message_Generator_Parser. |
|
Write the request header in to msg.
Implements TAO_GIOP_Message_Generator_Parser. |