Uses of Package
org.apache.camel.processor

Packages that use org.apache.camel.processor
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
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 
 

Classes in org.apache.camel.processor used by org.apache.camel.builder
DelegateProcessor
          A Delegate pattern which delegates processing to a nested processor which can be useful for implementation inheritence when writing an Policy
FilterProcessor
           
Logger
          A Processor which just logs to a Log object which can be used as an exception handler instead of using a dead letter queue.
LoggingLevel
          Used to configure the logging levels
RedeliveryPolicy
          The policy used to decide how many times to redeliver and the time between the redeliveries before being sent to a Dead Letter Channel
 

Classes in org.apache.camel.processor used by org.apache.camel.impl
Logger
          A Processor which just logs to a Log object which can be used as an exception handler instead of using a dead letter queue.
 

Classes in org.apache.camel.processor used by org.apache.camel.processor
ErrorHandler
          An interface used to represent an error handler
FilterProcessor
           
Logger
          A Processor which just logs to a Log object which can be used as an exception handler instead of using a dead letter queue.
LoggingLevel
          Used to configure the logging levels
MulticastProcessor
          Implements the Multicast pattern to send a message exchange to a number of endpoints, each endpoint receiving a copy of the message exchange.
RedeliveryPolicy
          The policy used to decide how many times to redeliver and the time between the redeliveries before being sent to a Dead Letter Channel
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.