com.alipay.remoting.rpc
Class RpcResponseResolver

java.lang.Object
  extended by com.alipay.remoting.rpc.RpcResponseResolver

public class RpcResponseResolver
extends Object

Resolve response object from response command.


Constructor Summary
RpcResponseResolver()
           
 
Method Summary
static Object resolveResponseObject(ResponseCommand responseCommand, String addr)
          Analyze the response command and generate the response object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcResponseResolver

public RpcResponseResolver()
Method Detail

resolveResponseObject

public static Object resolveResponseObject(ResponseCommand responseCommand,
                                           String addr)
                                    throws RemotingException
Analyze the response command and generate the response object.

Parameters:
responseCommand -
addr -
Returns:
Throws:
RemotingException


Copyright © 2018. All rights reserved.