org.apache.camel.processor
Interface ProcessorExchangePair


public interface ProcessorExchangePair

Exchange pair to be executed by MulticastProcessor.

Version:

Method Summary
 void begin()
           
 void done()
           
 Exchange getExchange()
           
 int getIndex()
           
 Processor getProcessor()
           
 Producer getProducer()
           
 

Method Detail

getIndex

int getIndex()

getExchange

Exchange getExchange()

getProducer

Producer getProducer()

getProcessor

Processor getProcessor()

begin

void begin()

done

void done()


Apache CAMEL