Package com.pushtotest.tool.response

Interface Summary
Response This is the Response interface that should be implemented by any protocol specific response version.
ResponseLink This is an interface that should be implemented to allow for manipulation or other processing of Response Objects.
 

Class Summary
FileResponse This is the Response implementation for a File Protocol.
HTTPResponse This is the Response interface that should be implemented by any protocol specific response version.
MailResponse  
RESearchLink ResponseLink implementation that searches using regular expressions
ResponseChain This class is a Chain of Responsibility class that takes one or more ResponseLinks and passes a Response object through each of them in turn.
ResponseHandler This is the ResponseHandler class which facilitates dealing with Response objects.
ResponseLinkConfig This is an Object that will be instantiated and passed into a ResponseLink before its methods are called so that it can be properly configured.
ResponseWrapper This is an abstract class that implements the Response interface that should make it easy to deal with some of the details of the Response by providing reasonable default implementations of each of the methods.
SimpleSearchLink  
SOAPResponse This is the Response interface that should be implemented by any protocol specific response version.
XMLRPCResponse This is the Response interface that should be implemented by any protocol specific response version.
 

Exception Summary
ChainUnwindException This is an exception that is throw if Objects try and act upon other objects that are protocol specifc and they don't know how to handle that protcool.