org.apache.camel.builder
Class ConfiguredDestinationBuilder<E extends Exchange>
java.lang.Object
org.apache.camel.builder.BuilderSupport<E>
org.apache.camel.builder.DestinationBuilder<E>
org.apache.camel.builder.ConfiguredDestinationBuilder<E>
- All Implemented Interfaces:
- ProcessorBuilder<E>
public class ConfiguredDestinationBuilder<E extends Exchange>
- extends DestinationBuilder<E>
- Version:
- $Revision: 520404 $
Methods inherited from class org.apache.camel.builder.DestinationBuilder |
addProcessBuilder, addProcessor, choice, endpoint, filter, getBuilder, getFrom, getProcessors, intercept, intercept, process, recipientList, to, to, to, to |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfiguredDestinationBuilder
public ConfiguredDestinationBuilder(DestinationBuilder<E> parent,
Endpoint<E> endpoint)
createProcessor
public Processor<E> createProcessor()
- Specified by:
createProcessor
in interface ProcessorBuilder<E extends Exchange>
- Overrides:
createProcessor
in class DestinationBuilder<E extends Exchange>
Copyright © 2007 Apache Software Foundation. All Rights Reserved.