public interface InvokeHandler
Modifier and Type | Method and Description |
---|---|
OutputStream |
_invoke(String method, InputStream input, ResponseHandler handler)
通过ORB调用调度要求的仆人。
|
OutputStream _invoke(String method, InputStream input, ResponseHandler handler) throws SystemException
1。确定正确的方法,从数据的输入参数。
2。调用方法实现。
三.如果没有用户例外,创建使用responsehandler正常回复。
4。如果用户出现异常,异常的回复使用responsehandler创造。
5。通过responsehandler返回元帅回复到输出流。
6。返回到ORB OutputStream。
method
的方法名称。
input
含有参数的
InputStream
整理。
handler
,仆人用构建合适的答复
ResponseHandler
OutputStream
SystemException
-被调用失败时由于CORBA系统异常。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.