org.omg.CORBA.portable
Interface ResponseHandler


public interface ResponseHandler

The interface, able to return streams, where the reply data can be marshalled.


Method Summary
 OutputStream createExceptionReply()
          Create a stream, suitable for writing a user exception.
 OutputStream createReply()
          Create a stream for writing an ordinary reply (not an exception).
 

Method Detail

createExceptionReply

OutputStream createExceptionReply()
Create a stream, suitable for writing a user exception.


createReply

OutputStream createReply()
Create a stream for writing an ordinary reply (not an exception).