org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit Class Reference

Inheritance diagram for org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit:

org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Synchronisation conduit use for debug purpose.

Only generate the synchronisation request in a file sendOpenML.xml in the synchro directory. Use tu see if the send synchro message is correctly generated.

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

Definition at line 46 of file HttpOpenMSPSynchroConduit.java.

Public Member Functions

 HttpOpenMSPSynchroConduit (String synchroDirectoryPath, String userAgent)
boolean isConnected ()
 Return true if it exists a connexion to internet or desktop.
String sendRequest (ConduitParameter[] parameters, String openMSPMessage, String url) throws SynchroException, UserNotFoundException
 Send the request to the server.
void openRAS () throws SynchroException
 Open RAS connection.
void closeRAS () throws SynchroException
 Close RAS connection.
String getRASConnectionNames ()
 return a list of all disponible ras connection.
String getIntallPath ()
 Return the directory path where synchronized file are stored.


Member Function Documentation

String org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.sendRequest ( ConduitParameter[]  parameters,
String  openMSPMessage,
String  url 
) throws SynchroException, UserNotFoundException

Send the request to the server.

return a string containing the server response.

Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.

Definition at line 65 of file HttpOpenMSPSynchroConduit.java.

void org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.openRAS (  )  throws SynchroException

Open RAS connection.

Parameters:
: isSSLRequired : boolean indicates wether or not is a SSL connection
Returns:
:

Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.

Definition at line 185 of file HttpOpenMSPSynchroConduit.java.

void org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.closeRAS (  )  throws SynchroException

Close RAS connection.

Returns:

Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.

Definition at line 194 of file HttpOpenMSPSynchroConduit.java.

String org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.getRASConnectionNames (  ) 

return a list of all disponible ras connection.

Every connexion name is separated by a ; .

Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.

Definition at line 203 of file HttpOpenMSPSynchroConduit.java.

String org.openmobileis.synchro.openmsp.client.conduit.HttpOpenMSPSynchroConduit.getIntallPath (  ) 

Return the directory path where synchronized file are stored.

Returns:

Implements org.openmobileis.synchro.openmsp.client.conduit.SynchroConduit.

Definition at line 229 of file HttpOpenMSPSynchroConduit.java.


The documentation for this class was generated from the following file:
Generated on Tue May 22 23:01:24 2007 for OpenMobileIS by  doxygen 1.5.1-p1