Class AbstractMailReceiver

java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.mail.inbound.AbstractMailReceiver
org.springframework.integration.mail.AbstractMailReceiver
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.integration.context.ComponentSourceAware, org.springframework.integration.context.ExpressionCapable, MailReceiver, org.springframework.integration.support.context.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.
since 7.0 in favor of AbstractMailReceiver
Base class for MailReceiver implementations.
  • Constructor Details

    • AbstractMailReceiver

      public AbstractMailReceiver()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AbstractMailReceiver

      public AbstractMailReceiver(jakarta.mail.URLName urlName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AbstractMailReceiver

      public AbstractMailReceiver(@Nullable String url)
      Deprecated, for removal: This API element is subject to removal in a future version.