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

All Superinterfaces:
java.lang.Cloneable, InterfaceContract
All Known Implementing Classes:
WSDLInterfaceContractImpl

public interface WSDLInterfaceContract
extends InterfaceContract

Represents a WSDL interface contract.


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
clone, getCallbackInterface, getInterface, makeUnidirectional, 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