org.deegree.services.wps.provider.jrxml
Class JrxmlWPSProcess

java.lang.Object
  extended by org.deegree.services.wps.provider.jrxml.AbstractJrxmlWPSProcess
      extended by org.deegree.services.wps.provider.jrxml.JrxmlWPSProcess
All Implemented Interfaces:
WPSProcess

public class JrxmlWPSProcess
extends AbstractJrxmlWPSProcess

A generic WPSProcess encapsulating an jrxml file. The input parameters are the parameter out of the jrxml file, output parameter is the report.

Version:
$Revision: $, $Date: $
Author:
Lyn Goltz, last edited by: $Author: lyn $

Constructor Summary
JrxmlWPSProcess(JrxmlProcessDescription processDescription)
           
 
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.
 void init(DeegreeWorkspace workspace)
          calls getProcesslet().init()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JrxmlWPSProcess

public JrxmlWPSProcess(JrxmlProcessDescription processDescription)
Method Detail

init

public void init(DeegreeWorkspace workspace)
Description copied from class: AbstractJrxmlWPSProcess
calls getProcesslet().init()


getDescription

public ProcessDefinition getDescription()
Description copied from interface: WPSProcess
Returns the description (e.g. parameter types, metadata) of the process.

Returns:
the description, never null

getProcesslet

public Processlet getProcesslet()
Description copied from interface: WPSProcess
Returns the Processlet (process code) instance of the process.

Returns:
the processlet, never null

getExceptionCustomizer

public ExceptionCustomizer getExceptionCustomizer()
Description copied from interface: WPSProcess
Returns the exception customizer for the process.

Returns:
exception customizer, can be null


Copyright © 2011. All Rights Reserved.