public interface InvokeHandler
Modifier and Type | Method and Description |
---|---|
OutputStream |
_invoke(String method,
InputStream input,
ResponseHandler handler)
Invoke the object method.
|
OutputStream _invoke(String method, InputStream input, ResponseHandler handler) throws SystemException
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.ResponseHandler
.
The response values are already written to that stream.SystemException
- if invocation has failed due CORBA system exception.