org.apache.camel.processor
Interface Traceable

All Known Implementing Classes:
Aggregator, AOPProcessor, CatchProcessor, ChoiceProcessor, Delayer, FilterProcessor, LoopProcessor, MulticastProcessor, OnCompletionProcessor, Pipeline, Resequencer, RollbackProcessor, RoutingSlip, SendProcessor, Splitter, StreamResequencer, Throttler, TransformProcessor, TryProcessor, WireTapProcessor

public interface Traceable

Traceable processors allowing easeir tracing using constructed labels to help identify the processor and where its defined in the route model.

Version:
$Revision: 788663 $

Method Summary
 String getTraceLabel()
          Gets the trace label used for logging when tracing is enabled.
 

Method Detail

getTraceLabel

String getTraceLabel()
Gets the trace label used for logging when tracing is enabled.

The lable should be short and precise.

Returns:
the label


Apache CAMEL