|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.client.WebResponseObjectFactory
Constructs Web response object that are passed as parameter to
endXXX()
and global end methods.
Constructor Summary | |
WebResponseObjectFactory()
|
Method Summary | |
java.lang.Object |
getResponseObject(java.lang.String theClassName,
Request theRequest,
java.net.HttpURLConnection theConnection)
Constructs response object that are passed as parameter to endXXX() and global end methods. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebResponseObjectFactory()
Method Detail |
public java.lang.Object getResponseObject(java.lang.String theClassName, Request theRequest, java.net.HttpURLConnection theConnection) throws ClientException
ResponseObjectFactory
endXXX()
and global end methods.
getResponseObject
in interface ResponseObjectFactory
theClassName
- the class name of the object to constructtheRequest
- the request that was sent by Cactus to the server sidetheConnection
- the HTTP connection object that was used by Cactus
to connect to the server side
endXXX()
methods and to the global end method
ClientException
- if it fails to construct the response objectResponseObjectFactory.getResponseObject(java.lang.String, org.apache.cactus.Request, java.net.HttpURLConnection)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |