Class Pop3MailInboundChannelAdapterSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<Pop3MailInboundChannelAdapterSpec, MailReceivingMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<Pop3MailInboundChannelAdapterSpec, MailReceivingMessageSource>
org.springframework.integration.mail.dsl.MailInboundChannelAdapterSpec<Pop3MailInboundChannelAdapterSpec, Pop3MailReceiver>
org.springframework.integration.mail.dsl.Pop3MailInboundChannelAdapterSpec
- All Implemented Interfaces:
DisposableBean, FactoryBean<MailReceivingMessageSource>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
public class Pop3MailInboundChannelAdapterSpec
extends MailInboundChannelAdapterSpec<Pop3MailInboundChannelAdapterSpec, Pop3MailReceiver>
A
MailInboundChannelAdapterSpec for POP3.- Since:
- 5.0
- Author:
- Gary Russell, Artem Bilan
-
Field Summary
Fields inherited from class MailInboundChannelAdapterSpec
externalReceiver, receiverFields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotectedPop3MailInboundChannelAdapterSpec(String host, int port, String username, String password) protectedPop3MailInboundChannelAdapterSpec(String host, String username, String password) protected -
Method Summary
Methods inherited from class MailInboundChannelAdapterSpec
assertReceiver, autoCloseFolder, doGet, embeddedPartsAsBytes, flaggedAsFallback, getComponentsToRegister, headerMapper, javaMailAuthenticator, javaMailProperties, javaMailProperties, maxFetchSize, selector, selectorExpression, selectorExpression, session, shouldDeleteMessages, simpleContent, userFlagMethods inherited from class MessageSourceSpec
messageHeadersMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Constructor Details
-
Pop3MailInboundChannelAdapterSpec
protected Pop3MailInboundChannelAdapterSpec() -
Pop3MailInboundChannelAdapterSpec
-
Pop3MailInboundChannelAdapterSpec
-
Pop3MailInboundChannelAdapterSpec
-
Pop3MailInboundChannelAdapterSpec
-