Uses of Package
org.apache.camel.impl

Packages that use org.apache.camel.impl
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.impl.converter Default implementation classes the Type Conversion Strategies 
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 
 

Classes in org.apache.camel.impl used by org.apache.camel
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.component.direct
DefaultEndpoint
          A default endpoint useful for implementation inheritance
 

Classes in org.apache.camel.impl used by org.apache.camel.component.file
DefaultComponent
           
DefaultConsumer
           
DefaultEndpoint
          A default endpoint useful for implementation inheritance
DefaultExchange
          A default implementation of Exchange
DefaultMessage
          The default implementation of Message
DefaultProducer
          A default implementation of @{link Producer} for implementation inheritence
MessageSupport
          A base class for implementation inheritence providing the core Message body handling features but letting the derived class deal with headers.
ScheduledPollConsumer
          A useful base class for any consumer which is polling based
ScheduledPollEndpoint
          A base class for Endpoint which creates a ScheduledPollConsumer
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.component.jmx
DefaultComponent
           
DefaultConsumer
           
DefaultEndpoint
          A default endpoint useful for implementation inheritance
DefaultExchange
          A default implementation of Exchange
DefaultMessage
          The default implementation of Message
MessageSupport
          A base class for implementation inheritence providing the core Message body handling features but letting the derived class deal with headers.
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.component.mock
DefaultComponent
           
DefaultEndpoint
          A default endpoint useful for implementation inheritance
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.component.pojo
DefaultComponent
           
DefaultEndpoint
          A default endpoint useful for implementation inheritance
DefaultExchange
          A default implementation of Exchange
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.component.pojo.timer
DefaultComponent
           
DefaultConsumer
           
DefaultEndpoint
          A default endpoint useful for implementation inheritance
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.component.processor
DefaultConsumer
           
DefaultEndpoint
          A default endpoint useful for implementation inheritance
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.component.queue
DefaultComponent
           
DefaultEndpoint
          A default endpoint useful for implementation inheritance
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.impl
DefaultConsumer
           
DefaultEndpoint
          A default endpoint useful for implementation inheritance
DefaultMessage
          The default implementation of Message
MessageSupport
          A base class for implementation inheritence providing the core Message body handling features but letting the derived class deal with headers.
NoRouteBuilder
          A helper class, usually used for testing which does not create any routes.
PollingConsumerSupport
          A useful base class for implementations of PollingConsumer
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.impl.converter
CachingInjector
          A caching proxy so that a single
 

Classes in org.apache.camel.impl used by org.apache.camel.processor
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.processor.idempotent
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 

Classes in org.apache.camel.impl used by org.apache.camel.util
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.