org.apache.camel.builder
Class ChoicePredicateBuilder<E extends Exchange>
java.lang.Object
org.apache.camel.builder.BuilderSupport<E>
org.apache.camel.builder.DestinationBuilder<E>
org.apache.camel.builder.PredicateBuilder<E>
org.apache.camel.builder.ChoicePredicateBuilder<E>
- All Implemented Interfaces:
- ProcessorBuilder<E>
public class ChoicePredicateBuilder<E extends Exchange>
- extends PredicateBuilder<E>
- Version:
- $Revision: 519941 $
Methods inherited from class org.apache.camel.builder.DestinationBuilder |
addProcessBuilder, addProcessor, choice, endpoint, filter, getBuilder, getFrom, getProcessors, intercept, intercept, process, recipientList, to, to |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChoicePredicateBuilder
public ChoicePredicateBuilder(ChoiceBuilder<E> parent,
Predicate<E> predicate)
to
public ChoiceBuilder<E> to(Endpoint<E> endpoint)
- Description copied from class:
DestinationBuilder
- Sends the exchange to the given endpoint
- Overrides:
to
in class DestinationBuilder<E extends Exchange>
to
public ChoiceBuilder<E> to(String uri)
- Description copied from class:
DestinationBuilder
- Sends the exchange to the given endpoint URI
- Overrides:
to
in class DestinationBuilder<E extends Exchange>
Copyright © 2007 Apache Software Foundation. All Rights Reserved.