Package | Description |
---|---|
org.springframework.ejb.access |
This package contains classes that allow easy access to EJBs.
|
Class and Description |
---|
AbstractRemoteSlsbInvokerInterceptor
Base class for interceptors proxying remote Stateless Session Beans.
|
AbstractSlsbInvokerInterceptor
Base class for AOP interceptors invoking local or remote Stateless Session Beans.
|
EjbAccessException
Exception that gets thrown when an EJB stub cannot be accessed properly.
|
LocalSlsbInvokerInterceptor
Invoker for a local Stateless Session Bean.
|
SimpleRemoteSlsbInvokerInterceptor
Basic invoker for a remote Stateless Session Bean.
|