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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.Processor
wrapProcessorInInterceptors
(org.apache.camel.CamelContext context, org.apache.camel.NamedNode definition, org.apache.camel.Processor target, org.apache.camel.Processor nextTarget)
-
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 interfaceorg.apache.camel.spi.InterceptStrategy
- Throws:
Exception
-