org.springframework.integration.ftp
Class FtpsSendingMessageHandlerFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<FtpSendingMessageHandler>
org.springframework.integration.ftp.FtpSendingMessageHandlerFactoryBean
org.springframework.integration.ftp.FtpsSendingMessageHandlerFactoryBean
- All Implemented Interfaces:
- BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<FtpSendingMessageHandler>, InitializingBean, ApplicationContextAware, ResourceLoaderAware
public class FtpsSendingMessageHandlerFactoryBean
- extends FtpSendingMessageHandlerFactoryBean
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
implicit
protected volatile Boolean implicit
- Sets whether the connection is implicit. Local testing reveals this to be a good choice.
protocol
protected volatile String protocol
- "TLS" or "SSL"
prot
protected volatile String prot
- "P"
authValue
protected volatile String authValue
FtpsSendingMessageHandlerFactoryBean
public FtpsSendingMessageHandlerFactoryBean()
setImplicit
public void setImplicit(Boolean implicit)
setProtocol
public void setProtocol(String protocol)
setProt
public void setProt(String prot)
setKeyManager
public void setKeyManager(KeyManager keyManager)
setTrustManager
public void setTrustManager(TrustManager trustManager)
setAuthValue
public void setAuthValue(String authValue)
setSessionCreation
public void setSessionCreation(Boolean sessionCreation)
setUseClientMode
public void setUseClientMode(Boolean useClientMode)
setNeedClientAuth
public void setNeedClientAuth(Boolean needClientAuth)
setWantsClientAuth
public void setWantsClientAuth(Boolean wantsClientAuth)
setCipherSuites
public void setCipherSuites(String[] cipherSuites)
setFileType
public void setFileType(int fileType)
clientFactory
protected AbstractFtpClientFactory clientFactory()
- Overrides:
clientFactory
in class FtpSendingMessageHandlerFactoryBean
Copyright © 2010. All Rights Reserved.