Package org.eclipse.swordfish.core.planner.strategy

Interface Summary
FilterStrategy The strategy that can remove some interceptors from the interceptor chain based on the supplied hints.
Hint<T> A Hint is a piece of information extracted from a message exchange by a HintExtractor.
HintExtractor The HintExtractor is a component which extracts Hint objects from the current message exchange.
SortingStrategy The strategy that can change the order of interceptors in the interceptor chain based on the supplied hints.
Strategy The base class for all strategies e.g.
 

Enum Summary
SortingStrategy.Role