|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.bus.MessageBusInterceptorAdapter
public class MessageBusInterceptorAdapter
No-op implementation of a MessageBusInterceptor. Subclasses shall
override only the methods for which they intend to provide behaviour.
| Constructor Summary | |
|---|---|
MessageBusInterceptorAdapter()
|
|
| Method Summary | |
|---|---|
void |
postStart(MessageBus bus)
|
void |
postStop(MessageBus bus)
|
void |
preStart(MessageBus bus)
|
void |
preStop(MessageBus bus)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageBusInterceptorAdapter()
| Method Detail |
|---|
public void preStart(MessageBus bus)
preStart in interface MessageBusInterceptorpublic void postStart(MessageBus bus)
postStart in interface MessageBusInterceptorpublic void preStop(MessageBus bus)
preStop in interface MessageBusInterceptorpublic void postStop(MessageBus bus)
postStop in interface MessageBusInterceptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||