org.omg.CORBA.portable

Interface ResponseHandler

public interface ResponseHandler

The interface, able to return streams, where the reply data can be marshalled.
Method Summary
OutputStreamcreateExceptionReply()
Create a stream, suitable for writing a user exception.
OutputStreamcreateReply()
Create a stream for writing an ordinary reply (not an exception).

Method Detail

createExceptionReply

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

createReply

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