Uses of Class
org.smooks.cartridges.camel.routing.BeanRouter
-
Packages that use BeanRouter Package Description org.smooks.cartridges.camel.routing -
-
Uses of BeanRouter in org.smooks.cartridges.camel.routing
Methods in org.smooks.cartridges.camel.routing that return BeanRouter Modifier and Type Method Description BeanRouterBeanRouter. setBeanId(String beanId)Set the beanId of the bean to be routed.BeanRouterBeanRouter. setCorrelationIdName(String correlationIdName)Set the correlationId header name.BeanRouterBeanRouter. setCorrelationIdPattern(String correlationIdPattern)Set the correlationId pattern used to generate correlationIds.BeanRouterBeanRouter. setToEndpoint(String toEndpoint)Set the Camel endpoint to which the bean is to be routed.Constructors in org.smooks.cartridges.camel.routing with parameters of type BeanRouter Constructor Description BeanRouterObserver(BeanRouter beanRouter, String beanId)Sole contructor.
-