|
virtual bool | write_request_header (const TAO_Operation_Details &opdetails, TAO_Target_Specification &spec, TAO_OutputCDR &msg) |
| Write the request header in to msg. More...
|
|
virtual bool | write_locate_request_header (CORBA::ULong request_id, TAO_Target_Specification &spec, TAO_OutputCDR &msg) |
| Write the LocateRequest header. More...
|
|
virtual bool | write_reply_header (TAO_OutputCDR &output, TAO_Pluggable_Reply_Params_Base &reply) |
| Write the reply header in to output. More...
|
|
virtual bool | 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. More...
|
|
virtual bool | write_fragment_header (TAO_OutputCDR &cdr, CORBA::ULong request_id) |
|
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. More...
|
|
virtual int | parse_locate_reply (TAO_InputCDR &input, TAO_Pluggable_Reply_Params ¶ms) |
| Parse the locate reply message. More...
|
|
virtual CORBA::Octet | major_version () const |
| Our versions. More...
|
|
virtual CORBA::Octet | minor_version () const |
|
virtual bool | is_ready_for_bidirectional () const |
|
virtual size_t | fragment_header_length () const |
| The header length of a fragment. More...
|
|
virtual | ~TAO_GIOP_Message_Generator_Parser () |
|
virtual bool | write_request_header (const TAO_Operation_Details &opdetails, TAO_Target_Specification &spec, TAO_OutputCDR &msg)=0 |
| Write the request header in to msg. More...
|
|
virtual bool | write_locate_request_header (CORBA::ULong request_id, TAO_Target_Specification &spec, TAO_OutputCDR &msg)=0 |
| Write the LocateRequest header. More...
|
|
virtual bool | write_reply_header (TAO_OutputCDR &output, TAO_Pluggable_Reply_Params_Base &reply)=0 |
| Write the reply header in to output. More...
|
|
virtual bool | write_locate_reply_mesg (TAO_OutputCDR &output, CORBA::ULong request_id, TAO_GIOP_Locate_Status_Msg &status)=0 |
| Writes the locate _reply message in to the output. More...
|
|
virtual bool | write_fragment_header (TAO_OutputCDR &cdr, CORBA::ULong request_id)=0 |
|
virtual int | parse_request_header (TAO_ServerRequest &)=0 |
|
virtual int | parse_locate_header (TAO_GIOP_Locate_Request_Header &)=0 |
|
virtual int | parse_reply (TAO_InputCDR &input, TAO_Pluggable_Reply_Params ¶ms) |
| Parse the reply message. More...
|
|
virtual int | parse_locate_reply (TAO_InputCDR &input, TAO_Pluggable_Reply_Params ¶ms) |
| Parse the locate reply message from the server. More...
|
|
virtual CORBA::Octet | major_version () const =0 |
| Our versions. More...
|
|
virtual CORBA::Octet | minor_version () const =0 |
|
virtual bool | is_ready_for_bidirectional () const |
|
virtual size_t | fragment_header_length () const =0 |
| The header length of a fragment. More...
|
|
Implementation for GIOP v1.2.