Uses of Class
org.apache.camel.bam.processor.BamProcessorSupport

Packages that use BamProcessorSupport
org.apache.camel.bam.processor   
 

Uses of BamProcessorSupport in org.apache.camel.bam.processor
 

Subclasses of BamProcessorSupport in org.apache.camel.bam.processor
 class JpaBamProcessor
          A concrete Processor for working on BAM which uses JPA as the persistence and uses the ProcessInstance entity to store the process information.
 class JpaBamProcessorSupport<T>
          A base class for JPA based BAM which can use any entity to store the process instance information which allows derived classes to specialise the process instance entity.
 

Methods in org.apache.camel.bam.processor that return BamProcessorSupport
 BamProcessorSupport<?> NoCorrelationKeyException.getProcessor()
           
 

Constructors in org.apache.camel.bam.processor with parameters of type BamProcessorSupport
NoCorrelationKeyException(BamProcessorSupport<?> processor, org.apache.camel.Exchange exchange)
           
 



Apache Camel