Uses of Interface
org.apache.camel.spi.EndpointStrategy

Packages that use EndpointStrategy
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of EndpointStrategy in org.apache.camel
 

Methods in org.apache.camel with parameters of type EndpointStrategy
 void CamelContext.addRegisterEndpointCallback(EndpointStrategy strategy)
          Registers a callback to allow you to do custom logic when an Endpoint is about to be registered to the CamelContext endpoint registry.
 

Uses of EndpointStrategy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement EndpointStrategy
 class InterceptSendToMockEndpointStrategy
          A EndpointStrategy which is capable of mocking endpoints.
 

Methods in org.apache.camel.impl with parameters of type EndpointStrategy
 void DefaultCamelContext.addRegisterEndpointCallback(EndpointStrategy strategy)
           
 



Apache Camel