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