|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoutePolicyFactory | |
|---|---|
| org.apache.camel | The core Camel API. |
| org.apache.camel.impl | Default implementation classes for Camel Core |
| Uses of RoutePolicyFactory in org.apache.camel |
|---|
| Methods in org.apache.camel that return types with arguments of type RoutePolicyFactory | |
|---|---|
List<RoutePolicyFactory> |
CamelContext.getRoutePolicyFactories()
Gets the route policy factories |
| Methods in org.apache.camel with parameters of type RoutePolicyFactory | |
|---|---|
void |
CamelContext.addRoutePolicyFactory(RoutePolicyFactory routePolicyFactory)
Adds the given route policy factory |
| Uses of RoutePolicyFactory in org.apache.camel.impl |
|---|
| Methods in org.apache.camel.impl that return types with arguments of type RoutePolicyFactory | |
|---|---|
List<RoutePolicyFactory> |
DefaultCamelContext.getRoutePolicyFactories()
|
| Methods in org.apache.camel.impl with parameters of type RoutePolicyFactory | |
|---|---|
void |
DefaultCamelContext.addRoutePolicyFactory(RoutePolicyFactory routePolicyFactory)
|
| Method parameters in org.apache.camel.impl with type arguments of type RoutePolicyFactory | |
|---|---|
void |
DefaultCamelContext.setRoutePolicyFactories(List<RoutePolicyFactory> routePolicyFactories)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||