Package org.apache.camel.spi
Interface WrapAwareProcessor
-
public interface WrapAwareProcessorAn interface to represent an object which wraps aProcessor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorgetWrapped()Gets the wrappedProcessor
-