Interface | Description |
---|---|
InterceptionContext |
Interface that holds a context of a method interception.
|
InterceptionFailHandler |
Interface that defines a handler to deal with interception fails.
|
InterceptionHandler |
Interface that defines an action while intercepting a method call.
|
Interceptor |
Interface that defines a component capable of creating proxy objects
to intercept methods.
|
InterceptorFactory |
A factory to create interceptors.
|
Class | Description |
---|---|
Interception |
A class for helping create proxy instances
|
ValidationInterceptionHandler |
An interception handler that validates method arguments using a
ValidatorFactory . |