Uses of Interface
org.jboss.resteasy.core.Dispatcher

Packages that use Dispatcher
org.jboss.resteasy.client.core.executors   
org.jboss.resteasy.core   
org.jboss.resteasy.mock   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.plugins.spring   
org.jboss.resteasy.spi   
org.jboss.resteasy.test   
 

Uses of Dispatcher in org.jboss.resteasy.client.core.executors
 

Fields in org.jboss.resteasy.client.core.executors declared as Dispatcher
protected  Dispatcher InMemoryClientExecutor.dispatcher
           
 

Methods in org.jboss.resteasy.client.core.executors that return Dispatcher
 Dispatcher InMemoryClientExecutor.getDispatcher()
           
 

Constructors in org.jboss.resteasy.client.core.executors with parameters of type Dispatcher
InMemoryClientExecutor(Dispatcher dispatcher)
           
 

Uses of Dispatcher in org.jboss.resteasy.core
 

Classes in org.jboss.resteasy.core that implement Dispatcher
 class AsynchronousDispatcher
           
 class SynchronousDispatcher
           
 

Uses of Dispatcher in org.jboss.resteasy.mock
 

Methods in org.jboss.resteasy.mock that return Dispatcher
static Dispatcher MockDispatcherFactory.createDispatcher()
           
 

Uses of Dispatcher in org.jboss.resteasy.plugins.server.servlet
 

Fields in org.jboss.resteasy.plugins.server.servlet declared as Dispatcher
protected  Dispatcher ServletContainerDispatcher.dispatcher
           
 

Methods in org.jboss.resteasy.plugins.server.servlet that return Dispatcher
 Dispatcher ServletContainerDispatcher.getDispatcher()
           
 Dispatcher HttpServletDispatcher.getDispatcher()
           
 Dispatcher FilterDispatcher.getDispatcher()
           
 

Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type Dispatcher
 void ServletContainerDispatcher.setDispatcher(Dispatcher dispatcher)
           
 

Uses of Dispatcher in org.jboss.resteasy.plugins.spring
 

Fields in org.jboss.resteasy.plugins.spring declared as Dispatcher
protected  Dispatcher SpringBeanProcessor.dispatcher
           
 

Methods in org.jboss.resteasy.plugins.spring that return Dispatcher
 Dispatcher SpringBeanProcessorServletAware.getDispatcher()
           
 Dispatcher SpringBeanProcessor.getDispatcher()
           
 Dispatcher EmbeddedContainerBean.getDispatcher()
           
 

Methods in org.jboss.resteasy.plugins.spring with parameters of type Dispatcher
 void SpringBeanProcessor.setDispatcher(Dispatcher dispatcher)
           
 

Constructors in org.jboss.resteasy.plugins.spring with parameters of type Dispatcher
SpringBeanProcessor(Dispatcher dispatcher)
           
SpringBeanProcessor(Dispatcher dispatcher, Registry registry, ResteasyProviderFactory providerFactory)
           
 

Uses of Dispatcher in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi declared as Dispatcher
protected  Dispatcher ResteasyDeployment.dispatcher
           
 

Methods in org.jboss.resteasy.spi that return Dispatcher
 Dispatcher ResteasyDeployment.getDispatcher()
           
 

Methods in org.jboss.resteasy.spi with parameters of type Dispatcher
 void ResteasyDeployment.setDispatcher(Dispatcher dispatcher)
           
 

Uses of Dispatcher in org.jboss.resteasy.test
 

Fields in org.jboss.resteasy.test declared as Dispatcher
protected static Dispatcher BaseResourceTest.dispatcher
           
 



Copyright © 2010. All Rights Reserved.