org.apache.ftpserver.config.spring
Class FtpServerNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.apache.ftpserver.config.spring.FtpServerNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class FtpServerNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

Registration point for FtpServer bean defintion parsers

Author:
Apache MINA Project

Field Summary
static String FTPSERVER_NS
          The FtpServer Spring config namespace
 
Constructor Summary
FtpServerNamespaceHandler()
          Register the necessary element names with the appropriate bean definition parser
 
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
 

Field Detail

FTPSERVER_NS

public static final String FTPSERVER_NS
The FtpServer Spring config namespace

See Also:
Constant Field Values
Constructor Detail

FtpServerNamespaceHandler

public FtpServerNamespaceHandler()
Register the necessary element names with the appropriate bean definition parser

Method Detail

init

public void init()



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.