Class ExchangeFolderSender
- All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IScopeProvider, ISender, ISenderWithParameters, IWithParameters, NameAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle
@Deprecated(forRemoval=true)
@ConfigurationWarning("please use the 'ExchangeFileSystemSender' instead")
public class ExchangeFolderSender
extends ExchangeFileSystemSender
Deprecated, for removal: This API element is subject to removal in a future version.
Implementation of a
AbstractFileSystemSender that enables to manipulate messages in an Exchange folder.-
Field Summary
Fields inherited from class AbstractSenderWithParameters
parameterNamesMustBeUnique, paramListFields inherited from class AbstractSender
log -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class ExchangeFileSystemSender
configure, setAllowSelfSignedCertificates, setAuthAlias, setBaseFolder, setClientId, setClientSecret, setIgnoreCertificateExpiredException, setKeyManagerAlgorithm, setKeystore, setKeystoreAlias, setKeystoreAliasAuthAlias, setKeystoreAliasPassword, setKeystoreAuthAlias, setKeystorePassword, setKeystoreType, setMailAddress, setProxyAuthAlias, setProxyDomain, setProxyHost, setProxyPassword, setProxyPort, setProxyUsername, setReplyAddressFields, setTenantId, setTrustManagerAlgorithm, setTruststore, setTruststoreAuthAlias, setTruststorePassword, setTruststoreType, setVerifyHostnameMethods inherited from class AbstractFileSystemSender
addActions, getAction, getFileSystem, getPhysicalDestinationName, sendMessage, setAction, setCharset, setCreateFolder, setDeleteEmptyFolder, setDestination, setExcludeWildcard, setFilename, setFileSystem, setInputFolder, setNumberOfBackups, setOutputFormat, setOverwrite, setRemoveNonEmptyFolder, setRotateDays, setRotateSize, setTypeFilter, setWildcard, setWriteLineSeparator, start, stopMethods inherited from class AbstractSenderWithParameters
addParameter, checkStringAttributeOrParameter, consumesSessionVariable, getParameterList, getParameterOverriddenAttributeValue, getParameterOverriddenAttributeValue, getParameterValueListMethods inherited from class AbstractSender
createBean, getLogPrefix, getName, isRunning, setApplicationContext, setNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface FrankElement
addConfigWarningMethods inherited from interface HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface ISender
isSynchronous, sendMessageOrThrow
-
Constructor Details
-
ExchangeFolderSender
public ExchangeFolderSender()Deprecated, for removal: This API element is subject to removal in a future version.
-