Uses of Class
org.apache.camel.component.routebox.RouteboxComponent

Packages that use RouteboxComponent
org.apache.camel.component.routebox   
org.apache.camel.component.routebox.seda   
 

Uses of RouteboxComponent in org.apache.camel.component.routebox
 

Methods in org.apache.camel.component.routebox with parameters of type RouteboxComponent
 void RouteboxConfiguration.parseURI(URI uri, Map<String,Object> parameters, RouteboxComponent component)
           
 

Uses of RouteboxComponent in org.apache.camel.component.routebox.seda
 

Constructors in org.apache.camel.component.routebox.seda with parameters of type RouteboxComponent
RouteboxSedaEndpoint(String endpointUri, RouteboxComponent component, RouteboxConfiguration config)
           
RouteboxSedaEndpoint(String endpointUri, RouteboxComponent component, RouteboxConfiguration config, BlockingQueue<org.apache.camel.Exchange> queue)
           
 



Apache Camel