Interface DestinationProvider

All Known Implementing Classes:
AbstractCachingDestinationProvider, Wsdl11DestinationProvider

public interface DestinationProvider
Strategy interface for providing a WebServiceTemplate destination URI at runtime.

Typically implemented by providers that use WSDL, a UDDI registry, or some other form to determine the destination URI.

Since:
1.5.4
Author:
Arjen Poutsma
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the destination URI.
  • Method Details

    • getDestination

      URI getDestination()
      Return the destination URI.
      Returns:
      the destination URI