类 HttpExecutorAction

  • 所有已实现的接口:
    ExecutorAction, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
    直接已知子类:
    GetHttpExecutorAction, PostHttpExecutorAction

    public abstract class HttpExecutorAction
    extends Object
    implements ExecutorAction, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
    • 构造器详细资料

      • HttpExecutorAction

        public HttpExecutorAction()
    • 方法详细资料

      • destroy

        public void destroy()
                     throws Exception
        指定者:
        destroy 在接口中 org.springframework.beans.factory.DisposableBean
        抛出:
        Exception
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        指定者:
        afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
        抛出:
        Exception