Class Pop3MailInboundChannelAdapterSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageSourceSpec<S,MailReceivingMessageSource>
org.springframework.integration.mail.dsl.MailInboundChannelAdapterSpec<Pop3MailInboundChannelAdapterSpec,Pop3MailReceiver>
org.springframework.integration.mail.dsl.Pop3MailInboundChannelAdapterSpec
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<MailReceivingMessageSource>
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
,org.springframework.integration.dsl.ComponentsRegistration
public class Pop3MailInboundChannelAdapterSpec extends MailInboundChannelAdapterSpec<Pop3MailInboundChannelAdapterSpec,Pop3MailReceiver>
A
MailInboundChannelAdapterSpec
for POP3.- Since:
- 5.0
-
Field Summary
Fields inherited from class org.springframework.integration.mail.dsl.MailInboundChannelAdapterSpec
externalReceiver, receiver
-
Constructor Summary
Constructors Modifier Constructor Description protected
Pop3MailInboundChannelAdapterSpec()
protected
Pop3MailInboundChannelAdapterSpec(java.lang.String url)
protected
Pop3MailInboundChannelAdapterSpec(java.lang.String host, int port, java.lang.String username, java.lang.String password)
protected
Pop3MailInboundChannelAdapterSpec(java.lang.String host, java.lang.String username, java.lang.String password)
protected
Pop3MailInboundChannelAdapterSpec(Pop3MailReceiver receiver)
-
Method Summary
Methods inherited from class org.springframework.integration.mail.dsl.MailInboundChannelAdapterSpec
assertReceiver, autoCloseFolder, doGet, embeddedPartsAsBytes, getComponentsToRegister, headerMapper, javaMailAuthenticator, javaMailProperties, javaMailProperties, maxFetchSize, selector, selectorExpression, selectorExpression, session, shouldDeleteMessages, simpleContent, userFlag
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
-
Constructor Details
-
Pop3MailInboundChannelAdapterSpec
protected Pop3MailInboundChannelAdapterSpec() -
Pop3MailInboundChannelAdapterSpec
-
Pop3MailInboundChannelAdapterSpec
protected Pop3MailInboundChannelAdapterSpec(java.lang.String url) -
Pop3MailInboundChannelAdapterSpec
protected Pop3MailInboundChannelAdapterSpec(java.lang.String host, java.lang.String username, java.lang.String password) -
Pop3MailInboundChannelAdapterSpec
protected Pop3MailInboundChannelAdapterSpec(java.lang.String host, int port, java.lang.String username, java.lang.String password)
-