Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.internal.client » [javadoc | source]
org.apache.cactus.internal.client
public class: WebResponseObjectFactory [javadoc | source]
java.lang.Object
   org.apache.cactus.internal.client.WebResponseObjectFactory

All Implemented Interfaces:
    ResponseObjectFactory

Constructs Web response objects. Supports both Cactus org.apache.cactus.WebResponse and HttpUnit com.meterware.httpunit.WebResponse response object creation.
Constructor:
 public WebResponseObjectFactory(HttpURLConnection theConnection) 
    Parameters:
    theConnection - the connection object used to connect to the Cactus server side
Method from org.apache.cactus.internal.client.WebResponseObjectFactory Summary:
getResponseObject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.internal.client.WebResponseObjectFactory Detail:
 public Object getResponseObject(String theClassName,
    Request theRequest) throws ClientException 
    {@inheritDoc}