org.deegree.services.wps
Interface ExceptionAwareProcesslet

All Superinterfaces:
Processlet

public interface ExceptionAwareProcesslet
extends Processlet

Processlet that provides customized exception generation.

Version:
$Revision: 25786 $, $Date: 2010-08-09 19:55:41 +0200 (Mo, 09. Aug 2010) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

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

getExceptionCustomizer

ExceptionCustomizer getExceptionCustomizer()
Called by the 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.

Returns:
an ExceptionCustomizer or null if the Processlet prefers standard exception handling


Copyright © 2011. All Rights Reserved.