Class OperationSpecificClientProcessorsInterpolation
java.lang.Object
org.chenile.owiz.impl.CommandBase<ChenileExchange>
org.chenile.owiz.impl.InterpolationCommand<ChenileExchange>
org.chenile.proxy.interceptors.interpolations.OperationSpecificClientProcessorsInterpolation
- All Implemented Interfaces:
org.chenile.owiz.BypassableCommand<ChenileExchange>,org.chenile.owiz.Command<ChenileExchange>,org.chenile.owiz.OrchestrationAware<ChenileExchange>
public class OperationSpecificClientProcessorsInterpolation
extends org.chenile.owiz.impl.InterpolationCommand<ChenileExchange>
Interpolates all the operation specific processors on the client side for Chenile Proxy
-
Field Summary
Fields inherited from class org.chenile.owiz.impl.CommandBase
commandDescriptor, orchConfigurator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<org.chenile.owiz.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
-
Constructor Details
-
OperationSpecificClientProcessorsInterpolation
public OperationSpecificClientProcessorsInterpolation()
-
-
Method Details
-
fetchCommands
- Specified by:
fetchCommandsin classorg.chenile.owiz.impl.InterpolationCommand<ChenileExchange>
-