Uses of Package
org.apache.camel.support

Packages that use org.apache.camel.support
org.apache.camel.builder.xml Support for XPath based Expressions and Predicates as well as an XSLT processor 
org.apache.camel.component Base classes for Components 
org.apache.camel.component.bean The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO 
org.apache.camel.component.binding The Binding Component which is a way of wrapping an Endpoint in a contract; such as a Data Format, a Content Enricher or validation step. 
org.apache.camel.component.browse The Browse Component which is a simple in memory component which maintains a list of all message exchanges which can be useful for debugging, tooling or visualistion. 
org.apache.camel.component.controlbus The Control Bus Component which allows to manage Camel at runtime. 
org.apache.camel.component.dataformat The DataFormat Component allows to use Data Format as a Camel Component. 
org.apache.camel.component.dataset A DataSet Endpoint for testing of endpoints using defined DataSets 
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.directvm The Direct VM Component which synchronously invokes the consumer 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.language The Language Component to send messages to language endpoints executing the script. 
org.apache.camel.component.log The Log Component uses Jakarta Commons Logging to log message exchanges. 
org.apache.camel.component.mock The Mock Component which is used for testing of routing and mediation rules. 
org.apache.camel.component.properties The Properties Component for lookup of property placeholders for endpoint URI. 
org.apache.camel.component.ref The Ref Component for lookup of existing endpoints bound in the Registry
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.component.stub The Stub Component which is used for stubbing endpoints. 
org.apache.camel.component.test A Test Endpoint for Pattern Based Testing 
org.apache.camel.component.timer The Timer Component extends the POJO component to provide a simple timer 
org.apache.camel.component.validator The Validator Component for validating XML against some schema 
org.apache.camel.component.vm The VM Component for asynchronous SEDA exchanges on a BlockingQueue within the current JVM; so across CamelContext instances. 
org.apache.camel.component.xslt The XSLT Component for transforming messages with XSLT 
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.language.simple Camel Simple language. 
org.apache.camel.language.xpath Camel XPath language support. 
org.apache.camel.main Application level classes that can be used to instantiate camel. 
org.apache.camel.management Camel management 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.aggregate Helper classes for the Aggregator pattern. 
org.apache.camel.processor.binding Helper classes for the Binding concept on Endpoints. 
org.apache.camel.processor.idempotent An implementation of the Idempotent Consumer pattern. 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
org.apache.camel.processor.loadbalancer Various load balancer processors 
org.apache.camel.processor.validation Performs XML validation using JAXP for validating against XSD or RelaxNG 
org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user 
 

Classes in org.apache.camel.support used by org.apache.camel.builder.xml
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.support used by org.apache.camel.component
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.support used by org.apache.camel.component.bean
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.support used by org.apache.camel.component.binding
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.support used by org.apache.camel.component.browse
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.support used by org.apache.camel.component.controlbus
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.support used by org.apache.camel.component.dataformat
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.support used by org.apache.camel.component.dataset
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.support used by org.apache.camel.component.direct
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.support used by org.apache.camel.component.directvm
ExpressionAdapter
          A helper class for developers wishing to implement an Expression using Java code with a minimum amount of code to write so that the developer only needs to implement one of the ExpressionAdapter.evaluate(org.apache.camel.Exchange, Class) or ExpressionSupport.evaluate(org.apache.camel.Exchange) methods.
ExpressionSupport
          A useful base class for Predicate and Expression implementations
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.support used by org.apache.camel.component.file
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.support used by org.apache.camel.component.language
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.support used by org.apache.camel.component.log
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.support used by org.apache.camel.component.mock
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.support used by org.apache.camel.component.properties
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.support used by org.apache.camel.component.ref
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.support used by org.apache.camel.component.seda
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.support used by org.apache.camel.component.stub
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.support used by org.apache.camel.component.test
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.support used by org.apache.camel.component.timer
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.support used by org.apache.camel.component.validator
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.support used by org.apache.camel.component.vm
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.support used by org.apache.camel.component.xslt
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.support used by org.apache.camel.impl
ChildServiceSupport
           
ExpressionAdapter
          A helper class for developers wishing to implement an Expression using Java code with a minimum amount of code to write so that the developer only needs to implement one of the ExpressionAdapter.evaluate(org.apache.camel.Exchange, Class) or ExpressionSupport.evaluate(org.apache.camel.Exchange) methods.
ExpressionSupport
          A useful base class for Predicate and Expression implementations
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status.
SynchronizationAdapter
          Simple Synchronization adapter with empty methods for easier overriding of single methods.
 

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

Classes in org.apache.camel.support used by org.apache.camel.language.simple
LanguageSupport
          Base language for Language implementations.
 

Classes in org.apache.camel.support used by org.apache.camel.language.xpath
LanguageSupport
          Base language for Language implementations.
 

Classes in org.apache.camel.support used by org.apache.camel.main
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.support used by org.apache.camel.management
EventNotifierSupport
          Base class to extend for custom EventNotifier implementations.
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.support used by org.apache.camel.processor
ChildServiceSupport
           
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.support used by org.apache.camel.processor.aggregate
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.support used by org.apache.camel.processor.binding
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.support 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.support used by org.apache.camel.processor.interceptor
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.support used by org.apache.camel.processor.loadbalancer
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.support used by org.apache.camel.processor.validation
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.support used by org.apache.camel.support
ExpressionAdapter
          A helper class for developers wishing to implement an Expression using Java code with a minimum amount of code to write so that the developer only needs to implement one of the ExpressionAdapter.evaluate(org.apache.camel.Exchange, Class) or ExpressionSupport.evaluate(org.apache.camel.Exchange) methods.
ExpressionSupport
          A useful base class for Predicate and Expression implementations
ServiceSupport
          A useful base class which ensures that a service is only initialized once and provides some helper methods for enquiring of its status.
TimeoutMapEntry
          Represents an entry in a TimeoutMap
TokenPairExpressionIterator
          Expression to walk a Message body using an Iterator, which grabs the content between a start and end token.
 



Apache Camel