org.springframework.integration.ftp.config
Class FtpNamespaceHandler

java.lang.Object
  extended by org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
      extended by org.springframework.integration.ftp.config.FtpNamespaceHandler
All Implemented Interfaces:
NamespaceHandler
Direct Known Subclasses:
FtpsNamespaceHandler

public class FtpNamespaceHandler
extends AbstractIntegrationNamespaceHandler

Provides namespace support for using FTP

This is *heavily* influenced by the good work done by Iwein before.


Field Summary
static java.util.Map<java.lang.String,java.lang.Integer> CLIENT_MODES
           
static java.util.Map<java.lang.String,java.lang.Integer> FILE_TYPES
           
 
Constructor Summary
FtpNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_TYPES

public static java.util.Map<java.lang.String,java.lang.Integer> FILE_TYPES

CLIENT_MODES

public static java.util.Map<java.lang.String,java.lang.Integer> CLIENT_MODES
Constructor Detail

FtpNamespaceHandler

public FtpNamespaceHandler()
Method Detail

init

public void init()