Package adams.flow.webservice
Interface WsdlUrlProvider
-
- All Superinterfaces:
adams.core.AdditionalInformationHandler
- All Known Implementing Classes:
AbstractWebServiceClientSink
,AbstractWebServiceClientSinkWithCallableTransformer
,AbstractWebServiceClientSource
,AbstractWebServiceClientSourceWithCallableTransformer
,AbstractWebServiceClientTransformer
,AbstractWebServiceClientTransformerWithCallableTransformer
,CustomersByName
,CustomersByNameCallableTransformer
,UpdateCustomer
,Upload
,Upload
public interface WsdlUrlProvider extends adams.core.AdditionalInformationHandler
Interface for classes that provide a URL to a webservice's WSDL.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URL
getWsdlLocation()
Returns the WSDL location.
-
-
-
Method Detail
-
getWsdlLocation
URL getWsdlLocation()
Returns the WSDL location.- Returns:
- the location
-
-