Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_GIOP_Message_Generator_Parser_10 Class Reference

Implementation for GIOP v1.0. More...

#include <GIOP_Message_Generator_Parser_10.h>

Inheritance diagram for TAO_GIOP_Message_Generator_Parser_10:

Inheritance graph
[legend]
Collaboration diagram for TAO_GIOP_Message_Generator_Parser_10:

Collaboration graph
[legend]
List of all members.

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>. More...

virtual int write_locate_request_header (CORBA::ULong request_id, TAO_Target_Specification &spec, TAO_OutputCDR &msg)
 Write the LocateRequest header. More...

virtual int write_reply_header (TAO_OutputCDR &output, TAO_Pluggable_Reply_Params_Base &reply ACE_ENV_ARG_DECL) throw (CORBA::SystemException)
 Write the reply header in to <output>. More...

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>. More...

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. More...

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. More...

virtual int parse_reply (TAO_InputCDR &input, TAO_Pluggable_Reply_Params &params)
 Parse the reply message from the server. More...

virtual int parse_locate_reply (TAO_InputCDR &input, TAO_Pluggable_Reply_Params &params)
 Parse the reply message from the server. More...

virtual CORBA::Octet major_version (void)
 Our versions. More...

virtual CORBA::Octet minor_version (void)

Detailed Description

Implementation for GIOP v1.0.


Member Function Documentation

CORBA::Octet TAO_GIOP_Message_Generator_Parser_10::major_version void    [virtual]
 

Our versions.

Reimplemented from TAO_GIOP_Message_Generator_Parser.

CORBA::Octet TAO_GIOP_Message_Generator_Parser_10::minor_version void    [virtual]
 

Reimplemented from TAO_GIOP_Message_Generator_Parser.

Reimplemented in TAO_GIOP_Message_Generator_Parser_11.

int TAO_GIOP_Message_Generator_Parser_10::parse_locate_header TAO_GIOP_Locate_Request_Header   request [virtual]
 

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.

int TAO_GIOP_Message_Generator_Parser_10::parse_locate_reply TAO_InputCDR   cdr,
TAO_Pluggable_Reply_Params   params
[virtual]
 

Parse the reply message from the server.

Reimplemented from TAO_GIOP_Message_Generator_Parser.

int TAO_GIOP_Message_Generator_Parser_10::parse_reply TAO_InputCDR   cdr,
TAO_Pluggable_Reply_Params   params
[virtual]
 

Parse the reply message from the server.

Reimplemented from TAO_GIOP_Message_Generator_Parser.

int TAO_GIOP_Message_Generator_Parser_10::parse_request_header TAO_ServerRequest   request [virtual]
 

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.

int TAO_GIOP_Message_Generator_Parser_10::write_locate_reply_mesg TAO_OutputCDR   output,
CORBA::ULong    request_id,
TAO_GIOP_Locate_Status_Msg   status_info
[virtual]
 

Writes the locate _reply message in to the <output>.

Reimplemented from TAO_GIOP_Message_Generator_Parser.

int TAO_GIOP_Message_Generator_Parser_10::write_locate_request_header CORBA::ULong    request_id,
TAO_Target_Specification   spec,
TAO_OutputCDR   msg
[virtual]
 

Write the LocateRequest header.

Reimplemented from TAO_GIOP_Message_Generator_Parser.

int TAO_GIOP_Message_Generator_Parser_10::write_reply_header TAO_OutputCDR   output,
TAO_Pluggable_Reply_Params_Base &reply    ACE_ENV_ARG_DECL
throw (CORBA::SystemException) [virtual]
 

Write the reply header in to <output>.

Reimplemented from TAO_GIOP_Message_Generator_Parser.

int TAO_GIOP_Message_Generator_Parser_10::write_request_header const TAO_Operation_Details   opdetails,
TAO_Target_Specification   spec,
TAO_OutputCDR   msg
[virtual]
 

Write the request header in to <msg>.

Reimplemented from TAO_GIOP_Message_Generator_Parser.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 18:33:55 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001