Class ServiceSpecificClientProcessorsInterpolation
java.lang.Object
org.chenile.owiz.impl.CommandBase<InputType>
org.chenile.owiz.impl.InterpolationCommand<ChenileExchange>
org.chenile.proxy.interceptors.interpolations.ServiceSpecificClientProcessorsInterpolation
- All Implemented Interfaces:
BypassableCommand<ChenileExchange>,Command<ChenileExchange>,OrchestrationAware<ChenileExchange>
public class ServiceSpecificClientProcessorsInterpolation
extends InterpolationCommand<ChenileExchange>
Interpolates all the service specific processors on the client side for Chenile Proxy
-
Field Summary
FieldsFields inherited from class org.chenile.owiz.impl.CommandBase
commandDescriptor, orchConfigurator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<Command<ChenileExchange>>fetchCommands(ChenileExchange exchange) Methods inherited from class org.chenile.owiz.impl.InterpolationCommand
doExecuteMethods inherited from class org.chenile.owiz.impl.CommandBase
bypass, execute, getConfigValue, getId, getParentId, obtainCommand, postprocess, preprocess, setCommandDescriptor, setOrchConfigurator
-
Field Details
-
chenileConfiguration
-
-
Constructor Details
-
ServiceSpecificClientProcessorsInterpolation
public ServiceSpecificClientProcessorsInterpolation()
-
-
Method Details
-
fetchCommands
- Specified by:
fetchCommandsin classInterpolationCommand<ChenileExchange>
-