Uses of Class
org.smooks.cartridges.camel.routing.BeanRouter
Packages that use BeanRouter
-
Uses of BeanRouter in org.smooks.cartridges.camel.routing
Methods in org.smooks.cartridges.camel.routing that return BeanRouterModifier and TypeMethodDescriptionSet the beanId of the bean to be routed.BeanRouter.setCorrelationIdName(String correlationIdName) Set the correlationId header name.BeanRouter.setCorrelationIdPattern(String correlationIdPattern) Set the correlationId pattern used to generate correlationIds.BeanRouter.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 BeanRouterModifierConstructorDescriptionBeanRouterObserver(BeanRouter beanRouter, String beanId) Sole contructor.