edu.utah.further.dts.impl.mock.schema
Class DtsNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by edu.utah.further.dts.impl.mock.schema.DtsNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public final class DtsNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

A trivial Spring custom namespace handler for the "dts" schema that does not add any bean definitions.

-----------------------------------------------------------------------------------
(c) 2008-2011 FURTHeR Project, Health Sciences IT, University of Utah
Contact: Dr. Scott Narus <scott.narus@hsc.utah.edu>
Biomedical Informatics, 26 South 2000 East
Room 5775 HSEB, Salt Lake City, UT 84112
Day Phone: 1-801-213-3288
-----------------------------------------------------------------------------------

Version:
Oct 12, 2009
Author:
Oren E. Livne <oren.livne@utah.edu>
See Also:
http://static.springsource.org/spring/docs/2.5.6/reference/extensible-xml.html

Constructor Summary
DtsNamespaceHandler()
           
 
Method Summary
 void init()
          Register bean definition parsers for each top-level element in the schema.
 
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

DtsNamespaceHandler

public DtsNamespaceHandler()
Method Detail

init

public void init()
Register bean definition parsers for each top-level element in the schema.

See Also:
NamespaceHandler.init()


Copyright © 2011 Office of the AVP for Health Sci. IT. All Rights Reserved.