|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.builder.BuilderSupport<E>
org.apache.camel.builder.DestinationBuilder<E>
public class DestinationBuilder<E extends Exchange>
Constructor Summary | |
---|---|
DestinationBuilder(DestinationBuilder<E> parent)
|
|
DestinationBuilder(RouteBuilder<E> builder,
Endpoint<E> from)
|
Method Summary | |
---|---|
void |
addProcessBuilder(ProcessorBuilder<E> processBuilder)
|
void |
addProcessor(Processor<E> processor)
|
ChoiceBuilder<E> |
choice()
Creates a choice of one or more predicates with an otherwise clause |
Processor<E> |
createProcessor()
|
Endpoint<E> |
endpoint(String uri)
Resolves the given URI to an endpoint |
PredicateBuilder<E> |
filter(Predicate<E> predicate)
Creates a predicate which is applied and only if it is true then the exchange is forwarded to the destination |
RouteBuilder<E> |
getBuilder()
|
Endpoint<E> |
getFrom()
|
List<Processor<E>> |
getProcessors()
|
InterceptorBuilder<E> |
intercept()
|
InterceptorBuilder<E> |
intercept(InterceptorProcessor<E> interceptor)
|
ProcessorBuilder<E> |
process(Processor<E> processor)
Adds the custom processor to this destination |
RecipientListBuilder<E> |
recipientList(ValueBuilder<E> valueBuilder)
Creates a dynamic Recipient List pattern. |
ProcessorBuilder<E> |
to(Endpoint<E>... endpoints)
Sends the exchange to the given endpoint |
ProcessorBuilder<E> |
to(Endpoint<E> endpoint)
Sends the exchange to the given endpoint |
ProcessorBuilder<E> |
to(String... uris)
Sends the exchange to the given endpoint URI |
ProcessorBuilder<E> |
to(String uri)
Sends the exchange to the given endpoint URI |
Methods inherited from class org.apache.camel.builder.BuilderSupport |
---|
header |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DestinationBuilder(RouteBuilder<E> builder, Endpoint<E> from)
public DestinationBuilder(DestinationBuilder<E> parent)
Method Detail |
---|
public Endpoint<E> endpoint(String uri)
public ProcessorBuilder<E> to(String uri)
public ProcessorBuilder<E> to(Endpoint<E> endpoint)
public ProcessorBuilder<E> to(String... uris)
public ProcessorBuilder<E> to(Endpoint<E>... endpoints)
public ProcessorBuilder<E> process(Processor<E> processor)
public PredicateBuilder<E> filter(Predicate<E> predicate)
public ChoiceBuilder<E> choice()
public RecipientListBuilder<E> recipientList(ValueBuilder<E> valueBuilder)
valueBuilder
- public RouteBuilder<E> getBuilder()
public Endpoint<E> getFrom()
public void addProcessBuilder(ProcessorBuilder<E> processBuilder)
public void addProcessor(Processor<E> processor)
public Processor<E> createProcessor()
createProcessor
in interface ProcessorBuilder<E extends Exchange>
public List<Processor<E>> getProcessors()
public InterceptorBuilder<E> intercept()
public InterceptorBuilder<E> intercept(InterceptorProcessor<E> interceptor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |