public class CallbackServiceCodec extends Object
| 构造器和说明 |
|---|
CallbackServiceCodec(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
decodeInvocationArgument(Channel channel,
RpcInvocation inv,
Class<?>[] pts,
int paraIndex,
Object inObject) |
Object |
encodeInvocationArgument(Channel channel,
RpcInvocation inv,
int paraIndex) |
public CallbackServiceCodec(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel)
public Object encodeInvocationArgument(Channel channel, RpcInvocation inv, int paraIndex) throws IOException
IOExceptionpublic Object decodeInvocationArgument(Channel channel, RpcInvocation inv, Class<?>[] pts, int paraIndex, Object inObject) throws IOException
IOExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.