Uses of Interface
org.apache.camel.spi.InterceptEndpointFactory
-
Packages that use InterceptEndpointFactory Package Description org.apache.camel The core Camel API. -
-
Uses of InterceptEndpointFactory in org.apache.camel
Methods in org.apache.camel that return InterceptEndpointFactory Modifier and Type Method Description InterceptEndpointFactoryExtendedCamelContext. getInterceptEndpointFactory()Gets the currentInterceptEndpointFactoryMethods in org.apache.camel with parameters of type InterceptEndpointFactory Modifier and Type Method Description voidExtendedCamelContext. setInterceptEndpointFactory(InterceptEndpointFactory interceptEndpointFactory)Sets a customInterceptEndpointFactory
-