| org.apache.cactus.spi.client.ResponseObjectFactory
All known Subclasses: org.apache.cactus.internal.client.WebResponseObjectFactory,
ResponseObjectFactory | public interface ResponseObjectFactory (Code) | | Constructs response object that are passed as parameter to
endXXX() and global end() methods.
version: $Id: ResponseObjectFactory.java 238991 2004-05-22 11:34:50Z vmassol $ |
getResponseObject | Object getResponseObject(String theClassName, Request theRequest) throws ClientException(Code) | | Constructs response object that are passed as parameter to
endXXX() and global end methods.
Parameters: theClassName - the class name of the object to construct Parameters: theRequest - the request that was sent by Cactus to the server side the response object that will be passed to endXXX() and end() methods throws: ClientException - if it fails to construct the response object |
|
|