Generated by
JDiff

Class org.springframework.jms.config.JmsListenerEndpointRegistrar

Removed interface org.springframework.context.ApplicationContextAware.
Added interface org.springframework.beans.factory.BeanFactoryAware.

Removed Methods
JmsHandlerMethodFactory getJmsHandlerMethodFactory() Return the custom JmsHandlerMethodFactory to use, if any.
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.
void startAllEndpoints()  
 

Added Methods
MessageHandlerMethodFactory getMessageHandlerMethodFactory() Return the custom MessageHandlerMethodFactory to use, if any.
void registerAllEndpoints()  
void setBeanFactory(BeanFactory) A BeanFactory only needs to be available in conjunction with .setContainerFactoryBeanName.
void setMessageHandlerMethodFactory(MessageHandlerMethodFactory) Set the MessageHandlerMethodFactory to use to configure the message listener responsible to serve an endpoint detected by this processor.
 

Changed Methods
void afterPropertiesSet() Change in exceptions thrown from java.lang.Exception to no exceptions.