Uses of Class
org.apache.camel.builder.AdviceWithBuilder

Packages that use AdviceWithBuilder
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
 

Uses of AdviceWithBuilder in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return AdviceWithBuilder
 AdviceWithBuilder AdviceWithRouteBuilder.weaveById(String pattern)
          Weaves by matching id of the nodes in the route.
 AdviceWithBuilder AdviceWithRouteBuilder.weaveByToString(String pattern)
          Weaves by matching the to string representation of the nodes in the route.
 



Apache CAMEL