Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
WebResponseObjectFactory
Constructs Web response objects.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ClientTestCaseCaller.callEndMethod(Request theRequest,
ResponseObjectFactory theResponseFactory)
Call the test case end method
|
Modifier and Type | Method and Description |
---|---|
ResponseObjectFactory |
HttpProtocolHandler.createResponseObjectFactory(ProtocolState theState) |
Modifier and Type | Method and Description |
---|---|
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.