@Configuration protected static class WebSocketAutoConfiguration.WebSocketRegistrationConfiguration extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.BeanFactoryAware, org.springframework.web.socket.server.config.WebSocketConfigurer
| Modifier | Constructor and Description |
|---|---|
protected |
WebSocketAutoConfiguration.WebSocketRegistrationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
registerWebSocketHandlers(org.springframework.web.socket.server.config.WebSocketHandlerRegistry registry) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
protected WebSocketAutoConfiguration.WebSocketRegistrationConfiguration()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic void registerWebSocketHandlers(org.springframework.web.socket.server.config.WebSocketHandlerRegistry registry)
registerWebSocketHandlers in interface org.springframework.web.socket.server.config.WebSocketConfigurerCopyright © 2013. All Rights Reserved.