Uses of Package
org.springframework.integration.handler.advice
Packages that use org.springframework.integration.handler.advice
Package
Description
Provides AMQP support classes.
Provides classes that are used to advise
MessageHandler
s with
cross-cutting concerns.Provides classes supporting the use of transactions and
pseudo transactions in Spring Integration applications.
-
Classes in org.springframework.integration.handler.advice used by org.springframework.integration.amqp.supportClassDescriptionThe marker
MethodInterceptor
interface extension to distinguish advices for some reason. -
Classes in org.springframework.integration.handler.advice used by org.springframework.integration.handler.adviceClassDescriptionThe base
HandleMessageAdvice
for advices which can be applied only for theMessageHandler.handleMessage(Message)
.Base class forMessageHandler
advice classes.Called by subclasses inAbstractRequestHandlerAdvice.doInvoke(org.springframework.integration.handler.advice.AbstractRequestHandlerAdvice.ExecutionCallback, java.lang.Object, org.springframework.messaging.Message<?>)
toproceed()
the invocation.The markerMethodInterceptor
interface extension to distinguish advices for some reason. -
Classes in org.springframework.integration.handler.advice used by org.springframework.integration.transactionClassDescriptionThe marker
MethodInterceptor
interface extension to distinguish advices for some reason.