org.apache.camel.language.groovy
Class CamelGroovyMethods

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

Deprecated. see CamelGroovyMethods which is used automatically

@Deprecated
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)
          Deprecated.  
static org.apache.camel.support.ExpressionSupport toExpression(groovy.lang.Closure<?> filter)
          Deprecated.  
static org.apache.camel.model.ChoiceDefinition when(org.apache.camel.model.ChoiceDefinition self, groovy.lang.Closure<?> filter)
          Deprecated.  
 
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)
Deprecated. 

when

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

toExpression

public static org.apache.camel.support.ExpressionSupport toExpression(groovy.lang.Closure<?> filter)
Deprecated. 


Apache Camel