Uses of Interface
org.apache.cactus.spi.client.connector.ProtocolState

Packages that use ProtocolState
org.apache.cactus.internal.client.connector.http Contains the implementation of the HTTP transport for communication of the client-side test runner with the server-side redirectors. 
org.apache.cactus.spi.client.connector   
 

Uses of ProtocolState in org.apache.cactus.internal.client.connector.http
 

Classes in org.apache.cactus.internal.client.connector.http that implement ProtocolState
 class HttpProtocolState
          HTTP-specific state information to be passed to the different ProtocolHandler lifecycle methods.
 class JmsProtocolState
           
 

Methods in org.apache.cactus.internal.client.connector.http that return ProtocolState
 ProtocolState HttpProtocolHandler.runTest(junit.framework.Test theDelegatedTest, junit.framework.Test theWrappedTest, Request theRequest)
          Connect to the server side (to the redirector proxy), passing all information to execute the test there, trigger the test execution and gather the test results.
 ProtocolState JmsProtocolHandler.runTest(junit.framework.Test theDelegatedTest, junit.framework.Test theWrappedTest, Request theRequest)
          The method that actually runs the tests.
 

Methods in org.apache.cactus.internal.client.connector.http with parameters of type ProtocolState
 void HttpProtocolHandler.afterTest(ProtocolState theState)
          Let the connector implementor clean up after the test.
 void JmsProtocolHandler.afterTest(ProtocolState theState)
          A method that gets executed after the test execution.
 ResponseObjectFactory HttpProtocolHandler.createResponseObjectFactory(ProtocolState theState)
          Create a factory that is used by the core to create test response object that will be passed to the endXXX() and end() methods.
 ResponseObjectFactory JmsProtocolHandler.createResponseObjectFactory(ProtocolState theState)
          TODO implement this method.
 

Uses of ProtocolState in org.apache.cactus.spi.client.connector
 

Methods in org.apache.cactus.spi.client.connector that return ProtocolState
 ProtocolState ProtocolHandler.runTest(junit.framework.Test theDelegatedTest, junit.framework.Test theWrappedTest, Request theRequest)
          Connect to the server side (to the redirector proxy), passing all information to execute the test there, trigger the test execution and gather the test results.
 

Methods in org.apache.cactus.spi.client.connector with parameters of type ProtocolState
 void ProtocolHandler.afterTest(ProtocolState theState)
          Let the connector implementor clean up after the test.
 ResponseObjectFactory ProtocolHandler.createResponseObjectFactory(ProtocolState theState)
          Create a factory that is used by the core to create test response object that will be passed to the endXXX() and end() methods.
 



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