Package org.as2lib.aop

Interface Summary
Advice Advice reflects an advice in an Aspect-Oriented Programming Language like AspectJ
Aspect Aspect represents an aspect in an Aspect-Oriented Programming language
JoinPoint JoinPoint represents an identifiable point in a program
Matcher Matcher matches the string representation of a join point against a pattern
Pointcut Pointcut represents a pointcut in an Aspect-Oriented Programming Language like AspectJ
Weaver Weaver is responsible for weaving the aspect-oriented code into the affected join points
Class Summary
AopConfig AopConfig declares methods to configure core parts of the AOP framework
AopException AopException is the base exception of the AOP API