|
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. |