public interface IDLServiceInvoker
| 限定符和类型 | 方法和说明 |
|---|---|
com.baidu.bjf.remoting.protobuf.IDLProxyObject |
getInput()
Gets the input.
|
com.baidu.bjf.remoting.protobuf.IDLProxyObject |
getOutput()
Gets the output.
|
void |
invoke(com.baidu.bjf.remoting.protobuf.IDLProxyObject input,
com.baidu.bjf.remoting.protobuf.IDLProxyObject output)
RPC service call back method.
|
void invoke(com.baidu.bjf.remoting.protobuf.IDLProxyObject input,
com.baidu.bjf.remoting.protobuf.IDLProxyObject output)
throws Exception
input - request IDL proxy object by protobuf deserializedoutput - return back IDL proxy object to serializedException - in case of any exceptioncom.baidu.bjf.remoting.protobuf.IDLProxyObject getInput()
com.baidu.bjf.remoting.protobuf.IDLProxyObject getOutput()
Copyright © 2022 Baidu, Inc.. All rights reserved.