Package org.analogweb.core
Class DefaultInvoker
- java.lang.Object
-
- org.analogweb.core.DefaultInvoker
-
-
Constructor Summary
Constructors Constructor Description DefaultInvoker(List<InvocationInterceptor> interceptors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<InvocationInterceptor>
getInvocationInterceptors()
Object
invoke(Invocation invocation, InvocationMetadata metadata, RequestContext request, ResponseContext response)
-
-
-
Constructor Detail
-
DefaultInvoker
public DefaultInvoker(List<InvocationInterceptor> interceptors)
-
-
Method Detail
-
invoke
public Object invoke(Invocation invocation, InvocationMetadata metadata, RequestContext request, ResponseContext response)
-
getInvocationInterceptors
protected List<InvocationInterceptor> getInvocationInterceptors()
-
-