Package org.springframework.ws.transport
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
URI uri()Return the URI.- Returns:
- the URI
-
uriSource
WebServiceMessageSender.UriSource uriSource()Return the origin of the URI.- Returns:
- the source of the URI
-