Class ExceptionHandlerInterpolation
java.lang.Object
org.chenile.owiz.impl.CommandBase<ChenileExchange>
org.chenile.owiz.impl.InterpolationCommand<ChenileExchange>
org.chenile.core.interceptors.interpolations.ExceptionHandlerInterpolation
- All Implemented Interfaces:
BypassableCommand<ChenileExchange>, Command<ChenileExchange>, OrchestrationAware<ChenileExchange>
Calls the exception handler that is defined in Chenile properties.
-
Field Summary
FieldsFields inherited from class CommandBase
commandDescriptor, orchConfigurator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<Command<ChenileExchange>> fetchCommands(ChenileExchange context) Methods inherited from class InterpolationCommand
doExecuteMethods inherited from class CommandBase
bypass, execute, getConfigValue, getId, getParentId, obtainCommand, postprocess, preprocess, setCommandDescriptor, setOrchConfigurator
-
Field Details
-
chenileConfiguration
-
-
Constructor Details
-
ExceptionHandlerInterpolation
public ExceptionHandlerInterpolation()
-
-
Method Details
-
fetchCommands
- Specified by:
fetchCommandsin classInterpolationCommand<ChenileExchange>
-