Package org.apache.cactus.client

Contains the classes implementing of the client side of Cactus.

See:
          Description

Interface Summary
ResponseObjectFactory Constructs response object that are passed as parameter to endXXX() and global end methods.
 

Class Summary
ServletExceptionWrapper Wrapper around a Throwable object.
WebResponseObjectFactory Constructs Web response object that are passed as parameter to endXXX() and global end methods.
WebTestResultParser Parse a string representing a Test result and transform it into a WebTestResult object.
 

Exception Summary
ClientException A Cactus client side exception.
ParsingException Thrown when parsing the Web Test result (XML) and trying to build a WebTestResult object.
 

Error Summary
AssertionFailedErrorWrapper Same as ServletExceptionWrapper except that this exception class extends JUnit AssertionFailedError so that JUnit will print a different message in it's runner console.
 

Package org.apache.cactus.client Description

Contains the classes implementing of the client side of Cactus.

WARNING
The classes and interfaces in this package are not intended for use by API clients. They may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.