|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 nullprocesslet - 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 nullprocesslet - process code, must not be nullexceptionCustomizer - exception customizer, can be null (use default exception generation)| Method Detail |
|---|
public ProcessDefinition getDescription()
WPSProcess
getDescription in interface WPSProcessnullpublic Processlet getProcesslet()
WPSProcessProcesslet (process code) instance of the process.
getProcesslet in interface WPSProcessnullpublic ExceptionCustomizer getExceptionCustomizer()
WPSProcess
getExceptionCustomizer in interface WPSProcessnull
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||