Uses of Class
org.apache.camel.impl.ServiceSupport

Packages that use ServiceSupport
org.apache.camel The core Camel API 
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.processor.idempotent An implementation of the Idempotent Consumer pattern. 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Uses of ServiceSupport in org.apache.camel
 

Subclasses of ServiceSupport in org.apache.camel
 class CamelTemplate<E extends Exchange>
          A client helper object (named like Spring's TransactionTemplate & JmsTemplate et al) for working with Camel and sending Message instances in an Exchange to an Endpoint.
 

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

Subclasses of ServiceSupport in org.apache.camel.component.file
 class FileComponent
          The File Component for working with file systems
 class FileConsumer
           
 class FileProducer
          A Producer implementation for File
 

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

Subclasses of ServiceSupport in org.apache.camel.component.jmx
 class JMXComponent
          The JMX Component for monitoring jmx attributes
 class JMXConsumer
          Generate an Exchange after getting a JMX Notification
 

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

Subclasses of ServiceSupport in org.apache.camel.component.mock
 class MockComponent
          A factory of MockEndpoint instances
 

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

Subclasses of ServiceSupport in org.apache.camel.component.pojo
 class PojoComponent
          Represents the component that manages PojoEndpoint.
 

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

Subclasses of ServiceSupport in org.apache.camel.component.pojo.timer
 class TimerComponent
          Represents the component that manages TimerEndpoint.
 class TimerConsumer
           
 

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

Subclasses of ServiceSupport in org.apache.camel.component.processor
 class ProcessorEndpointConsumer
           
 

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

Subclasses of ServiceSupport in org.apache.camel.component.queue
 class QueueComponent<E extends Exchange>
          Represents the component that manages QueueEndpoint.
 class QueueEndpointConsumer<E extends Exchange>
           
 

Uses of ServiceSupport in org.apache.camel.impl
 

Subclasses of ServiceSupport in org.apache.camel.impl
 class DefaultCamelContext
          Represents the context used to configure routes and the policies to use.
 class DefaultComponent<E extends Exchange>
           
 class DefaultConsumer<E extends Exchange>
           
 class DefaultPollingConsumer<E extends Exchange>
          A default implementation of the PollingConsumer which uses the normal asynchronous consumer mechanism along with a BlockingQueue to allow the caller to pull messages on demand.
 class DefaultProducer<E extends Exchange>
          A default implementation of @{link Producer} for implementation inheritence
 class PollingConsumerSupport<E extends Exchange>
          A useful base class for implementations of PollingConsumer
 class ScheduledPollConsumer<E extends Exchange>
          A useful base class for any consumer which is polling based
 

Uses of ServiceSupport in org.apache.camel.processor
 

Subclasses of ServiceSupport in org.apache.camel.processor
 class ChoiceProcessor
          Implements a Choice structure where one or more predicates are used which if they are true their processors are used, with a default otherwise clause used if none match.
 class CompositeProcessor
          Represents a composite pattern, aggregating a collection of processors together as a single processor
 class DeadLetterChannel
          Implements a Dead Letter Channel after attempting to redeliver the message using the RedeliveryPolicy
 class DelegateProcessor
          A Delegate pattern which delegates processing to a nested processor which can be useful for implementation inheritence when writing an Policy
 class FilterProcessor
           
 class LoggingErrorHandler
          An ErrorHandler which uses commons-logging to dump the error
 class MulticastProcessor
          Implements the Multicast pattern to send a message exchange to a number of endpoints, each endpoint receiving a copy of the message exchange.
 class Pipeline
          Creates a Pipeline pattern where the output of the previous step is sent as input to the next step when working with request/response message exchanges.
 class RecipientList
          Implements a dynamic Recipient List pattern where the list of actual endpoints to send a message exchange to are dependent on some dynamic expression.
 class Resequencer
          An implementation of the Resequencer
 class SendProcessor
           
 class Splitter
          Implements a dynamic Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
 

Uses of ServiceSupport in org.apache.camel.processor.idempotent
 

Subclasses of ServiceSupport in org.apache.camel.processor.idempotent
 class IdempotentConsumer
          An implementation of the Idempotent Consumer pattern.
 

Uses of ServiceSupport in org.apache.camel.util
 

Subclasses of ServiceSupport in org.apache.camel.util
 class ProducerCache<E extends Exchange>
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.