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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterServiceInvocation(UUID invocationUuid, Method invokedMethod, @Nullable Exception exception) voidbeforeServiceInvocation(UUID invocationUuid, Method invokedMethod, Object[] params) voidsetListeners(List<ServicePointListener> listeners)
-
Constructor Details
-
ServicePointInterceptorServiceImpl
public ServicePointInterceptorServiceImpl()
-
-
Method Details
-
setListeners
-
beforeServiceInvocation
- Specified by:
beforeServiceInvocationin interfaceServicePointInterceptorService
-
afterServiceInvocation
public void afterServiceInvocation(UUID invocationUuid, Method invokedMethod, @Nullable @Nullable Exception exception) - Specified by:
afterServiceInvocationin interfaceServicePointInterceptorService
-