Package org.as2lib.aop.pointcut

Interface Summary
CompositePointcut CompositePointcut is a composition of multiple pointcuts
PointcutFactory PointcutFactory creates and returns pointcuts based on pointcut patterns.
PointcutRule PointcutRule is used to determine whether a specific pattern matches a specific pointcut type
Class Summary
AbstractCompositePointcut AbstractCompositePointcut provides implementations of methods commonly needed by CompositePointcut implementation classes
AndPointcut AndPointcut combines multiple pointcuts with a logical AND
DynamicPointcutFactory DynamicPointcutFactory is a pointcut factory that can be dynamically expanded with new pointcut types at run-time
KindedPointcut KindedPointcut represents any kinded pointcuts
NotPointcut NotPointcut acts like the logical not "!" operator
OrPointcut OrPointcut combines multiple pointcuts with a logical OR
WithinPointcut WithinPointcut captures join points based one their lexical-structure, that means on the scope of the code as it was written