Package org.springframework.integration.file.config

Examples of org.springframework.integration.file.config.RemoteFileOutboundChannelAdapterParser


*/
public class SmbNamespaceHandler extends AbstractIntegrationNamespaceHandler {

  public void init() {
    registerBeanDefinitionParser("inbound-channel-adapter"new SmbInboundChannelAdapterParser());
    registerBeanDefinitionParser("outbound-channel-adapter", new RemoteFileOutboundChannelAdapterParser()); // TODO need implementation for SMB?
  }
View Full Code Here

TOP

Related Classes of org.springframework.integration.file.config.RemoteFileOutboundChannelAdapterParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.