From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../interfacedef/wsdl/WSDLInterfaceContract.html | 253 +++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLInterfaceContract.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLInterfaceContract.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLInterfaceContract.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLInterfaceContract.html new file mode 100644 index 0000000000..a221180807 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/interfacedef/wsdl/WSDLInterfaceContract.html @@ -0,0 +1,253 @@ + + + + + + +WSDLInterfaceContract + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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.StringgetLocation() + +
+          Returns the WSDL location
+ voidsetLocation(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
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3