org.omg.CORBA.portable

Interface InvokeHandler

public interface InvokeHandler

Provides the dispatching mechanism for incoming call.
Method Summary
OutputStream_invoke(String method, InputStream input, ResponseHandler handler)
Invoke the object method.

Method Detail

_invoke

public OutputStream _invoke(String method, InputStream input, ResponseHandler handler)
Invoke the object method.

Parameters: method the name of the method to invoke. input the input stream to read parameters from. handler the response handler, used for creating the reply.

Returns: the output stream, returned by {@link ResponseHandler}. The response values are already written to that stream.

Throws: SystemException if invocation has failed due CORBA system exception.