|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WPSProcess
Encapsulates the components that are needed by the ProcessManager
to offer a process.
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. |
Method Detail |
---|
ProcessDefinition getDescription()
null
Processlet getProcesslet()
Processlet
(process code) instance of the process.
null
ExceptionCustomizer getExceptionCustomizer()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |