Spring Integration

org.springframework.integration.ftp.config
Class FtpNamespaceParserSupport

java.lang.Object
  extended by org.springframework.integration.ftp.config.FtpNamespaceParserSupport

public class FtpNamespaceParserSupport
extends Object

A lot of parsers need to support the same set of core attributes, so I'm hiding that logic here

Author:
Josh Long

Constructor Summary
FtpNamespaceParserSupport()
           
 
Method Summary
static void configureCoreFtpClient(BeanDefinitionBuilder builder, Element element, ParserContext parserContext)
          lots of values are supported across all adapters, let this code handle it initially
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpNamespaceParserSupport

public FtpNamespaceParserSupport()
Method Detail

configureCoreFtpClient

public static void configureCoreFtpClient(BeanDefinitionBuilder builder,
                                          Element element,
                                          ParserContext parserContext)
lots of values are supported across all adapters, let this code handle it initially

Parameters:
builder - a builder
element - an element
parserContext - a parser context

Spring Integration

Copyright © 2010. All Rights Reserved.