|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionAwareProcesslet
Processlet
that provides customized exception generation.
Method Summary | |
---|---|
ExceptionCustomizer |
getExceptionCustomizer()
Called by the ProcessManager if an exception occurred while parsing and/or validating an incoming request. |
Methods inherited from interface org.deegree.services.wps.Processlet |
---|
destroy, init, process |
Method Detail |
---|
ExceptionCustomizer getExceptionCustomizer()
ProcessManager
if an exception occurred while parsing and/or validating an incoming request.
Implementations may supply an ExceptionCustomizer
which will create an OWSException
appropriate
for a number of exceptional events. If an implementations wants the ProcessManager
to generate a 'standard'
exception, null
should be returned.
ExceptionCustomizer
or null
if the Processlet
prefers standard exception
handling
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |