public class CallbackServiceCodec extends Object
| Constructor and Description |
|---|
CallbackServiceCodec(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel) |
| Modifier and Type | Method and Description |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.