org.omg.CORBA.portable
インタフェース ResponseHandler


public interface ResponseHandler


メソッドの概要
 OutputStream createExceptionReply()
          Called by servant during a method invocation.
 OutputStream createReply()
          Called by servant during a method invocation.
 

メソッドの詳細

createReply

public OutputStream createReply()
Called by servant during a method invocation. The servant should call this method to create a reply marshal buffer if no exception occurred. Returns an OutputStream suitable for marshalling reply.

createExceptionReply

public OutputStream createExceptionReply()
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.