Class AsyncronousDispatcherManager

java.lang.Object
org.jboss.resteasy.plugins.spring.AsyncronousDispatcherManager
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class AsyncronousDispatcherManager extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • AsyncronousDispatcherManager

      public AsyncronousDispatcherManager()
  • Method Details

    • getDispatcher

      public org.jboss.resteasy.core.AsynchronousDispatcher getDispatcher()
    • setDispatcher

      public void setDispatcher(org.jboss.resteasy.core.AsynchronousDispatcher dispatcher)
    • afterPropertiesSet

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

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