Uses of Class
org.apache.camel.builder.ValueBuilder

Packages that use ValueBuilder
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.component.mock The Mock Component which is used for testing of routing and mediation rules. 
 

Uses of ValueBuilder in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return ValueBuilder
 ValueBuilder<E> ValueBuilder.append(Object value)
          Appends the string evaluation of this expression with the given value
 ValueBuilder BuilderSupport.body()
          Returns a predicate and value builder for the inbound body on an exchange
static
<E extends Exchange>
ValueBuilder<E>
Builder.body()
          Returns a predicate and value builder for the inbound body on an exchange
<T> ValueBuilder
BuilderSupport.body(Class<T> type)
          Returns a predicate and value builder for the inbound message body as a specific type
static
<E extends Exchange,T>
ValueBuilder<E>
Builder.bodyAs(Class<T> type)
          Returns a predicate and value builder for the inbound message body as a specific type
 ValueBuilder BuilderSupport.constant(Object value)
          Returns a constant expression value builder
static
<E extends Exchange>
ValueBuilder<E>
Builder.constant(Object value)
          Returns a constant expression
 ValueBuilder<E> ValueBuilder.convertTo(Class type)
          Converts the current value to the given type using the registered type converters
 ValueBuilder<E> ValueBuilder.convertToString()
          Converts the current value a String using the registered type converters
 ValueBuilder BuilderSupport.faultBody()
          Returns a predicate and value builder for the fault body on an exchange
static
<E extends Exchange>
ValueBuilder<E>
Builder.faultBody()
          Returns a predicate and value builder for the fault body on an exchange
static
<E extends Exchange,T>
ValueBuilder<E>
Builder.faultBodyAs(Class<T> type)
          Returns a predicate and value builder for the fault message body as a specific type
<T> ValueBuilder
BuilderSupport.faultBodyAs(Class<T> type)
          Returns a predicate and value builder for the fault message body as a specific type
 ValueBuilder BuilderSupport.header(String name)
          Returns a value builder for the given header
static
<E extends Exchange>
ValueBuilder<E>
Builder.header(String name)
          Returns a predicate and value builder for headers on an exchange
 ValueBuilder BuilderSupport.outBody()
          Returns a predicate and value builder for the outbound body on an exchange
static
<E extends Exchange>
ValueBuilder<E>
Builder.outBody()
          Returns a predicate and value builder for the outbound body on an exchange
<T> ValueBuilder
BuilderSupport.outBody(Class<T> type)
          Returns a predicate and value builder for the outbound message body as a specific type
static
<E extends Exchange,T>
ValueBuilder<E>
Builder.outBodyAs(Class<T> type)
          Returns a predicate and value builder for the outbound message body as a specific type
static ValueBuilder Builder.regexReplaceAll(Expression content, String regex, Expression replacement)
          Returns an expression that replaces all occurrences of the regular expression with the given replacement
 ValueBuilder BuilderSupport.regexReplaceAll(Expression content, String regex, Expression replacement)
          Returns an expression value builder that replaces all occurrences of the regular expression with the given replacement
static ValueBuilder Builder.regexReplaceAll(Expression content, String regex, String replacement)
          Returns an expression that replaces all occurrences of the regular expression with the given replacement
 ValueBuilder BuilderSupport.regexReplaceAll(Expression content, String regex, String replacement)
          Returns an expression value builder that replaces all occurrences of the regular expression with the given replacement
 ValueBuilder<E> ValueBuilder.regexReplaceAll(String regex, Expression<E> replacement)
          Replaces all occurrences of the regular expression with the given replacement
 ValueBuilder<E> ValueBuilder.regexReplaceAll(String regex, String replacement)
          Replaces all occurrences of the regular expression with the given replacement
 ValueBuilder<E> ValueBuilder.regexTokenize(String regex)
          Tokenizes the string conversion of this expression using the given regular expression
 ValueBuilder BuilderSupport.systemProperty(String name)
          Returns a value builder for the given system property
static
<E extends Exchange>
ValueBuilder<E>
Builder.systemProperty(String name)
          Returns an expression for the given system property
 ValueBuilder BuilderSupport.systemProperty(String name, String defaultValue)
          Returns a value builder for the given system property
static
<E extends Exchange>
ValueBuilder<E>
Builder.systemProperty(String name, String defaultValue)
          Returns an expression for the given system property
 ValueBuilder<E> ValueBuilder.tokenize()
           
 ValueBuilder<E> ValueBuilder.tokenize(String token)
           
 

Uses of ValueBuilder in org.apache.camel.component.mock
 

Subclasses of ValueBuilder in org.apache.camel.component.mock
 class AssertionClause.PredicateValueBuilder
          Public class needed for fluent builders
 

Methods in org.apache.camel.component.mock that return ValueBuilder
 ValueBuilder<Exchange> AssertionClause.header(String name)
          Returns a predicate and value builder for headers on an exchange
 ValueBuilder<Exchange> AssertionClause.property(String name)
          Returns a predicate and value builder for property on an exchange
 



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