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

Packages that use Dispatcher
org.jboss.resteasy.core   
org.jboss.resteasy.mock   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.plugins.server.tjws   
org.jboss.resteasy.plugins.spring   
org.jboss.resteasy.test   
 

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 HttpServletDispatcher.dispatcher
           
 

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

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

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

Fields in org.jboss.resteasy.plugins.server.tjws declared as Dispatcher
protected  Dispatcher TJWSEmbeddedJaxrsServer.dispatcher
           
 

Methods in org.jboss.resteasy.plugins.server.tjws that return Dispatcher
 Dispatcher TJWSEmbeddedJaxrsServer.getDispatcher()
           
 

Methods in org.jboss.resteasy.plugins.server.tjws with parameters of type Dispatcher
 void TJWSEmbeddedJaxrsServer.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)
           
 void EmbeddedContainerBean.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.test
 

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

Methods in org.jboss.resteasy.test that return Dispatcher
static Dispatcher TJWSServletContainer.start()
           
static Dispatcher EmbeddedContainer.start()
           
static Dispatcher TJWSServletContainer.start(java.lang.String bindPath)
           
static Dispatcher EmbeddedContainer.start(java.lang.String bindPath)
           
static Dispatcher TJWSServletContainer.start(java.lang.String bindPath, SecurityDomain domain)
           
 

Methods in org.jboss.resteasy.test with parameters of type Dispatcher
static void TJWSServletContainer.start(Dispatcher dispatcher)
           
static void EmbeddedContainer.start(Dispatcher dispatcher)
           
 



Copyright © 2009. All Rights Reserved.