public interface  org.apache.camel.spi.SynchronizationRouteAware extends java.lang.Object implements org.apache.camel.spi.Synchronization
{
public abstract void onBeforeRoute(org.apache.camel.Route, org.apache.camel.Exchange);
public abstract void onAfterRoute(org.apache.camel.Route, org.apache.camel.Exchange);
}