edu.wisc.trace.uch.action
Class UchAction
java.lang.Object
edu.wisc.trace.uch.action.UchAction
public class UchAction
- extends Object
Forward/Receive the HTTP Request/Response between UchServlet and UCH.
- Version:
- $Revision: 1.15 $
- Author:
- Parikshit Thakur & Team, Trace R&D Center
|
Constructor Summary |
UchAction()
Default Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UchAction
public UchAction()
- Default Constructor.
execute
public void execute(HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
- It calls Post Request method of UCH.
- Parameters:
request - an Object of HttpServletRequestresponse - an Object of HttpServletResponseservletContext - an Object of ServletContext
Copyright © 2006-2008 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.