|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed interfaces org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener
.
Added interfaces org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton
.
Removed Methods | |
void onApplicationEvent(ContextRefreshedEvent ) |
|
void setApplicationContext(ApplicationContext ) |
|
void setJmsHandlerMethodFactory(JmsHandlerMethodFactory ) |
Set the JmsHandlerMethodFactory to use to configure the message listener responsible to serve an endpoint detected by this processor. |
Added Methods | |
void afterSingletonsInstantiated() |
|
void setBeanFactory(BeanFactory ) |
Making a BeanFactory available is optional; if not set, JmsListenerConfigurer beans won't get autodetected and an endpoint registry has to be explicitly configured. |
void setMessageHandlerMethodFactory(MessageHandlerMethodFactory ) |
Set the MessageHandlerMethodFactory to use to configure the message listener responsible to serve an endpoint detected by this processor. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |