org.openmobileis.services
Class RedirectToFromCallingService

java.lang.Object
  |
  +--org.openmobileis.services.Service
        |
        +--org.openmobileis.services.RedirectToFromCallingService

public class RedirectToFromCallingService
extends Service

Author:
Philippe Delrieu

Constructor Summary
RedirectToFromCallingService()
          Constructor for RedirectToFromCallingService.
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getServiceUri()
          return the service URI
 void run(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class org.openmobileis.services.Service
getNavigationBarLastServiceURI, init, isNavigationService, runService, setServiceURI, useWebCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectToFromCallingService

public RedirectToFromCallingService()
Constructor for RedirectToFromCallingService.
Method Detail

run

public void run(javax.servlet.http.HttpServletRequest req,
                javax.servlet.http.HttpServletResponse res)
         throws javax.servlet.ServletException,
                java.io.IOException
Overrides:
run in class Service
See Also:
Service.run(HttpServletRequest, HttpServletResponse)

getName

public java.lang.String getName()
Overrides:
getName in class Service

getServiceUri

public java.lang.String getServiceUri()
return the service URI
Overrides:
getServiceUri in class Service


Copyright 2005 e-Care. All Rights Reserved.