edu.wisc.trace.uch.action
Class UchAction

java.lang.Object
  extended by 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.
 
Method Summary
 void execute(HttpServletRequest request, HttpServletResponse response, ServletContext servletContext)
          It calls Post Request method of UCH.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UchAction

public UchAction()
Default Constructor.

Method Detail

execute

public void execute(HttpServletRequest request,
                    HttpServletResponse response,
                    ServletContext servletContext)
It calls Post Request method of UCH.

Parameters:
request - an Object of HttpServletRequest
response - an Object of HttpServletResponse
servletContext - an Object of ServletContext


Copyright © 2006-2008 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.