org.apache.camel.language.groovy
Class CamelGroovyMethods

java.lang.Object
  extended by org.apache.camel.language.groovy.CamelGroovyMethods

public final class CamelGroovyMethods
extends Object

Version:

Method Summary
static org.apache.camel.model.FilterDefinition filter(org.apache.camel.model.ProcessorDefinition self, groovy.lang.Closure filter)
           
static org.apache.camel.impl.ExpressionSupport toExpression(groovy.lang.Closure filter)
           
static org.apache.camel.model.ChoiceDefinition when(org.apache.camel.model.ChoiceDefinition self, groovy.lang.Closure filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filter

public static org.apache.camel.model.FilterDefinition filter(org.apache.camel.model.ProcessorDefinition self,
                                                             groovy.lang.Closure filter)

when

public static org.apache.camel.model.ChoiceDefinition when(org.apache.camel.model.ChoiceDefinition self,
                                                           groovy.lang.Closure filter)

toExpression

public static org.apache.camel.impl.ExpressionSupport toExpression(groovy.lang.Closure filter)


Apache CAMEL