public class DefaultInterceptEndpointFactory extends Object implements org.apache.camel.spi.InterceptEndpointFactory
InterceptEndpointFactory.| Constructor and Description |
|---|
DefaultInterceptEndpointFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Endpoint |
createInterceptSendToEndpoint(org.apache.camel.CamelContext camelContext,
org.apache.camel.Endpoint endpoint,
boolean skip,
org.apache.camel.Processor before,
org.apache.camel.Processor after) |
public org.apache.camel.Endpoint createInterceptSendToEndpoint(org.apache.camel.CamelContext camelContext,
org.apache.camel.Endpoint endpoint,
boolean skip,
org.apache.camel.Processor before,
org.apache.camel.Processor after)
createInterceptSendToEndpoint in interface org.apache.camel.spi.InterceptEndpointFactoryApache Camel