Deprecated API


Contents
Deprecated Methods
uws.job.AbstractJob.checkPhaseParam()
          AbstractJob.applyPhaseParam(). 
uws.job.AbstractJob.getNbOtherParameters()
          Replaced by AbstractJob.getNbAdditionalParameters(). 
uws.job.AbstractJob.getOtherParameters()
          Replaced by AbstractJob.getAdditionalParameters() 
uws.job.AbstractJob.getOtherParameterValue(String)
          Replaced by AbstractJob.getAdditionalParameterValue(String). 
uws.UWSToolBox.getUWSNamespace()
          Replaced by a non-static function in XMLSerializer: XMLSerializer.getUWSNamespace(). It is totally discouraged to use this function. 
uws.UWSToolBox.publishErrorSummary(AbstractJob, Exception, ErrorType, URL, String, String)
          Replaced by UWSToolBox.publishErrorSummary(AbstractJob, Exception, ErrorType, String, String, String) 
uws.job.AbstractJob.publishExecutionError(UWSException)
          Replaced by AbstractJob.error(UWSException). 
uws.job.AbstractJob.removeAllOtherParameter()
          Replaced by AbstractJob.removeAllAdditionalParameter(). 
uws.job.AbstractJob.removeOtherParameter(String)
          Replaced by AbstractJob.removeAdditionalParameter(String). 
 

Deprecated Constructors
uws.job.ErrorSummary(Exception, ErrorType, URL)
          Replaced by ErrorSummary.ErrorSummary(Exception, ErrorType, String) 
uws.job.ErrorSummary(String, ErrorType, URL)
          Replaced by ErrorSummary.ErrorSummary(String, ErrorType, String) 
uws.job.Result(String, String, URL)
          Replaced by Result.Result(String, String, String). 
uws.job.Result(String, URL)
          Replaced by Result.Result(String, String).