org.springframework.integration.bus
Class MessageBusInterceptorAdapter

java.lang.Object
  extended by org.springframework.integration.bus.MessageBusInterceptorAdapter
All Implemented Interfaces:
MessageBusInterceptor

public class MessageBusInterceptorAdapter
extends java.lang.Object
implements MessageBusInterceptor

No-op implementation of a MessageBusInterceptor. Subclasses shall override only the methods for which they intend to provide behaviour.

Author:
Marius Bogoevici

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

MessageBusInterceptorAdapter

public MessageBusInterceptorAdapter()
Method Detail

preStart

public void preStart(MessageBus bus)
Specified by:
preStart in interface MessageBusInterceptor

postStart

public void postStart(MessageBus bus)
Specified by:
postStart in interface MessageBusInterceptor

preStop

public void preStop(MessageBus bus)
Specified by:
preStop in interface MessageBusInterceptor

postStop

public void postStop(MessageBus bus)
Specified by:
postStop in interface MessageBusInterceptor