Custom spring <strike>bean</strike> interceptor
        Posted  
        
            by Hari
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hari
        
        
        
        Published on 2010-06-17T06:32:14Z
        Indexed on 
            2010/06/17
            7:53 UTC
        
        
        Read the original article
        Hit count: 295
        
spring
Hi,
I want to convert some of our internal API into a spring bean spring interceptor that we can use in other projects. This API needs some instantiation and other logic which I want to encapsulate in this bean so that we can just put the bean into our app context with necessary propoerties alone, and this will then apply the logic.
I remember having read an article on this somewhere in the past - but cant find it now. Any pointers to something similar will be helpful
EDIT: Sorry, I meant a spring interceptor, not a bean - my bad - please see my edit. I want to apply this interceptor to another bean dealing in XML messages.
© Stack Overflow or respective owner