org.apache.camel.builder
Class ConfiguredDestinationBuilder<E extends Exchange>

java.lang.Object
  extended by org.apache.camel.builder.BuilderSupport<E>
      extended by org.apache.camel.builder.DestinationBuilder<E>
          extended by org.apache.camel.builder.ConfiguredDestinationBuilder<E>
All Implemented Interfaces:
ProcessorBuilder<E>

public class ConfiguredDestinationBuilder<E extends Exchange>
extends DestinationBuilder<E>

Version:
$Revision: 520404 $

Constructor Summary
ConfiguredDestinationBuilder(DestinationBuilder<E> parent, Endpoint<E> endpoint)
           
 
Method Summary
 Processor<E> createProcessor()
           
 
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 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

ConfiguredDestinationBuilder

public ConfiguredDestinationBuilder(DestinationBuilder<E> parent,
                                    Endpoint<E> endpoint)
Method Detail

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.