From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/core/wire/SourceWireFactory.html | 256 +++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/SourceWireFactory.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/SourceWireFactory.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/SourceWireFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/SourceWireFactory.html new file mode 100644 index 0000000000..d312ce2cbe --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/SourceWireFactory.html @@ -0,0 +1,256 @@ + + + + + + + +SourceWireFactory (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.wire +
+Interface SourceWireFactory<T>

+
+
All Superinterfaces:
WireFactory<T>
+
+
+
All Known Implementing Classes:
JDKSourceWireFactory
+
+
+
+
public interface SourceWireFactory<T>
extends WireFactory<T>
+ + +

+Implementations are responsible for managing the source side of a wire. +

+ +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ WireSourceConfigurationgetConfiguration() + +
+          Returns the configuration information used to create the source-side of a wire, including invocation chains
+ voidsetConfiguration(WireSourceConfiguration config) + +
+          Sets the configuration information used to create the source-side of a wire, including invocation chains
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.core.wire.WireFactory
addInterface, createProxy, getBusinessInterface, getImplementatedInterfaces, initialize, setBusinessInterface
+  +

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

+getConfiguration

+
+WireSourceConfiguration getConfiguration()
+
+
Returns the configuration information used to create the source-side of a wire, including invocation chains +

+

+
+
+
+
+
+
+
+ +

+setConfiguration

+
+void setConfiguration(WireSourceConfiguration config)
+
+
Sets the configuration information used to create the source-side of a wire, including invocation chains +

+

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