Uses of Interface
org.apache.cactus.spi.server.TestController

Packages that use TestController
org.apache.cactus.internal.server Contains the classes implementing the server side of Cactus. 
 

Uses of TestController in org.apache.cactus.internal.server
 

Classes in org.apache.cactus.internal.server that implement TestController
 class AbstractEJBTestController
          Prototype of EJBRedirector for Cactus.
 class AbstractWebTestController
          Controller that extracts the requested service from the HTTP request and executes the request.
 class EJBTestController
          Prototype of EJBRedirector for Cactus.
 class FilterTestController
          Filter Controller that extracts the requested service from the HTTP request and executes the request by calling a FilterTestCaller.
 class JspTestController
          JSP Controller that extracts the requested service from the HTTP request and executes the request by calling a JspTestCaller.
 class MessageDrivenBeanTestController
          MDB Controller that extracts the requested service from the JMS request and executes the request by calling a MessageDrivenBeanTestCaller.
 class ServletTestController
          Servlet Controller that extracts the requested service from the HTTP request and executes the request by calling a ServletTestCaller.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.