Uses of Class
org.apache.camel.model.InterceptSendToEndpointDefinition
-
Packages that use InterceptSendToEndpointDefinition Package Description org.apache.camel.builder org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of InterceptSendToEndpointDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return InterceptSendToEndpointDefinition Modifier and Type Method Description InterceptSendToEndpointDefinitionRouteBuilder. interceptSendToEndpoint(String uri)Applies a route for an interceptor if an exchange is send to the given endpoint -
Uses of InterceptSendToEndpointDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return InterceptSendToEndpointDefinition Modifier and Type Method Description InterceptSendToEndpointDefinitionInterceptSendToEndpointDefinition. afterUri(String uri)After sending to the endpoint then send the message to this url which allows to process its result.InterceptSendToEndpointDefinitionInterceptSendToEndpointDefinition. afterUrl(String url)Deprecated.useafterUri(String)InterceptSendToEndpointDefinitionRouteConfigurationDefinition. interceptSendToEndpoint(String uri)Applies a route for an interceptor if an exchange is send to the given endpointInterceptSendToEndpointDefinitionRoutesDefinition. interceptSendToEndpoint(String uri)Creates and adds an interceptor that is triggered when an exchange is send to the given endpointInterceptSendToEndpointDefinitionInterceptSendToEndpointDefinition. skipSendToOriginalEndpoint()Skip sending theExchangeto the original intended endpointInterceptSendToEndpointDefinitionInterceptSendToEndpointDefinition. when(org.apache.camel.Predicate predicate)Applies this interceptor only if the given predicate is trueMethods in org.apache.camel.model that return types with arguments of type InterceptSendToEndpointDefinition Modifier and Type Method Description List<InterceptSendToEndpointDefinition>RouteConfigurationDefinition. getInterceptSendTos()List<InterceptSendToEndpointDefinition>RoutesDefinition. getInterceptSendTos()Method parameters in org.apache.camel.model with type arguments of type InterceptSendToEndpointDefinition Modifier and Type Method Description voidRouteConfigurationDefinition. setInterceptSendTos(List<InterceptSendToEndpointDefinition> interceptSendTos)voidRoutesDefinition. setInterceptSendTos(List<InterceptSendToEndpointDefinition> interceptSendTos)
-