Package org.springframework.ejb.config
Class JeeNamespaceHandler
- java.lang.Object
- org.springframework.beans.factory.xml.NamespaceHandlerSupport
- org.springframework.ejb.config.JeeNamespaceHandler
- All Implemented Interfaces:
NamespaceHandler
public class JeeNamespaceHandler extends NamespaceHandlerSupport
NamespaceHandlerfor the 'jee' namespace.- Since:
- 2.0
- Author:
- Rob Harrop
Constructor Summary
Constructors Constructor Description JeeNamespaceHandler()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()Invoked by theDefaultBeanDefinitionDocumentReaderafter construction but before any custom elements are parsed.Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
Constructor Detail
JeeNamespaceHandler
public JeeNamespaceHandler()
Method Detail
init
public void init()
Description copied from interface:NamespaceHandlerInvoked by theDefaultBeanDefinitionDocumentReaderafter construction but before any custom elements are parsed.