Uses of Class
org.apache.camel.processor.SendProcessor

Packages that use SendProcessor
org.apache.camel.management.mbean Camel management JMX Mbeans 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of SendProcessor in org.apache.camel.management.mbean
 

Methods in org.apache.camel.management.mbean that return SendProcessor
 SendProcessor ManagedSendProcessor.getProcessor()
           
 

Constructors in org.apache.camel.management.mbean with parameters of type SendProcessor
ManagedSendProcessor(CamelContext context, SendProcessor processor, ProcessorDefinition<?> definition)
           
 

Uses of SendProcessor in org.apache.camel.processor
 

Subclasses of SendProcessor in org.apache.camel.processor
 class SendAsyncProcessor
           
 class WireTapProcessor
          Processor for wire tapping exchanges to an endpoint destination.
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.