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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()org.jboss.resteasy.core.AsynchronousDispatchervoidsetDispatcher(org.jboss.resteasy.core.AsynchronousDispatcher dispatcher)
-
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
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
destroy
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-