org.apache.camel.model
Class NodeFactory

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

public class NodeFactory
extends Object

A simple factory used to create new child nodes which allows pluggable extension points such as to add extra DSL helper methods such as for the Groovy or Ruby DSLs

Version:

Constructor Summary
NodeFactory()
           
 
Method Summary
 FilterDefinition createFilter()
           
 LoopDefinition createLoop()
           
 RouteDefinition createRoute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeFactory

public NodeFactory()
Method Detail

createFilter

public FilterDefinition createFilter()

createLoop

public LoopDefinition createLoop()

createRoute

public RouteDefinition createRoute()


Apache CAMEL