org.apache.camel.model
Class RouteBuilderRef

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.model.RouteBuilderRef

public class RouteBuilderRef
extends IdentifiedType

Represents an XML <routeBuilderRef/> element

Version:
$Revision: 763492 $

Constructor Summary
RouteBuilderRef()
           
RouteBuilderRef(String ref)
           
 
Method Summary
 RouteBuilder createRouteBuilder(CamelContext camelContext)
           
 Routes createRoutes(CamelContext camelContext)
           
 String getRef()
           
 void setRef(String ref)
           
 String toString()
           
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RouteBuilderRef

public RouteBuilderRef()

RouteBuilderRef

public RouteBuilderRef(String ref)
Method Detail

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.