Uses of Interface
org.apache.camel.Producer

Packages that use Producer
org.apache.camel The core Camel API 
org.apache.camel.component.direct The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. 
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.component.jmx The JMX Component for monitoring JMX Attributes uisng a CounterMonitor. 
org.apache.camel.component.mock The Mock Component which is used for testing of routing and mediation rules. 
org.apache.camel.component.pojo The POJO Component provides a simple Reflection based transport. 
org.apache.camel.component.pojo.timer The Timer Component extends the POJO component to provide a simple timer 
org.apache.camel.component.processor A component to make it easy to turn a Processor into a fully fledged Endpoint 
org.apache.camel.component.queue The Queue Component provides asynchronous (in-VM) dispatch of messages to consumer to implement SEDA based message routing using Java's Queue interface. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Uses of Producer in org.apache.camel
 

Methods in org.apache.camel that return Producer
 Producer<E> Endpoint.createProducer()
          Creates a new producer which is used send messages into the endpoint
 Producer<E> CamelTemplate.getProducer(Endpoint<E> endpoint)
           
 

Uses of Producer in org.apache.camel.component.direct
 

Methods in org.apache.camel.component.direct that return Producer
 Producer DirectEndpoint.createProducer()
           
 

Uses of Producer in org.apache.camel.component.file
 

Classes in org.apache.camel.component.file that implement Producer
 class FileProducer
          A Producer implementation for File
 

Methods in org.apache.camel.component.file that return Producer
 Producer<FileExchange> FileEndpoint.createProducer()
           
 

Uses of Producer in org.apache.camel.component.jmx
 

Methods in org.apache.camel.component.jmx that return Producer
 Producer<JMXExchange> JMXEndpoint.createProducer()
           
 

Uses of Producer in org.apache.camel.component.mock
 

Methods in org.apache.camel.component.mock that return Producer
 Producer<Exchange> MockEndpoint.createProducer()
           
 

Uses of Producer in org.apache.camel.component.pojo
 

Methods in org.apache.camel.component.pojo that return Producer
 Producer<PojoExchange> PojoEndpoint.createProducer()
           
 

Uses of Producer in org.apache.camel.component.pojo.timer
 

Methods in org.apache.camel.component.pojo.timer that return Producer
 Producer<PojoExchange> TimerEndpoint.createProducer()
           
 

Uses of Producer in org.apache.camel.component.processor
 

Methods in org.apache.camel.component.processor that return Producer
 Producer<Exchange> ProcessorEndpoint.createProducer()
           
 

Uses of Producer in org.apache.camel.component.queue
 

Methods in org.apache.camel.component.queue that return Producer
 Producer<E> QueueEndpoint.createProducer()
           
 

Uses of Producer in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement Producer
 class DefaultProducer<E extends Exchange>
          A default implementation of @{link Producer} for implementation inheritence
 

Uses of Producer in org.apache.camel.processor
 

Methods in org.apache.camel.processor that return types with arguments of type Producer
 Collection<Producer> MulticastProcessor.getProducers()
          Returns the producers to multicast to
static
<E extends Exchange>
Collection<Producer>
MulticastProcessor.toProducers(Collection<Endpoint> endpoints)
          A helper method to convert a list of endpoints into a list of processors
 

Methods in org.apache.camel.processor with parameters of type Producer
protected  Exchange MulticastProcessor.copyExchangeStrategy(Producer producer, Exchange exchange)
          Strategy method to copy the exchange before sending to another endpoint.
protected  Exchange Pipeline.createNextExchange(Producer producer, Exchange previousExchange)
          Strategy method to create the next exchange from the
 

Uses of Producer in org.apache.camel.util
 

Methods in org.apache.camel.util that return Producer
 Producer<E> ProducerCache.getProducer(Endpoint<E> endpoint)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.