ca.uol.aig.fts.message
Class SOAP2FTS

java.lang.Object
  extended by ca.uol.aig.fts.message.SOAP2FTS

public class SOAP2FTS
extends java.lang.Object

SOAP2FTS has two main functions: as a SOAP server and as a SOAP service provider.


Constructor Summary
SOAP2FTS()
           
 
Method Summary
 void dataReduction(java.lang.String inPath, java.lang.String outPath)
          start a data reduction
 void exitSOAP()
          stop the SOAP server and exit
 void setParameters(int pcfSize_h, int dsSize, int phaseFittingdegree, float weight_limit)
          setParameters is used to set parameters of phase correction.
 void startSOAPServer(java.lang.String wsddFile, int soapServerPort)
          start a SOAP server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAP2FTS

public SOAP2FTS()
Method Detail

setParameters

public void setParameters(int pcfSize_h,
                          int dsSize,
                          int phaseFittingdegree,
                          float weight_limit)
setParameters is used to set parameters of phase correction.

Parameters:
pcfSize_h - the half of the size of the phase correction function
dsSize - the half of the size of the double-side interferogram
phaseFittingdegree - the fitting degree of the phase correction function
weight_limit - used to control the weight of each points. When the amplitude of a point over the amplitude maxima is greater than weigth_limit, this point will be taken into account in the phase-fitting.

dataReduction

public void dataReduction(java.lang.String inPath,
                          java.lang.String outPath)
start a data reduction

Parameters:
inPath - the path of the raw data file
outPath - the path of the reduced data file

exitSOAP

public void exitSOAP()
stop the SOAP server and exit


startSOAPServer

public void startSOAPServer(java.lang.String wsddFile,
                            int soapServerPort)
start a SOAP server

Parameters:
wsddFile - the path of the web service definition file
soapServerPort - the socket port of this SOAP server