Spring Web Services Framework

org.springframework.ws.client.support.destination
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:
WebServiceTemplate.setDestinationProvider(DestinationProvider)

Method Summary
 URI getDestination()
          Return the destination URI.
 

Method Detail

getDestination

URI getDestination()
Return the destination URI.

Returns:
the destination URI

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.