at.tugraz.genome.R.carmaweb.axis
Class SSLAxisClient

java.lang.Object
  |
  +--at.tugraz.genome.R.carmaweb.axis.AxisClient
        |
        +--at.tugraz.genome.R.carmaweb.axis.SSLAxisClient
All Implemented Interfaces:
java.io.Serializable

public class SSLAxisClient
extends AxisClient

See Also:
Serialized Form

Field Summary
 
Fields inherited from class at.tugraz.genome.R.carmaweb.axis.AxisClient
FUN_ADDFILE, FUN_ADDSTEP_AFFY_NORMALIZATION, FUN_ADDSTEP_AFFY_REPLICATE_HANDLING, FUN_ADDSTEP_TWOCOLOR_PREPROCESSING, FUN_ADDSTEP_TWOCOLOR_REPLICATE_HANDLING, FUN_ERRORMESSAGE, FUN_GENERATEID, FUN_GET_AFFY_NORM_METHODS, FUN_GET_AFFY_NORM_METHODS_DESCRIPTIONS, FUN_GET_METHOD_DESCRIPTION, FUN_GET_TWOCOLOR_BACKGROUND_CORRECTION_METHODS, FUN_GET_TWOCOLOR_BETWEEN_ARRAY_NORMALIZATION_METHODS, FUN_GET_TWOCOLOR_WITHIN_ARRAY_NORMALIZATION_METHODS, FUN_GETFILE, FUN_GETSTATUS, FUN_JUSTAFFYNORMALIZATION, FUN_JUSTTWOCOLOR_PREPROCESSING, FUN_LISTFILES, FUN_PERFORM_GO_ANALYSIS, FUN_REMOVEFILE, FUN_START_DEFINED_ANALYSIS, FUN_VOIDEVAL, STATUS_ERROR, STATUS_FINISHED, STATUS_RUNNING, STATUS_UNKNOWN
 
Constructor Summary
SSLAxisClient()
           
SSLAxisClient(java.util.Properties props)
           
 
Method Summary
static AxisClient getInstance()
          Returns an AxisClient instance.
static AxisClient getInstance(java.util.Properties properties)
          Returns an AxisClient instance.
 
Methods inherited from class at.tugraz.genome.R.carmaweb.axis.AxisClient
addStepAffyNormalization, addStepAffyReplicateHandling, addStepTwoColorPreprocessing, addStepTwoColorReplicateHandling, generateID, getAffyNormalizationMethods, getErrorMessage, getFile, getFile, getMethodDescription, getProperties, getStatus, getTwoColorBackgroundCorrectionMethods, getTwoColorBetweenArrayNormalizationMethods, getTwoColorWithinArrayNormalizationMethods, listFiles, performGOAnalysis, performJustAffyNormalization, performJustTwoColorPreprocessing, removeFile, sendFile, setProperties, startDefinedAnalysis, voidEvalExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLAxisClient

public SSLAxisClient()

SSLAxisClient

public SSLAxisClient(java.util.Properties props)
Method Detail

getInstance

public static AxisClient getInstance()
Returns an AxisClient instance. The returned AxisClient can communicate with the web service via ssl.

Returns:
An instance of the class AxisClient that can be used to communicate to the CARMAweb SOAP interface through ssl.

getInstance

public static AxisClient getInstance(java.util.Properties properties)
Returns an AxisClient instance. The returned AxisClient can communicate with the web service via ssl.

Parameters:
properties - A Properties object from which the properties should be extracted instead of the default one. By default the .properties file within the jar file will be read.
Returns:
An instance of the class AxisClient that can be used to communicate to the CARMAweb SOAP interface through ssl.