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/wire/jdk/JDKSourceWireFactory.html | 446 --------------------- 1 file changed, 446 deletions(-) delete mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/jdk/JDKSourceWireFactory.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/jdk/JDKSourceWireFactory.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/jdk/JDKSourceWireFactory.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/jdk/JDKSourceWireFactory.html deleted file mode 100644 index 99b0a93a41..0000000000 --- a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/wire/jdk/JDKSourceWireFactory.html +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - -JDKSourceWireFactory (Tuscany Core incubating-M1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Tuscany Core -
- - - -
- -

- -org.apache.tuscany.core.wire.jdk -
-Class JDKSourceWireFactory

-
-java.lang.Object
-  extended by org.apache.tuscany.core.wire.jdk.JDKSourceWireFactory
-
-
-
All Implemented Interfaces:
SourceWireFactory, WireFactory
-
-
-
-
public class JDKSourceWireFactory
extends java.lang.Object
implements SourceWireFactory
- - -

-Creates proxies that are injected on references using JDK dynamic proxy facilities and front a wire. The proxies implement the - business interface associated with the service required by reference. -

- -

-

-
Version:
-
$Rev: 394431 $ $Date: 2006-04-15 21:27:44 -0700 (Sat, 15 Apr 2006) $
-
-
- -

- - - - - - - - - - - -
-Constructor Summary
JDKSourceWireFactory() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddInterface(java.lang.Class claz) - -
-          Adds an interface type generated proxies implement
- java.lang.ObjectcreateProxy() - -
-          Returns a proxy for a service specified by a reference or target
- java.lang.ClassgetBusinessInterface() - -
-          Returns the primary interface type implemented by generated proxies
- WireSourceConfigurationgetConfiguration() - -
-          Returns the configuration information used to create the source-side of a wire, including invocation chains
- java.lang.Class[]getImplementatedInterfaces() - -
-          Returns an array of all interfaces implemented by generated proxies
- voidinitialize() - -
-          Prepares the factory.
- voidsetBusinessInterface(java.lang.Class interfaze) - -
-          Sets the primary interface type generated proxies implement
- voidsetConfiguration(WireSourceConfiguration config) - -
-          Sets the configuration information used to create the source-side of a wire, including invocation chains
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-JDKSourceWireFactory

-
-public JDKSourceWireFactory()
-
-
- - - - - - - - -
-Method Detail
- -

-initialize

-
-public void initialize()
-                throws WireFactoryInitException
-
-
Description copied from interface: WireFactory
-
Prepares the factory. This will typically be called at buildSource time, after bridging source- and target-side invocation chains. -

-

-
Specified by:
initialize in interface WireFactory
-
-
- -
Throws: -
WireFactoryInitException - if an error is encountered during initialization
-
-
-
- -

-createProxy

-
-public java.lang.Object createProxy()
-
-
Description copied from interface: WireFactory
-
Returns a proxy for a service specified by a reference or target -

-

-
Specified by:
createProxy in interface WireFactory
-
-
-
-
-
-
- -

-getConfiguration

-
-public WireSourceConfiguration getConfiguration()
-
-
Description copied from interface: SourceWireFactory
-
Returns the configuration information used to create the source-side of a wire, including invocation chains -

-

-
Specified by:
getConfiguration in interface SourceWireFactory
-
-
-
-
-
-
- -

-setConfiguration

-
-public void setConfiguration(WireSourceConfiguration config)
-
-
Description copied from interface: SourceWireFactory
-
Sets the configuration information used to create the source-side of a wire, including invocation chains -

-

-
Specified by:
setConfiguration in interface SourceWireFactory
-
-
-
-
-
-
- -

-setBusinessInterface

-
-public void setBusinessInterface(java.lang.Class interfaze)
-
-
Description copied from interface: WireFactory
-
Sets the primary interface type generated proxies implement -

-

-
Specified by:
setBusinessInterface in interface WireFactory
-
-
-
-
-
-
- -

-getBusinessInterface

-
-public java.lang.Class getBusinessInterface()
-
-
Description copied from interface: WireFactory
-
Returns the primary interface type implemented by generated proxies -

-

-
Specified by:
getBusinessInterface in interface WireFactory
-
-
-
-
-
-
- -

-addInterface

-
-public void addInterface(java.lang.Class claz)
-
-
Description copied from interface: WireFactory
-
Adds an interface type generated proxies implement -

-

-
Specified by:
addInterface in interface WireFactory
-
-
-
-
-
-
- -

-getImplementatedInterfaces

-
-public java.lang.Class[] getImplementatedInterfaces()
-
-
Description copied from interface: WireFactory
-
Returns an array of all interfaces implemented by generated proxies -

-

-
Specified by:
getImplementatedInterfaces in interface WireFactory
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
-Tuscany Core -
- - - -
-- - - -- cgit v1.2.3