org.springframework.ejb.access
Class AbstractSlsbInvokerInterceptor

org.springframework.jndi.AbstractJndiLocator
  |
  +--org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Direct Known Subclasses:
AbstractRemoteSlsbInvokerInterceptor, LocalSlsbInvokerInterceptor

public abstract class AbstractSlsbInvokerInterceptor
extends AbstractJndiLocator
implements InitializingBean, MethodInterceptor

Superclass for AOP interceptors invoking remote or local Stateless Session Beans. Such an interceptor must be the last interceptor in the advice chain. In this case, there is no target object.

Author:
Rod Johnson
Version: $Id: AbstractSlsbInvokerInterceptor.java,v 1.6 2003/12/31 14:33:05 johnsonr Exp $

Fields inherited from class org.springframework.jndi.AbstractJndiLocator
CONTAINER_PREFIX

Methods inherited from class org.springframework.jndi.AbstractJndiLocator
afterPropertiesSet, getJndiName, getJndiTemplate, isInContainer, setInContainer, setJndiName, setJndiTemplate

Association Links

to Class java.lang.reflect.Method

The no-arg create() method required on EJB homes, but not part of EJBLocalHome. We cache this in the located() method.