Uses of Enum Class
org.springframework.ws.transport.WebServiceMessageSender.UriSource
Packages that use WebServiceMessageSender.UriSource
Package
Description
Provides a testing framework for client-side Web service testing.
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.UriSource in org.springframework.ws.test.client
Methods in org.springframework.ws.test.client with parameters of type WebServiceMessageSender.UriSourceModifier and TypeMethodDescriptionbooleanMockWebServiceMessageSender.supports(URI uri, WebServiceMessageSender.UriSource uriSource) Always returnstrue. -
Uses of WebServiceMessageSender.UriSource in org.springframework.ws.transport
Subclasses with type arguments of type WebServiceMessageSender.UriSource in org.springframework.ws.transportModifier and TypeClassDescriptionstatic enumSource of a destination URI.Methods in org.springframework.ws.transport that return WebServiceMessageSender.UriSourceModifier and TypeMethodDescriptionWebServiceMessageSender.DestinationDescriptor.uriSource()Return the origin of the URI.Returns the enum constant of this class with the specified name.static WebServiceMessageSender.UriSource[]WebServiceMessageSender.UriSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ws.transport with parameters of type WebServiceMessageSender.UriSourceModifier and TypeMethodDescriptionprotected abstract DAbstractWebServiceMessageSender.createDescriptor(URI uri, WebServiceMessageSender.UriSource uriSource) AbstractWebServiceMessageSender.defaultChecks(WebServiceMessageSender.UriSource uriSource) Return the default checks to apply for the givenWebServiceMessageSender.UriSource.booleanAbstractWebServiceMessageSender.supports(URI uri, WebServiceMessageSender.UriSource uriSource) booleanWebServiceMessageSender.supports(URI uri, WebServiceMessageSender.UriSource uriSource) Whether this sender supports the given URI for the suppliedWebServiceMessageSender.UriSource. -
Uses of WebServiceMessageSender.UriSource in org.springframework.ws.transport.http
Methods in org.springframework.ws.transport.http that return WebServiceMessageSender.UriSourceMethods in org.springframework.ws.transport.http with parameters of type WebServiceMessageSender.UriSourceModifier and TypeMethodDescriptionprotected HttpDestinationDescriptorAbstractHttpWebServiceMessageSender.createDescriptor(URI uri, WebServiceMessageSender.UriSource uriSource) protected Predicate<HttpDestinationDescriptor> AbstractHttpWebServiceMessageSender.defaultChecks(WebServiceMessageSender.UriSource uriSource) static HttpDestinationDescriptorHttpDestinationDescriptor.of(URI uri, WebServiceMessageSender.UriSource uriSource) Create an instance from the given URI and URI source. -
Uses of WebServiceMessageSender.UriSource in org.springframework.ws.transport.jms
Methods in org.springframework.ws.transport.jms that return WebServiceMessageSender.UriSourceMethods in org.springframework.ws.transport.jms with parameters of type WebServiceMessageSender.UriSourceModifier and TypeMethodDescriptionprotected Predicate<JmsDestinationDescriptor> JmsMessageSender.defaultChecks(WebServiceMessageSender.UriSource uriSource) Return the default checks to apply for the givenWebServiceMessageSender.UriSource.static JmsDestinationDescriptorJmsDestinationDescriptor.of(URI uri, WebServiceMessageSender.UriSource uriSource) Create an instance from the given URI and URI source.booleanJmsMessageSender.supports(URI uri, WebServiceMessageSender.UriSource uriSource) -
Uses of WebServiceMessageSender.UriSource in org.springframework.ws.transport.mail
Methods in org.springframework.ws.transport.mail that return WebServiceMessageSender.UriSourceMethods in org.springframework.ws.transport.mail with parameters of type WebServiceMessageSender.UriSourceModifier and TypeMethodDescriptionprotected MailDestinationDescriptorMailMessageSender.createDescriptor(URI uri, WebServiceMessageSender.UriSource uriSource) protected Predicate<MailDestinationDescriptor> MailMessageSender.defaultChecks(WebServiceMessageSender.UriSource uriSource) static MailDestinationDescriptorMailDestinationDescriptor.of(URI uri, WebServiceMessageSender.UriSource uriSource) Create an instance from the given URI and URI source. -
Uses of WebServiceMessageSender.UriSource in org.springframework.ws.transport.xmpp
Methods in org.springframework.ws.transport.xmpp that return WebServiceMessageSender.UriSourceMethods in org.springframework.ws.transport.xmpp with parameters of type WebServiceMessageSender.UriSourceModifier and TypeMethodDescriptionprotected XmppDestinationDescriptorXmppMessageSender.createDescriptor(URI uri, WebServiceMessageSender.UriSource uriSource) protected Predicate<XmppDestinationDescriptor> XmppMessageSender.defaultChecks(WebServiceMessageSender.UriSource uriSource) static XmppDestinationDescriptorXmppDestinationDescriptor.of(URI uri, WebServiceMessageSender.UriSource uriSource) Create an instance from the given URI and URI source.