Package org.apache.examples.impl

Class Summary
AdderImpl Implementation of the Adder interface.
CalculatorImpl Implementation of the Calculator service interface.
DividerImpl Implementation of the Divider interface.
MultiplierImpl Implementation of the Multiplier interface.
ProxyLoggingInterceptorFactory Creates a simple, proxy-based interceptor that mimics most (but not all) of the behavior of LoggingInterceptorFactory.
ProxyLoggingInvocationHandler An invocation handler used by ProxyLoggingInterceptorFactory.
SubtracterImpl Implementation of the Subtracter interface.
TargetServiceImpl Implementation of TargetService used to demonstrate the ProxyLoggingInterceptorFactory.