I have the following bean :
<bean id="slpStore"
class="com.strategy.interceptor.SlpStoreInterceptor" >
</bean>
I suppose only one bean exists in the spring context from the SlpStoreInterceptor.class, How can I retrieve the id of this bean which is "slpStore" if I only know the class name :SlpStoreInterceptor.class?