Class ServicePointInterceptorServiceImpl
java.lang.Object
ch.tocco.nice2.netui.impl.dwr.intercept.ServicePointInterceptorServiceImpl
- All Implemented Interfaces:
ServicePointInterceptorService
@Component
public class ServicePointInterceptorServiceImpl
extends Object
implements ServicePointInterceptorService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterServiceInvocation
(UUID invocationUuid, Method invokedMethod, @Nullable Exception exception) void
beforeServiceInvocation
(UUID invocationUuid, Method invokedMethod, Object[] params) void
setListeners
(List<ServicePointListener> listeners)
-
Constructor Details
-
ServicePointInterceptorServiceImpl
public ServicePointInterceptorServiceImpl()
-
-
Method Details
-
setListeners
-
beforeServiceInvocation
- Specified by:
beforeServiceInvocation
in interfaceServicePointInterceptorService
-
afterServiceInvocation
public void afterServiceInvocation(UUID invocationUuid, Method invokedMethod, @Nullable @Nullable Exception exception) - Specified by:
afterServiceInvocation
in interfaceServicePointInterceptorService
-