Interface BeanIdentifier

  • All Known Implementing Classes:
    BeanIdentifierImpl

    public interface BeanIdentifier
    Identify a bean upon which a method invocation has been made. Originally this was only public services but has been relaxed to be any bean.
    Author:
    Andy Hind, David Ward, Alan Davis
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBeanName​(org.aopalliance.intercept.MethodInvocation mi)
      Get the name of the bean (normally a service) for the method invocation.
    • Method Detail

      • getBeanName

        java.lang.String getBeanName​(org.aopalliance.intercept.MethodInvocation mi)
        Get the name of the bean (normally a service) for the method invocation.
        Parameters:
        mi - the method invocation
        Returns:
        Returns the name of the bean or null if it is not recognized