J-Integra® Espresso Programming Documentation (API)

ResponseHandler.createReply Method

Called by the servant during a method invocation. The servant should call this method to create a reply marshal buffer if no exception occurred.

OutputStream createReply();

Parameters

none

Return Value

An OutputStream suitable for marshalling the reply.

Remarks

none

Exceptions

none

See Also

ResponseHandler Interface | ResponseHandler Members | Ics.CORBA.portable Namespace