Uses of Interface
org.springframework.ws.transport.WebServiceMessageSender.DestinationPolicy
Packages that use WebServiceMessageSender.DestinationPolicy
Package
Description
Contains the TransportRequest and TransportResponse interfaces.
Package providing support for handling messages via JMS.
-
Uses of WebServiceMessageSender.DestinationPolicy in org.springframework.ws.transport
Methods in org.springframework.ws.transport that return WebServiceMessageSender.DestinationPolicyModifier and TypeMethodDescriptionprotected @Nullable WebServiceMessageSender.DestinationPolicy<D> AbstractWebServiceMessageSender.getDestinationPolicy()Return the configuredWebServiceMessageSender.DestinationPolicyornullif none is set.Methods in org.springframework.ws.transport with parameters of type WebServiceMessageSender.DestinationPolicyModifier and TypeMethodDescriptionvoidAbstractWebServiceMessageSender.setDestinationPolicy(WebServiceMessageSender.DestinationPolicy<D> destinationPolicy) Set a customWebServiceMessageSender.DestinationPolicyto compose with the sender's default checks. -
Uses of WebServiceMessageSender.DestinationPolicy in org.springframework.ws.transport.jms
Methods in org.springframework.ws.transport.jms with parameters of type WebServiceMessageSender.DestinationPolicyModifier and TypeMethodDescriptionvoidJmsMessageSender.setDestinationPolicy(WebServiceMessageSender.DestinationPolicy<JmsDestinationDescriptor> destinationPolicy) Set a customWebServiceMessageSender.DestinationPolicyto compose with the sender's default checks.