Uses of Interface
org.springframework.ws.transport.WebServiceMessageSender.DestinationDescriptor
Packages that use WebServiceMessageSender.DestinationDescriptor
Package
Description
Contains the TransportRequest and TransportResponse interfaces.
Package providing support for handling messages via HTTP.
Package providing support for handling messages via JMS.
Package providing support for handling messages via email.
Package providing support for handling messages via XMPP.
-
Uses of WebServiceMessageSender.DestinationDescriptor in org.springframework.ws.transport
Classes in org.springframework.ws.transport with type parameters of type WebServiceMessageSender.DestinationDescriptorModifier and TypeClassDescriptionclassBase class forWebServiceMessageSenderimplementations that shareWebServiceMessageSender.DestinationPolicyhandling forAbstractWebServiceMessageSender.supports(URI, UriSource).static interfaceSpecifies the policy to apply for a given descriptor. -
Uses of WebServiceMessageSender.DestinationDescriptor in org.springframework.ws.transport.http
Classes in org.springframework.ws.transport.http that implement WebServiceMessageSender.DestinationDescriptorModifier and TypeClassDescriptionfinal classWebServiceMessageSender.DestinationDescriptorimplementation for HTTP destinations. -
Uses of WebServiceMessageSender.DestinationDescriptor in org.springframework.ws.transport.jms
Classes in org.springframework.ws.transport.jms that implement WebServiceMessageSender.DestinationDescriptorModifier and TypeClassDescriptionfinal classWebServiceMessageSender.DestinationDescriptorimplementation for JMS destinations. -
Uses of WebServiceMessageSender.DestinationDescriptor in org.springframework.ws.transport.mail
Classes in org.springframework.ws.transport.mail that implement WebServiceMessageSender.DestinationDescriptorModifier and TypeClassDescriptionfinal classWebServiceMessageSender.DestinationDescriptorimplementation for Mail destinations. -
Uses of WebServiceMessageSender.DestinationDescriptor in org.springframework.ws.transport.xmpp
Classes in org.springframework.ws.transport.xmpp that implement WebServiceMessageSender.DestinationDescriptorModifier and TypeClassDescriptionfinal classWebServiceMessageSender.DestinationDescriptorimplementation for XMPP destinations.