Class CallbackServiceCodec
java.lang.Object
org.apache.dubbo.rpc.protocol.dubbo.CallbackServiceCodec
callback service helper
-
Constructor Summary
ConstructorsConstructorDescriptionCallbackServiceCodec(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel) -
Method Summary
Modifier and TypeMethodDescriptiondecodeInvocationArgument(Channel channel, RpcInvocation inv, Class<?>[] pts, int paraIndex, Object inObject) encodeInvocationArgument(Channel channel, RpcInvocation inv, int paraIndex)
-
Constructor Details
-
CallbackServiceCodec
public CallbackServiceCodec(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel)
-
-
Method Details
-
encodeInvocationArgument
public Object encodeInvocationArgument(Channel channel, RpcInvocation inv, int paraIndex) throws IOException - Throws:
IOException
-
decodeInvocationArgument
public Object decodeInvocationArgument(Channel channel, RpcInvocation inv, Class<?>[] pts, int paraIndex, Object inObject) throws IOException - Throws:
IOException
-