Package org.frankframework.receivers
Class ExchangeMailListener
java.lang.Object
org.frankframework.filesystem.AbstractFileSystemListener<MailItemId,ExchangeFileSystem>
 
org.frankframework.receivers.ExchangeMailListener
- All Implemented Interfaces:
 FrankElement,HasApplicationContext,HasName,HasPhysicalDestination,IConfigurable,IHasProcessState<MailItemId>,IListener<MailItemId>,IProvidesMessageBrowsers<MailItemId>,IPullingListener<MailItemId>,IScopeProvider,NameAware,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Category(ADVANCED)
public class ExchangeMailListener
extends AbstractFileSystemListener<MailItemId,ExchangeFileSystem> 
Microsoft Exchange Implementation of a mailbox based filesystem.
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.filesystem.AbstractFileSystemListener
AbstractFileSystemListener.IMessageType, AbstractFileSystemListener.MessageType - 
Field Summary
Fields inherited from class org.frankframework.filesystem.AbstractFileSystemListener
FILENAME_KEY, FILEPATH_KEY, ORIGINAL_FILENAME_KEY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidConfigure this component.protected ExchangeFileSystemvoidsetAllowSelfSignedCertificates(boolean allowSelfSignedCertificates) voidsetAuthAlias(String authAlias) voidsetBaseFolder(String baseFolder) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetIgnoreCertificateExpiredException(boolean ignoreCertificateExpiredException) voidsetKeyManagerAlgorithm(String keyManagerAlgorithm) voidsetKeystore(String keystore) voidsetKeystoreAlias(String keystoreAlias) voidsetKeystoreAliasAuthAlias(String keystoreAliasAuthAlias) voidsetKeystoreAliasPassword(String keystoreAliasPassword) voidsetKeystoreAuthAlias(String keystoreAuthAlias) voidsetKeystorePassword(String keystorePassword) voidsetKeystoreType(KeystoreType keystoreType) voidsetMailAddress(String mailAddress) voidsetProxyAuthAlias(String proxyAuthAlias) voidsetProxyDomain(String domain) voidsetProxyHost(String proxyHost) voidsetProxyPassword(String proxyPassword) voidsetProxyPort(int proxyPort) voidsetProxyUsername(String proxyUsername) voidsetReplyAddressFields(String replyAddressFields) voidsetTenantId(String tenantId) voidsetTrustManagerAlgorithm(String trustManagerAlgorithm) voidsetTruststore(String truststore) voidsetTruststoreAuthAlias(String truststoreAuthAlias) voidsetTruststorePassword(String truststorePassword) voidsetTruststoreType(KeystoreType truststoreType) voidsetVerifyHostname(boolean verifyHostname) Methods inherited from class org.frankframework.filesystem.AbstractFileSystemListener
afterMessageProcessed, changeProcessState, checkForExistenceOfFolder, closeThread, extractMessage, extractMessageProperties, getMessageBrowser, getPhysicalDestinationName, getRawMessage, getStateFolder, knownProcessStates, openThread, setCharset, setCreateFolders, setDelete, setDisableMessageBrowsers, setErrorFolder, setExcludeWildcard, setFileTimeSensitive, setHoldFolder, setInProcessFolder, setInputFolder, setLogFolder, setMessageIdPropertyKey, setMessageType, setMinStableTime, setName, setNumberOfBackups, setOutputFormat, setOverwrite, setProcessedFolder, setStoreMetadataInSessionKey, setWildcard, start, stop, targetProcessStatesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.frankframework.core.FrankElement
addConfigWarningMethods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader 
- 
Constructor Details
- 
ExchangeMailListener
public ExchangeMailListener() 
 - 
 - 
Method Details
- 
createFileSystem
- Specified by:
 createFileSystemin classAbstractFileSystemListener<MailItemId,ExchangeFileSystem> 
 - 
configure
Description copied from interface:IConfigurableConfigure this component.configure()is called once at startup of the framework in the configure method of the owner of thisIConfigurable. Purpose of this method is to check whether the static configuration of the object is correct. As much as possible class-instantiating should take place in theconfigure(), to improve performance.In the case of a container, this will propagate the configure signal to all components that apply.
- Specified by:
 configurein interfaceIConfigurable- Overrides:
 configurein classAbstractFileSystemListener<MailItemId,ExchangeFileSystem> - Throws:
 ConfigurationException- in case it was not able to configure the component.
 - 
setMailAddress
 - 
setClientId
 - 
setClientSecret
 - 
setTenantId
 - 
setAuthAlias
 - 
setBaseFolder
 - 
setReplyAddressFields
 - 
setProxyHost
 - 
setProxyPort
 - 
setProxyUsername
 - 
setProxyPassword
 - 
setProxyAuthAlias
 - 
setProxyDomain
 - 
setKeystore
 - 
setKeystoreType
 - 
setKeystoreAuthAlias
 - 
setKeystorePassword
 - 
setKeyManagerAlgorithm
 - 
setKeystoreAlias
 - 
setKeystoreAliasAuthAlias
 - 
setKeystoreAliasPassword
 - 
setTruststore
 - 
setTruststoreType
 - 
setTruststoreAuthAlias
 - 
setTruststorePassword
 - 
setTrustManagerAlgorithm
 - 
setVerifyHostname
 - 
setAllowSelfSignedCertificates
@ReferTo(HasTruststore.class) public void setAllowSelfSignedCertificates(boolean allowSelfSignedCertificates)  - 
setIgnoreCertificateExpiredException
@ReferTo(HasTruststore.class) public void setIgnoreCertificateExpiredException(boolean ignoreCertificateExpiredException)  
 -