Class XmppDestinationDescriptor
java.lang.Object
org.springframework.ws.transport.xmpp.XmppDestinationDescriptor
- All Implemented Interfaces:
WebServiceMessageSender.DestinationDescriptor
public final class XmppDestinationDescriptor
extends Object
implements WebServiceMessageSender.DestinationDescriptor
WebServiceMessageSender.DestinationDescriptor implementation for XMPP destinations.- Since:
- 3.1.9
-
Method Summary
Modifier and TypeMethodDescription@Nullable Stringdomain()Return the domain part of the JabberID (after@), lower-cased, ornull.jabberId()Return the Jabber ID.static XmppDestinationDescriptorof(URI uri, WebServiceMessageSender.UriSource uriSource) Create an instance from the given URI and URI source.uri()Return the URI.Return the origin of the URI.
-
Method Details
-
of
Create an instance from the given URI and URI source.- Parameters:
uri- the URIuriSource- the URI source- Returns:
- a descriptor
-
uri
Description copied from interface:WebServiceMessageSender.DestinationDescriptorReturn the URI.- Specified by:
uriin interfaceWebServiceMessageSender.DestinationDescriptor- Returns:
- the URI
-
uriSource
Description copied from interface:WebServiceMessageSender.DestinationDescriptorReturn the origin of the URI.- Specified by:
uriSourcein interfaceWebServiceMessageSender.DestinationDescriptor- Returns:
- the source of the URI
-
jabberId
-
domain
Return the domain part of the JabberID (after@), lower-cased, ornull.- Returns:
- the domain, or
null
-