org.apache.tuscany.sca.interfacedef.wsdl
Interface WSDLInterfaceContract

All Superinterfaces:
InterfaceContract

public interface WSDLInterfaceContract
extends InterfaceContract

Represents a WSDL interface contract.

Version:
$Rev: 537404 $ $Date: 2007-05-12 13:51:42 +0100 (Sat, 12 May 2007) $

Method Summary
 java.lang.String getLocation()
          Returns the WSDL location
 void setLocation(java.lang.String location)
          Sets the WSDL location.
 
Methods inherited from interface org.apache.tuscany.sca.interfacedef.InterfaceContract
getCallbackInterface, getInterface, setCallbackInterface, setInterface
 

Method Detail

setLocation

void setLocation(java.lang.String location)
Sets the WSDL location.

Parameters:
location - the WSDL location

getLocation

java.lang.String getLocation()
Returns the WSDL location

Returns:
the WSDL location