org.openmobileis.services.common
Class RedirectToFromCallingService

java.lang.Object
  extended byorg.openmobileis.services.Service
      extended byorg.openmobileis.services.common.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(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class org.openmobileis.services.Service
equals, getNavigationBarLastServiceURI, hashCode, isNavigationService, runService, useWebCache
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectToFromCallingService

public RedirectToFromCallingService()
Constructor for RedirectToFromCallingService.

Method Detail

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.