Spring Web Services Framework

Uses of Interface
org.springframework.ws.client.support.destination.DestinationProvider

Packages that use DestinationProvider
org.springframework.ws.client.core Core package of the Spring-WS client-side support. 
org.springframework.ws.client.core.support Convenient super class for application classes that need Web service access. 
org.springframework.ws.client.support.destination Provides the DestinationProvider interface. 
 

Uses of DestinationProvider in org.springframework.ws.client.core
 

Methods in org.springframework.ws.client.core that return DestinationProvider
 DestinationProvider WebServiceTemplate.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 DestinationProvider
 void 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 DestinationProvider
 DestinationProvider WebServiceGatewaySupport.getDestinationProvider()
          Returns the destination provider used by the gateway.
 

Methods in org.springframework.ws.client.core.support with parameters of type DestinationProvider
 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 DestinationProvider
 class AbstractCachingDestinationProvider
          Abstract base class for DestinationProvider implementations that cache destination URI.
 class Wsdl11DestinationProvider
          Implementation of the DestinationProvider that resolves a destination URI from a WSDL file.
 


Spring Web Services Framework

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