org.openmobileis.services.common
Class RedirectToFromCallingService
java.lang.Object
org.openmobileis.services.Service
org.openmobileis.services.common.RedirectToFromCallingService
- public class RedirectToFromCallingService
- extends Service
- Author:
- Philippe Delrieu
Method Summary |
java.lang.String |
getName()
|
java.lang.String |
getServiceUri()
return the service URI |
void |
run(HttpServletRequest req,
HttpServletResponse res)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RedirectToFromCallingService
public RedirectToFromCallingService()
- Constructor for RedirectToFromCallingService.
run
public void run(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Specified by:
run
in class Service
- Throws:
ServletException
java.io.IOException
- See Also:
Service.run(HttpServletRequest, HttpServletResponse)
getName
public java.lang.String getName()
getServiceUri
public java.lang.String getServiceUri()
- return the service URI
- Specified by:
getServiceUri
in class Service
Copyright 2006 OpenMobileIS. All Rights Reserved.