程序包 com.walker.tcp

接口 ActionCallable

所有已知实现类:
AbstractActionCall, DefaultProcessAction, HelloAction, TestLoginAction

public interface ActionCallable
业务处理回调接口定义
作者:
时克英
  • 字段详细资料

  • 方法详细资料

    • action

      Response<?> action(Request<?> request) throws ActionCallException
      系统接收到客户端请求后,回调该方法处理业务逻辑
      参数:
      request -
      返回:
      抛出:
      ActionCallException
    • getRequestProtocol

      String getRequestProtocol()
      返回关联的请求协议,如:AP00
      返回:
    • getClassName

      String getClassName()
      返回对应class名称(界面使用)
      返回:
    • getSummary

      String getSummary()
      返回类的注释描述(界面使用)
      返回: