org.openmobileis.synchro.openmsp.server
Class OpenMSPService

java.lang.Object
  extended byorg.openmobileis.services.Service
      extended byorg.openmobileis.synchro.openmsp.server.OpenMSPService

public class OpenMSPService
extends Service

Title: OpenMobileIS project source
Description: OpenMLservice that implements Nomad-Link synchronisation.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Constructor Summary
OpenMSPService()
           
 
Method Summary
 java.lang.String getServiceUri()
           
 void run(HttpServletRequest request, HttpServletResponse res)
           
 byte[] uncompressAndDecodeRequest(byte[] request)
           
 
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

OpenMSPService

public OpenMSPService()
Method Detail

run

public void run(HttpServletRequest request,
                HttpServletResponse res)
         throws ServletException,
                java.io.IOException
Specified by:
run in class Service
Throws:
ServletException
java.io.IOException

getServiceUri

public java.lang.String getServiceUri()
Specified by:
getServiceUri in class Service

uncompressAndDecodeRequest

public byte[] uncompressAndDecodeRequest(byte[] request)
                                  throws java.io.IOException
Throws:
java.io.IOException


Copyright 2006 OpenMobileIS. All Rights Reserved.