Generated by
JDiff

Class org.springframework.web.socket.server.standard.ServerEndpointExporter

The superclass changed from java.lang.Object to org.springframework.web.context.support.WebApplicationObjectSupport.
Removed interface org.springframework.context.ApplicationContextAware.

Added Methods
void initApplicationContext(ApplicationContext)  
void initServletContext(ServletContext)  
void registerEndpoints() Actually register the endpoints.
void setServerContainer(ServerContainer) Set the JSR-356 ServerContainer to use for endpoint registration.
 

Changed Methods
void afterPropertiesSet() Change in exceptions thrown from java.lang.Exception to no exceptions.
 
Object postProcessAfterInitialization(Object, String) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.
 
Object postProcessBeforeInitialization(Object, String) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.
 
void setApplicationContext(ApplicationContext) Change in exceptions thrown from no exceptions to org.springframework.beans.BeansException.
Method was locally defined, but is now inherited from ApplicationObjectSupport. Change from non-final to final.