org.springframework.osgi.samples.weather.extension.config
Class ExtensionNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.osgi.samples.weather.extension.config.ExtensionNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class ExtensionNamespaceHandler
extends NamespaceHandlerSupport

Author:
Costin Leau

Constructor Summary
ExtensionNamespaceHandler()
           
 
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

ExtensionNamespaceHandler

public ExtensionNamespaceHandler()
Method Detail

init

public void init()


Copyright © 2006-2007 Spring Framework. All Rights Reserved.