クラス XmppDestinationDescriptor
java.lang.ObjectSE
org.springframework.ws.transport.xmpp.XmppDestinationDescriptor
- 実装済みのインターフェース一覧:
WebServiceMessageSender.DestinationDescriptor
public final class XmppDestinationDescriptor
extends ObjectSE
implements WebServiceMessageSender.DestinationDescriptor
XMPP 宛先向けの
WebServiceMessageSender.DestinationDescriptor 実装。- 導入:
- 3.1.9
方法の概要
修飾子と型メソッド説明@Nullable StringSEdomain()Return the domain part of the JabberID (after@), lower-cased, ornull.jabberId()Return the Jabber ID.static XmppDestinationDescriptorof(URISE uri, WebServiceMessageSender.UriSource uriSource) Create an instance from the given URI and URI source.uri()Return the URI.Return the origin of the URI.
方法の詳細
of
Create an instance from the given URI and URI source.- パラメーター:
uri- URIuriSource- the URI source- 戻り値:
- a descriptor
uri
インターフェースからコピーされた説明:WebServiceMessageSender.DestinationDescriptorReturn the URI.- 次で指定:
- インターフェース
WebServiceMessageSender.DestinationDescriptor内のuri - 戻り値:
- URI
uriSource
インターフェースからコピーされた説明:WebServiceMessageSender.DestinationDescriptorReturn the origin of the URI.- 次で指定:
- インターフェース
WebServiceMessageSender.DestinationDescriptor内のuriSource - 戻り値:
- the source of the URI
jabberId
domain
Return the domain part of the JabberID (after@), lower-cased, ornull.- 戻り値:
- the domain, or
null