org.apache.camel.component.seda
Class QueueComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<Exchange>
          extended by org.apache.camel.component.seda.SedaComponent
              extended by org.apache.camel.component.seda.QueueComponent
All Implemented Interfaces:
Component<Exchange>, Service

Deprecated. This component has been deprecated; please use the seda: URI format instead of queue:

public class QueueComponent
extends SedaComponent

An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext

Version:
$Revision: 42988 $

Constructor Summary
QueueComponent()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.camel.component.seda.SedaComponent
createEndpoint, createQueue
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
convertTo, createEndpoint, createExecutorService, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, useIntrospectionOnEndpoint, validateURI
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueComponent

public QueueComponent()
Deprecated. 


Copyright © 2009 IONA Open Source Community. All Rights Reserved.