Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.spi.client » [javadoc | source]
org.apache.cactus.spi.client
public interface: ResponseObjectFactory [javadoc | source]

All Known Implementing Classes:
    WebResponseObjectFactory

Constructs response object that are passed as parameter to endXXX() and global end() methods.
Method from org.apache.cactus.spi.client.ResponseObjectFactory Summary:
getResponseObject
Method from org.apache.cactus.spi.client.ResponseObjectFactory Detail:
 public Object getResponseObject(String theClassName,
    Request theRequest) throws ClientException
    Constructs response object that are passed as parameter to endXXX() and global end methods.