Package org.analogweb
Interface InvocationInterceptor
-
- All Superinterfaces:
Module
,MultiModule
,Precedence
- All Known Implementing Classes:
AbstractInvocationInterceptor
public interface InvocationInterceptor extends MultiModule, Precedence
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.analogweb.MultiModule
MultiModule.Filter
-
-
Field Summary
-
Fields inherited from interface org.analogweb.Precedence
HIGHEST, LOWEST
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
onInvoke(Invocation invocation, InvocationMetadata metadata)
-
Methods inherited from interface org.analogweb.Precedence
getPrecedence
-
-
-
-
Method Detail
-
onInvoke
Object onInvoke(Invocation invocation, InvocationMetadata metadata)
-
-