org.omg.CORBA.portable
public interface InvokeHandler
Method Summary | |
---|---|
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.