Class DynamicRouterControlProducer.DynamicRouterControlProducerFactory
java.lang.Object
org.apache.camel.component.dynamicrouter.control.DynamicRouterControlProducer.DynamicRouterControlProducerFactory
- Enclosing class:
 DynamicRouterControlProducer
Create a 
DynamicRouterControlProducer instance.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetInstance(DynamicRouterControlEndpoint endpoint, DynamicRouterControlService dynamicRouterControlService, DynamicRouterControlConfiguration configuration) Create theProducerfor the Dynamic Router with the suppliedEndpointURI. 
- 
Constructor Details
- 
DynamicRouterControlProducerFactory
public DynamicRouterControlProducerFactory() 
 - 
 - 
Method Details
- 
getInstance
public DynamicRouterControlProducer getInstance(DynamicRouterControlEndpoint endpoint, DynamicRouterControlService dynamicRouterControlService, DynamicRouterControlConfiguration configuration) Create theProducerfor the Dynamic Router with the suppliedEndpointURI.- Parameters:
 endpoint- theDynamicRouterEndpointdynamicRouterControlService- theDynamicRouterControlServiceconfiguration- the configuration for the Dynamic Router Control
 
 -