Class HttpExecutorAction

  • All Implemented Interfaces:
    ExecutorAction, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
    Direct Known Subclasses:
    GetHttpExecutorAction, PostHttpExecutorAction

    public abstract class HttpExecutorAction
    extends Object
    implements ExecutorAction, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • HttpExecutorAction

        public HttpExecutorAction()
    • Method Detail

      • destroy

        public void destroy()
                     throws Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        Exception
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception