|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.GenericWPSProcess
public class GenericWPSProcess
Generic WPSProcess
implementation.
Constructor Summary | |
---|---|
GenericWPSProcess(ProcessDefinition description,
Processlet processlet)
Creates a new GenericWPSProcess instance. |
|
GenericWPSProcess(ProcessDefinition description,
Processlet processlet,
ExceptionCustomizer exceptionCustomizer)
Creates a new GenericWPSProcess instance with ExceptionCustomizer . |
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 |
---|
public GenericWPSProcess(ProcessDefinition description, Processlet processlet)
GenericWPSProcess
instance.
description
- description of the process (e.g. parameter types, metadata), must not be null
processlet
- process code, must not be null
public GenericWPSProcess(ProcessDefinition description, Processlet processlet, ExceptionCustomizer exceptionCustomizer)
GenericWPSProcess
instance with ExceptionCustomizer
.
description
- description of the process (e.g. parameter types, metadata), must not be null
processlet
- process code, must not be null
exceptionCustomizer
- exception customizer, can be null
(use default exception generation)Method Detail |
---|
public ProcessDefinition getDescription()
WPSProcess
getDescription
in interface WPSProcess
null
public Processlet getProcesslet()
WPSProcess
Processlet
(process code) instance of the process.
getProcesslet
in interface WPSProcess
null
public ExceptionCustomizer getExceptionCustomizer()
WPSProcess
getExceptionCustomizer
in interface WPSProcess
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |