org.deegree.services.wps
Interface WPSProcess

All Known Implementing Classes:
AbstractJrxmlWPSProcess, GenericWPSProcess, JrxmlTemplateProcess, JrxmlWPSProcess, SextanteWPSProcess

public interface WPSProcess

Encapsulates the components that are needed by the ProcessManager to offer a process.

Version:
$Revision: 28096 $, $Date: 2010-11-12 14:55:46 +0100 (Fri, 12 Nov 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 ProcessDefinition getDescription()
          Returns the description (e.g. parameter types, metadata) of the process.
 ExceptionCustomizer getExceptionCustomizer()
          Returns the exception customizer for the process.
 Processlet getProcesslet()
          Returns the Processlet (process code) instance of the process.
 

Method Detail

getDescription

ProcessDefinition getDescription()
Returns the description (e.g. parameter types, metadata) of the process.

Returns:
the description, never null

getProcesslet

Processlet getProcesslet()
Returns the Processlet (process code) instance of the process.

Returns:
the processlet, never null

getExceptionCustomizer

ExceptionCustomizer getExceptionCustomizer()
Returns the exception customizer for the process.

Returns:
exception customizer, can be null


Copyright © 2011. All Rights Reserved.