#include <GIOP_Message_Generator_Parser_10.h>
Inheritance diagram for TAO_GIOP_Message_Generator_Parser_10
Public Methods | |
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, CORBA::Environment &ACE_TRY_ENV ) 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 &) |
Parse the Request Header from the incoming stream. This will do a version specific parsing of the incoming Request header. | |
virtual int | parse_locate_header ( TAO_GIOP_Locate_Request_Header & ) |
Parse the LocateRequest Header from the incoming stream. This will do a version specific parsing of the incoming Request header. | |
virtual int | parse_reply (TAO_InputCDR &input, TAO_Pluggable_Reply_Params ¶ms) |
Parse the reply message from the server. | |
virtual int | parse_locate_reply (TAO_InputCDR &input, TAO_Pluggable_Reply_Params ¶ms) |
Parse the reply message from the server. | |
virtual CORBA::Octet | major_version (void) |
Our versions. | |
virtual CORBA::Octet | minor_version (void) |
|
Our versions.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Reimplemented from TAO_GIOP_Message_Generator_Parser. Reimplemented in TAO_GIOP_Message_Generator_Parser_11. |
|
Parse the LocateRequest Header from the incoming stream. This will do a version specific parsing of the incoming Request header.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Parse the reply message from the server.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Parse the reply message from the server.
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.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Writes the locate _reply message in to the <output>.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Write the LocateRequest header.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Write the reply header in to <output>.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |
|
Write the request header in to <msg>.
Reimplemented from TAO_GIOP_Message_Generator_Parser. |