Package org.springframework.jdbc.config
Class JdbcNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.jdbc.config.JdbcNamespaceHandler
- All Implemented Interfaces:
 NamespaceHandler
NamespaceHandler for JDBC configuration namespace.- Author:
 - Oliver Gierke, Dave Syer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidinit()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 Details
- 
JdbcNamespaceHandler
public JdbcNamespaceHandler() 
 - 
 - 
Method Details
- 
init
public void init()Description copied from interface:NamespaceHandlerInvoked by theDefaultBeanDefinitionDocumentReaderafter construction but before any custom elements are parsed. 
 -