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

Packages that use RouteboxConfiguration
org.apache.camel.component.routebox   
org.apache.camel.component.routebox.direct   
org.apache.camel.component.routebox.seda   
 

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

Methods in org.apache.camel.component.routebox that return RouteboxConfiguration
 RouteboxConfiguration RouteboxEndpoint.getConfig()
           
 

Methods in org.apache.camel.component.routebox with parameters of type RouteboxConfiguration
 void RouteboxEndpoint.setConfig(RouteboxConfiguration config)
           
 

Constructors in org.apache.camel.component.routebox with parameters of type RouteboxConfiguration
RouteboxEndpoint(String endpointUri, org.apache.camel.Component component, RouteboxConfiguration config)
           
 

Uses of RouteboxConfiguration in org.apache.camel.component.routebox.direct
 

Constructors in org.apache.camel.component.routebox.direct with parameters of type RouteboxConfiguration
RouteboxDirectEndpoint(String uri, org.apache.camel.Component component, RouteboxConfiguration config)
           
 

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

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



Apache Camel