org.apache.camel.model
Class RouteBuilderRef
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.RouteBuilderRef
public class RouteBuilderRef
- extends IdentifiedType
Represents an XML <routeBuilderRef/> element
- Version:
- $Revision: 763492 $
RouteBuilderRef
public RouteBuilderRef()
RouteBuilderRef
public RouteBuilderRef(String ref)
toString
public String toString()
- Overrides:
toString
in class Object
getRef
public String getRef()
setRef
public void setRef(String ref)
createRouteBuilder
public RouteBuilder createRouteBuilder(CamelContext camelContext)
createRoutes
public Routes createRoutes(CamelContext camelContext)
Copyright © 2009 Apache Software Foundation. All Rights Reserved.