クラス MailDestinationDescriptor
java.lang.ObjectSE
org.springframework.ws.transport.mail.MailDestinationDescriptor
- 実装済みのインターフェース一覧:
WebServiceMessageSender.DestinationDescriptor
public final class MailDestinationDescriptor
extends ObjectSE
implements WebServiceMessageSender.DestinationDescriptor
メール送信先向けの
WebServiceMessageSender.DestinationDescriptor 実装。- 導入:
- 3.1.9
方法の概要
修飾子と型メソッド説明@Nullable StringSEメールボックスのドメイン部分(@の後)を小文字で返します。抽出できない場合はnullを返します。static MailDestinationDescriptorof(URISE uri, WebServiceMessageSender.UriSource uriSource) 指定された URI と URI ソースからインスタンスを作成します。@Nullable jakarta.mail.internet.InternetAddress解析されたToアドレスを返します。アドレスが存在しない場合、または無効な場合はnullを返します。uri()URI を返します。URI の発信元を返します。
方法の詳細
of
指定された URI と URI ソースからインスタンスを作成します。- パラメーター:
uri- URIuriSource- URI ソース- 戻り値:
- 記述子
uri
インターフェースからコピーされた説明:WebServiceMessageSender.DestinationDescriptorURI を返します。- 次で指定:
- インターフェース
WebServiceMessageSender.DestinationDescriptor内のuri - 戻り値:
- URI
uriSource
インターフェースからコピーされた説明:WebServiceMessageSender.DestinationDescriptorURI の発信元を返します。- 次で指定:
- インターフェース
WebServiceMessageSender.DestinationDescriptor内のuriSource - 戻り値:
- URI のソース
toAddress
public @Nullable jakarta.mail.internet.InternetAddress toAddress()解析されたToアドレスを返します。アドレスが存在しない場合、または無効な場合はnullを返します。- 戻り値:
- 宛先アドレス、または
null
mailboxHost
メールボックスのドメイン部分(@の後)を小文字で返します。抽出できない場合はnullを返します。- 戻り値:
- メールボックスホスト、または
null