Interface WebServiceMessageSender.DestinationDescriptor
- All Known Implementing Classes:
HttpDestinationDescriptor, JmsDestinationDescriptor, MailDestinationDescriptor, XmppDestinationDescriptor
- Enclosing interface:
WebServiceMessageSender
public static interface WebServiceMessageSender.DestinationDescriptor
Description of a destination URI for validation, including its
source. Transport-specific descriptors provide additional
details to help express custom checks.
- Since:
- 3.1.9
-
Method Summary
-
Method Details
-
uri
-
uriSource
WebServiceMessageSender.UriSource uriSource()Return the origin of the URI.- Returns:
- the source of the URI
-