Class ServiceSpecificProcessorsInterpolation
java.lang.Object
org.chenile.owiz.impl.CommandBase<InputType>
org.chenile.owiz.impl.InterpolationCommand<ChenileExchange>
org.chenile.core.interceptors.interpolations.ServiceSpecificProcessorsInterpolation
- All Implemented Interfaces:
BypassableCommand<ChenileExchange>
,Command<ChenileExchange>
,OrchestrationAware<ChenileExchange>
Calls a bunch of interceptors defined at the level of the particular service.
-
Field Summary
Fields inherited from class org.chenile.owiz.impl.CommandBase
commandDescriptor, orchConfigurator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<Command<ChenileExchange>>
fetchCommands
(ChenileExchange exchange) Methods inherited from class org.chenile.owiz.impl.InterpolationCommand
doExecute
Methods inherited from class org.chenile.owiz.impl.CommandBase
bypass, execute, getConfigValue, getId, getParentId, obtainCommand, postprocess, preprocess, setCommandDescriptor, setOrchConfigurator
-
Field Details
-
chenileConfiguration
-
-
Constructor Details
-
ServiceSpecificProcessorsInterpolation
public ServiceSpecificProcessorsInterpolation()
-
-
Method Details
-
fetchCommands
- Specified by:
fetchCommands
in classInterpolationCommand<ChenileExchange>
-