org.kasource.web.websocket.spring.registration
Class WebSocketListenerPostBeanProcessor
java.lang.Object
org.kasource.web.websocket.spring.registration.WebSocketListenerPostBeanProcessor
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanPostProcessor
public class WebSocketListenerPostBeanProcessor
- extends Object
- implements org.springframework.beans.factory.config.BeanPostProcessor
Bean Post Processor that registers @WebSocketListener, @WebSocketBinaryListener or @WebSocketTextListener annotated
objects or methods as listeners.
- Author:
- rikardwi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSocketListenerPostBeanProcessor
public WebSocketListenerPostBeanProcessor()
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object object,
String beanName)
throws org.springframework.beans.BeansException
- Specified by:
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object object,
String beanName)
throws org.springframework.beans.BeansException
- Specified by:
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
Copyright © 2012. All Rights Reserved.