Class DynamicRouterProducer.DynamicRouterProducerFactory
java.lang.Object
org.apache.camel.component.dynamicrouter.DynamicRouterProducer.DynamicRouterProducerFactory
- Enclosing class:
- DynamicRouterProducer
Create a
DynamicRouterProducer
instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstance
(DynamicRouterEndpoint endpoint) Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.
-
Constructor Details
-
DynamicRouterProducerFactory
public DynamicRouterProducerFactory()
-
-
Method Details
-
getInstance
Create theProducer
for the Dynamic Router with the suppliedEndpoint
URI.- Parameters:
endpoint
- theDynamicRouterEndpoint
-