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

TAO_RequestInfo_Util Class Reference

Helper class that provides methods useful for both PortableInterceptor::ClientRequestInfo and PortableInterceptor::ServerRequestInfo objects. More...

#include <RequestInfo_Util.h>

List of all members.

Static Public Methods

Factory Methods
These are methods called by TAO_{Client,Server}RequestInfo and their subclasses. Rather than having the same factory code in each subclass, we factor the common code in to this utility class.

Dynamic::ParameterListmake_parameter_list ( CORBA::Environment &ACE_TRY_ENV)
Dynamic::ExceptionListmake_exception_list ( CORBA::Environment &ACE_TRY_ENV)
Dynamic::ContextListmake_context_list ( CORBA::Environment &ACE_TRY_ENV)
Dynamic::RequestContextmake_request_context ( CORBA::Environment &ACE_TRY_ENV)
CORBA::Any* make_any (CORBA::Boolean tk_void_any, CORBA::Environment &ACE_TRY_ENV)


Detailed Description

Helper class that provides methods useful for both PortableInterceptor::ClientRequestInfo and PortableInterceptor::ServerRequestInfo objects.


Member Function Documentation

CORBA::Any * TAO_RequestInfo_Util::make_any ( CORBA::Boolean tk_void_any,
CORBA::Environment & ACE_TRY_ENV ) [static]
 

Dynamic::ContextList * TAO_RequestInfo_Util::make_context_list ( CORBA::Environment & ACE_TRY_ENV ) [static]
 

Dynamic::ExceptionList * TAO_RequestInfo_Util::make_exception_list ( CORBA::Environment & ACE_TRY_ENV ) [static]
 

Dynamic::ParameterList * TAO_RequestInfo_Util::make_parameter_list ( CORBA::Environment & ACE_TRY_ENV ) [static]
 

Dynamic::RequestContext * TAO_RequestInfo_Util::make_request_context ( CORBA::Environment & ACE_TRY_ENV ) [static]
 


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 11:45:30 2001 for TAO by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000