public interface ResponseObjectFactory
endXXX()
and global end()
methods.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getResponseObject(java.lang.String theClassName,
Request theRequest)
Constructs response object that are passed as parameter to
endXXX() and global end methods. |
java.lang.Object getResponseObject(java.lang.String theClassName, Request theRequest) throws ClientException
endXXX()
and global end methods.theClassName
- the class name of the object to constructtheRequest
- the request that was sent by Cactus to the server sideendXXX()
and end()
methodsClientException
- if it fails to construct the response objectCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.