setDestinationProvider

open fun setDestinationProvider(destinationProvider: DestinationProvider): WebServiceTemplateBuilder

Set the DestinationProvider to use. Typically, either this property is set, or setDefaultUri, but not both.

Return

a new builder instance.

Parameters

destinationProvider

the destination provider to be used on operations thatdo not have a URI parameter.

See also

WebServiceTemplate