From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../core/system/assembly/SystemBinding.html | 265 +++++++++++++++++++++ 1 file changed, 265 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemBinding.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemBinding.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemBinding.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemBinding.html new file mode 100644 index 0000000000..57379ba606 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/system/assembly/SystemBinding.html @@ -0,0 +1,265 @@ + + + + + + + +SystemBinding (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.system.assembly +
+Interface SystemBinding

+
+
All Superinterfaces:
org.apache.tuscany.model.assembly.AssemblyObject, org.apache.tuscany.model.assembly.Binding
+
+
+
All Known Implementing Classes:
SystemBindingImpl
+
+
+
+
public interface SystemBinding
extends org.apache.tuscany.model.assembly.Binding
+ + +

+Represents a system binding +

+ +

+

+
Version:
+
$Rev: 380031 $ $Date: 2006-02-22 21:52:04 -0500 (Wed, 22 Feb 2006) $
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetTargetName() + +
+          Returns the qualified name of the wire target the binding is associated with in component/service form
+ voidsetTargetName(java.lang.String name) + +
+          Sets the qualified name of the wire target the binding is associated with in component/service form
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.Binding
getURI, setURI
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
+  +

+ + + + + + + + +
+Method Detail
+ +

+getTargetName

+
+java.lang.String getTargetName()
+
+
Returns the qualified name of the wire target the binding is associated with in component/service form +

+

+
+
+
+
+
+
+
+ +

+setTargetName

+
+void setTargetName(java.lang.String name)
+
+
Sets the qualified name of the wire target the binding is associated with in component/service form +

+

+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + -- cgit v1.2.3