Class ServiceSpecificProcessorsInterpolation
java.lang.Object
org.chenile.owiz.impl.CommandBase<ChenileExchange>
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
FieldsFields inherited from class CommandBase
commandDescriptor, orchConfigurator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<Command<ChenileExchange>> fetchCommands(ChenileExchange exchange) 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
-
ServiceSpecificProcessorsInterpolation
public ServiceSpecificProcessorsInterpolation()
-
-
Method Details
-
fetchCommands
- Specified by:
fetchCommandsin classInterpolationCommand<ChenileExchange>
-