Package org.springframework.ejb.config

Support package for EJB/J2EE-related configuration, with XML schema being the primary configuration format.

See:
          Description

Class Summary
AbstractJndiLocatingBeanDefinitionParser Abstract base class for BeanDefinitionParsers which build JNDI-locating beans, supporting an optional "jndiEnvironment" bean property, populated from an "environment" XML sub-element.
JeeNamespaceHandler NamespaceHandler for the 'jee' namespace.
JndiLookupBeanDefinitionParser Simple BeanDefinitionParser implementation that translates jndi-lookup tag into JndiObjectFactoryBean definitions.
LocalStatelessSessionBeanDefinitionParser BeanDefinitionParser implementation for parsing 'local-slsb' tags and creating LocalStatelessSessionProxyFactoryBean definitions.
RemoteStatelessSessionBeanDefinitionParser BeanDefinitionParser implementation for parsing 'remote-slsb' tags and creating SimpleRemoteStatelessSessionProxyFactoryBean definitions.
 

Package org.springframework.ejb.config Description

Support package for EJB/J2EE-related configuration, with XML schema being the primary configuration format.