Uses of Interface
org.apache.cactus.spi.client.ResponseObjectFactory

Packages that use ResponseObjectFactory
org.apache.cactus.internal.client Contains the classes implementing of the client side of Cactus. 
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 ResponseObjectFactory in org.apache.cactus.internal.client
 

Classes in org.apache.cactus.internal.client that implement ResponseObjectFactory
 class WebResponseObjectFactory
          Constructs Web response objects.
 

Methods in org.apache.cactus.internal.client with parameters of type ResponseObjectFactory
 java.lang.Object ClientTestCaseCaller.callEndMethod(Request theRequest, ResponseObjectFactory theResponseFactory)
          Call the test case end method
 

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

Methods in org.apache.cactus.internal.client.connector.http that return ResponseObjectFactory
 ResponseObjectFactory HttpProtocolHandler.createResponseObjectFactory(ProtocolState theState)
           
 

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

Methods in org.apache.cactus.spi.client.connector that return ResponseObjectFactory
 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 © 2000-2004 Apache Software Foundation. All Rights Reserved.