org.kasource.web.websocket.spring.registration
Class WebSocketListenerPostBeanProcessor

java.lang.Object
  extended by 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

Constructor Summary
WebSocketListenerPostBeanProcessor()
           
 
Method Summary
 Object postProcessAfterInitialization(Object object, String beanName)
           
 Object postProcessBeforeInitialization(Object object, String beanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSocketListenerPostBeanProcessor

public WebSocketListenerPostBeanProcessor()
Method Detail

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.