Package org.apache.camel.impl.engine
Class DefaultRouteFactory
- java.lang.Object
-
- org.apache.camel.impl.engine.DefaultRouteFactory
-
- All Implemented Interfaces:
org.apache.camel.spi.RouteFactory
public class DefaultRouteFactory extends Object implements org.apache.camel.spi.RouteFactory
DefaultRouteFactory
.
-
-
Constructor Summary
Constructors Constructor Description DefaultRouteFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.Route
createRoute(org.apache.camel.CamelContext camelContext, org.apache.camel.NamedNode routeDefinition, String routeId, String routeDescription, org.apache.camel.Endpoint endpoint)
-