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

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

public class JrxmlTemplateProcess
extends AbstractJrxmlWPSProcess

Process to get a preview about the report.

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

Constructor Summary
JrxmlTemplateProcess(Map<String,URL> idToTemplateId)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JrxmlTemplateProcess

public JrxmlTemplateProcess(Map<String,URL> idToTemplateId)
Method Detail

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.