クラスの使用
org.springframework.integration.mail.inbound.AbstractMailReceiver
AbstractMailReceiver を使用するパッケージ
パッケージ
説明
Java DSL のメールコンポーネントを提供します。
受信チャネルアダプターはメールプロトコルをサポートします。
org.springframework.integration.mail.dsl 内の AbstractMailReceiver 使用
AbstractMailReceiver 型の型パラメーターを持つ org.springframework.integration.mail.dsl のクラス修飾子と型クラス説明classMailInboundChannelAdapterSpec<S extends MailInboundChannelAdapterSpec<S,R>, R extends AbstractMailReceiver> AbstractMailReceiver として宣言されている org.springframework.integration.mail.dsl のフィールドorg.springframework.integration.mail.inbound 内の AbstractMailReceiver 使用
修飾子と型クラス説明classIMAP プロトコルをサポートするメールサーバーからメールメッセージを受信するためのMailReceiver実装。classPOP3 プロトコルを使用してメールサーバーをポーリングするMailReceiver実装。