Uses of Class
org.apache.camel.model.InterceptFromDefinition
-
Packages that use InterceptFromDefinition Package Description org.apache.camel.builder org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of InterceptFromDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return InterceptFromDefinition Modifier and Type Method Description InterceptFromDefinitionRouteBuilder. interceptFrom()Adds a route for an interceptor that intercepts incoming messages on any inputs in this routeInterceptFromDefinitionRouteBuilder. interceptFrom(String uri)Adds a route for an interceptor that intercepts incoming messages on the given endpoint. -
Uses of InterceptFromDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return InterceptFromDefinition Modifier and Type Method Description InterceptFromDefinitionRouteConfigurationDefinition. interceptFrom()Adds a route for an interceptor that intercepts incoming messages on any inputs in this routeInterceptFromDefinitionRouteConfigurationDefinition. interceptFrom(String uri)Adds a route for an interceptor that intercepts incoming messages on the given endpoint.InterceptFromDefinitionRoutesDefinition. interceptFrom()Creates and adds an interceptor that is triggered when an exchange is received as input to any routes (eg from all the from)InterceptFromDefinitionRoutesDefinition. interceptFrom(String uri)Creates and adds an interceptor that is triggered when an exchange is received as input to the route defined with the given endpoint (eg from the from)Methods in org.apache.camel.model that return types with arguments of type InterceptFromDefinition Modifier and Type Method Description List<InterceptFromDefinition>RouteConfigurationDefinition. getInterceptFroms()List<InterceptFromDefinition>RoutesDefinition. getInterceptFroms()Method parameters in org.apache.camel.model with type arguments of type InterceptFromDefinition Modifier and Type Method Description voidRouteConfigurationDefinition. setInterceptFroms(List<InterceptFromDefinition> interceptFroms)voidRoutesDefinition. setInterceptFroms(List<InterceptFromDefinition> interceptFroms)
-