org.apache.camel.model
Class RouteContextRefDefinition

java.lang.Object
  extended by org.apache.camel.model.RouteContextRefDefinition

public class RouteContextRefDefinition
extends Object

Represents an XML <routeContextRef/> element

Version:

Constructor Summary
RouteContextRefDefinition()
           
 
Method Summary
 String getRef()
           
 List<RouteDefinition> lookupRoutes(CamelContext camelContext)
           
 void setRef(String ref)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RouteContextRefDefinition

public RouteContextRefDefinition()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getRef

public String getRef()

setRef

public void setRef(String ref)

lookupRoutes

public List<RouteDefinition> lookupRoutes(CamelContext camelContext)


Apache CAMEL