Class AddProxyInterceptStrategy

java.lang.Object
one.x1f.sip.foundation.core.proxies.AddProxyInterceptStrategy
All Implemented Interfaces:
org.apache.camel.spi.InterceptStrategy

@Component public class AddProxyInterceptStrategy extends Object implements org.apache.camel.spi.InterceptStrategy
Apache Camel Processor creation interception
  • Constructor Details

    • AddProxyInterceptStrategy

      public AddProxyInterceptStrategy()
  • Method Details

    • wrapProcessorInInterceptors

      public org.apache.camel.Processor wrapProcessorInInterceptors(org.apache.camel.CamelContext context, org.apache.camel.NamedNode definition, org.apache.camel.Processor target, org.apache.camel.Processor nextTarget) throws Exception
      Specified by:
      wrapProcessorInInterceptors in interface org.apache.camel.spi.InterceptStrategy
      Throws:
      Exception