Uses of Interface
org.springframework.ws.client.support.destination.DestinationProvider
Packages that use DestinationProvider
Package
Description
Core package of the Spring-WS client-side support.
Convenient super class for application classes that need Web service access.
Provides the
DestinationProvider
interface.-
Uses of DestinationProvider in org.springframework.ws.client.core
Methods in org.springframework.ws.client.core that return DestinationProviderModifier and TypeMethodDescriptionWebServiceTemplate.getDestinationProvider()
Returns the destination provider used on operations that do not have a URI parameter.Methods in org.springframework.ws.client.core with parameters of type DestinationProviderModifier and TypeMethodDescriptionvoid
WebServiceTemplate.setDestinationProvider
(DestinationProvider destinationProvider) Set the destination provider URI to be used on operations that do not have a URI parameter. -
Uses of DestinationProvider in org.springframework.ws.client.core.support
Methods in org.springframework.ws.client.core.support that return DestinationProviderModifier and TypeMethodDescriptionfinal DestinationProvider
WebServiceGatewaySupport.getDestinationProvider()
Returns the destination provider used by the gateway.Methods in org.springframework.ws.client.core.support with parameters of type DestinationProviderModifier and TypeMethodDescriptionfinal void
WebServiceGatewaySupport.setDestinationProvider
(DestinationProvider destinationProvider) Set the destination provider URI used by the gateway. -
Uses of DestinationProvider in org.springframework.ws.client.support.destination
Classes in org.springframework.ws.client.support.destination that implement DestinationProviderModifier and TypeClassDescriptionclass
Abstract base class forDestinationProvider
implementations that cache destination URI.class
Implementation of theDestinationProvider
that resolves a destination URI from a WSDL file.