|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
org.apache.cactus | Contains all classes needed for writing Cactus tests. |
org.apache.cactus.internal | Contains Cactus internal implementation classes. |
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 | Contains Cactus client-side SPI classes required to implement new protocols other than the Cactus-implemented ones. |
org.apache.cactus.spi.client.connector |
Uses of Request in org.apache.cactus |
Subinterfaces of Request in org.apache.cactus | |
interface |
WebRequest
Contains HTTP request data for a Cactus test case. |
Uses of Request in org.apache.cactus.internal |
Classes in org.apache.cactus.internal that implement Request | |
class |
BaseWebRequest
Contains all HTTP request data for a test case but independently of the fact that there is or there is not a Cactus redirector. |
class |
WebRequestImpl
Extends BaseWebRequest to add properties specific to the
Cactus Web Redirectors. |
Uses of Request in org.apache.cactus.internal.client |
Methods in org.apache.cactus.internal.client with parameters of type Request | |
java.lang.Object |
WebResponseObjectFactory.getResponseObject(java.lang.String theClassName,
Request theRequest)
|
void |
ClientTestCaseCaller.callBeginMethod(Request theRequest)
Call the test case begin method. |
java.lang.Object |
ClientTestCaseCaller.callEndMethod(Request theRequest,
ResponseObjectFactory theResponseFactory)
Call the test case end method |
void |
ClientTestCaseCaller.callGlobalBeginMethod(Request theRequest)
Call the global begin method. |
Uses of Request in org.apache.cactus.internal.client.connector.http |
Methods in org.apache.cactus.internal.client.connector.http that return Request | |
Request |
HttpProtocolHandler.createRequest()
|
Methods in org.apache.cactus.internal.client.connector.http with parameters of type Request | |
ProtocolState |
HttpProtocolHandler.runTest(junit.framework.Test theDelegatedTest,
junit.framework.Test theWrappedTest,
Request theRequest)
|
Uses of Request in org.apache.cactus.spi.client |
Methods in org.apache.cactus.spi.client with parameters of type Request | |
java.lang.Object |
ResponseObjectFactory.getResponseObject(java.lang.String theClassName,
Request theRequest)
Constructs response object that are passed as parameter to endXXX() and global end methods. |
Uses of Request in org.apache.cactus.spi.client.connector |
Methods in org.apache.cactus.spi.client.connector that return Request | |
Request |
ProtocolHandler.createRequest()
Create a request object that will be passed to the begin()
and beginXXX() methods. |
Methods in org.apache.cactus.spi.client.connector with parameters of type Request | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |