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 voidafterPropertiesSet()voiddestroy()AsynchronousDispatchergetDispatcher()voidsetDispatcher(AsynchronousDispatcher dispatcher) 
 - 
 
- 
- 
Method Detail
- 
getDispatcher
public AsynchronousDispatcher getDispatcher()
 
- 
setDispatcher
public void setDispatcher(AsynchronousDispatcher dispatcher)
 
- 
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
 afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
 Exception
 
 - 
 
 -