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