|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.jrxml.AbstractJrxmlWPSProcess org.deegree.services.wps.provider.jrxml.JrxmlWPSProcess
public class JrxmlWPSProcess
A generic WPSProcess
encapsulating an jrxml file. The input parameters are the parameter out of the jrxml
file, output parameter is the report.
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 |
---|
public JrxmlWPSProcess(JrxmlProcessDescription processDescription)
Method Detail |
---|
public void init(DeegreeWorkspace workspace)
AbstractJrxmlWPSProcess
public ProcessDefinition getDescription()
WPSProcess
null
public Processlet getProcesslet()
WPSProcess
Processlet
(process code) instance of the process.
null
public ExceptionCustomizer getExceptionCustomizer()
WPSProcess
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |