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:
$Revision: 1280 $

Constructor Summary
NodeFactory()
           
 
Method Summary
 FilterType createFilter()
           
 LoopType createLoop()
           
 RouteType 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 FilterType createFilter()

createLoop

public LoopType createLoop()

createRoute

public RouteType createRoute()


Copyright © 2010 IONA Open Source Community. All Rights Reserved.