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 Constructor Description AsyncronousDispatcherManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
void
destroy()
AsynchronousDispatcher
getDispatcher()
void
setDispatcher(AsynchronousDispatcher dispatcher)
-
-
-
Method Detail
-
getDispatcher
public AsynchronousDispatcher getDispatcher()
-
setDispatcher
public void setDispatcher(AsynchronousDispatcher dispatcher)
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
-