Class AbstractMailReceiver
java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.mail.inbound.AbstractMailReceiver
org.springframework.integration.mail.AbstractMailReceiver
- All Implemented Interfaces:
Aware
,BeanFactoryAware
,BeanNameAware
,DisposableBean
,InitializingBean
,ApplicationContextAware
,ComponentSourceAware
,ExpressionCapable
,MailReceiver
,NamedComponent
@Deprecated(forRemoval=true,
since="7.0")
public abstract class AbstractMailReceiver
extends AbstractMailReceiver
Deprecated, for removal: This API element is subject to removal in a future version.
Base class for
MailReceiver
implementations.- Author:
- Arjen Poutsma, Jonas Partner, Mark Fisher, Iwein Fuld, Oleg Zhurakousky, Gary Russell, Artem Bilan, Dominik Simmen, Yuxin Wang, Ngoc Nhan, Filip Hrisafov, Jiandong Ma
-
Field Summary
Fields inherited from class org.springframework.integration.mail.inbound.AbstractMailReceiver
DEFAULT_SI_USER_FLAG
Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport
EXPRESSION_PARSER, logger
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.AbstractMailReceiver
(URLName urlName) Deprecated, for removal: This API element is subject to removal in a future version.AbstractMailReceiver
(@Nullable String url) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.springframework.integration.mail.inbound.AbstractMailReceiver
closeFolder, deleteMessages, destroy, fetchMessages, getComponentType, getFolder, getFolderOpenMode, getJavaMailProperties, getUserFlag, onInit, openFolder, receive, searchForNewMessages, setAdditionalFlags, setAutoCloseFolder, setEmbeddedPartsAsBytes, setFlaggedAsFallback, setHeaderMapper, setJavaMailAuthenticator, setJavaMailProperties, setMaxFetchSize, setProtocol, setSelectorExpression, setSession, setShouldDeleteMessages, setSimpleContent, setUserFlag, shouldDeleteMessages, toString
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport
afterPropertiesSet, extractTypeIfPossible, generateId, getApplicationContext, getApplicationContextId, getBeanDescription, getBeanFactory, getBeanName, getChannelResolver, getComponentDescription, getComponentName, getComponentSource, getConversionService, getExpression, getIntegrationProperties, getMessageBuilderFactory, getTaskScheduler, isInitialized, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentDescription, setComponentName, setComponentSource, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler
-
Constructor Details
-
AbstractMailReceiver
public AbstractMailReceiver()Deprecated, for removal: This API element is subject to removal in a future version. -
AbstractMailReceiver
Deprecated, for removal: This API element is subject to removal in a future version. -
AbstractMailReceiver
Deprecated, for removal: This API element is subject to removal in a future version.
-
AbstractMailReceiver