Class Pop3MailInboundChannelAdapterSpec

java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageSourceSpec<S,MailReceivingMessageSource>
All Implemented Interfaces:
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>
Since:
5.0
  • Constructor Details

    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec()
    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec(Pop3MailReceiver receiver)
    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec(String url)
    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec(String host, String username, String password)
    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec(String host, int port, String username, String password)