public class ErrorCallbackInterceptor
extends org.springframework.transaction.interceptor.TransactionInterceptor
Constructor and Description |
---|
ErrorCallbackInterceptor(ErrorCallbackListener errorCallbackListener)
Instantiates a new dao validating interceptor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
afterPropertiesSet, cleanupTransactionInfo, commitTransactionAfterReturning, completeTransactionAfterThrowing, createTransactionIfNecessary, createTransactionIfNecessary, currentTransactionInfo, currentTransactionStatus, determineTransactionManager, getBeanFactory, getTransactionAttributeSource, getTransactionManager, getTransactionManagerBeanName, methodIdentification, methodIdentification, prepareTransactionInfo, setBeanFactory, setTransactionAttributes, setTransactionAttributeSource, setTransactionAttributeSources, setTransactionManager, setTransactionManagerBeanName
public ErrorCallbackInterceptor(ErrorCallbackListener errorCallbackListener)
errorCallbackListener
- the error callback listenerpublic java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
invoke
in class org.springframework.transaction.interceptor.TransactionInterceptor
java.lang.Throwable