Class ServiceSpecificClientProcessorsInterpolation

java.lang.Object
org.chenile.owiz.impl.CommandBase<ChenileExchange>
org.chenile.owiz.impl.InterpolationCommand<ChenileExchange>
org.chenile.proxy.interceptors.interpolations.ServiceSpecificClientProcessorsInterpolation
All Implemented Interfaces:
org.chenile.owiz.BypassableCommand<ChenileExchange>, org.chenile.owiz.Command<ChenileExchange>, org.chenile.owiz.OrchestrationAware<ChenileExchange>

public class ServiceSpecificClientProcessorsInterpolation extends org.chenile.owiz.impl.InterpolationCommand<ChenileExchange>
Interpolates all the service 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<org.chenile.owiz.Command<ChenileExchange>>
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServiceSpecificClientProcessorsInterpolation

      public ServiceSpecificClientProcessorsInterpolation()
  • Method Details