org.springframework.batch.core.configuration.xml
Class CoreNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.batch.core.configuration.xml.CoreNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class CoreNamespaceHandler
extends NamespaceHandlerSupport

Author:
Dave Syer

Constructor Summary
CoreNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, findDecoratorForNode, findParserForElement, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreNamespaceHandler

public CoreNamespaceHandler()
Method Detail

init

public void init()
See Also:
NamespaceHandler.init()


Copyright © 2009 SpringSource. All Rights Reserved.