|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
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.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||