2005/5/9

     
 

class ResponseHandler

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

org::omg::CORBA::portable::ResponseHandler Class Reference

#include <ResponseHandler.h>

Inheritance diagram for org::omg::CORBA::portable::ResponseHandler:

acdkx::orb::AServerRequestImpl List of all members.

Public Member Functions

virtual::org::omg::CORBA::portable::ROutputStream createReply ()=0
 Called by servant during a method invocation.

virtual::org::omg::CORBA::portable::ROutputStream createExceptionReply ()=0
 Called by servant during a method invocation.


Member Function Documentation

virtual ::org::omg::CORBA::portable::ROutputStream org::omg::CORBA::portable::ResponseHandler::createExceptionReply  )  [pure virtual]
 

Called by servant during a method invocation.

The servant should call this method to create a reply marshal buffer if a user exception occurred.

Returns an OutputStream suitable for marshalling the exception ID and the user exception body

Implemented in acdkx::orb::AServerRequestImpl.

virtual ::org::omg::CORBA::portable::ROutputStream org::omg::CORBA::portable::ResponseHandler::createReply  )  [pure virtual]
 

Called by servant during a method invocation.

The servant should call this method to create a reply marshal buffer if no exception occurred.

Return an OutputStream suitable for marshalling reply

Implemented in acdkx::orb::AServerRequestImpl.