Search:

Type: Posts; User: pradeep.goli; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thread: Autoproxy

    by pradeep.goli
    Replies
    3
    Views
    863

    View Post

    <bean class="org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator"/>

    <bean id="myInterceptor" class="com.mycompany.PaymentsMethodInterceptor">
    </bean>


    <bean...
  2. Thread: Autoproxy

    by pradeep.goli
    Replies
    3
    Views
    863

    Autoproxy

    Hi Folks,

    How to create customized auto-proxy object which needs to apply on "package" level ?.

    in spring only have BeanNameAutoProxyCreator (on bean name), DefaultAdvisorAutoProxyCreator (on...
  3. Hi Following is my xml file

    Hi

    Following is my xml file


    <bean id="beforeInterceptor" class="com.mycompany.interceptors.MyMethodInterceptor">
    </bean>
  4. autoproxy method interceptors for all beans in application

    Hi,

    we have used spring for action injection, now the requirement is, i have to print on console each and every method name and class name (that is for each and every bean in configuration file) ...
Results 1 to 4 of 4