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

- -org.apache.tuscany.core.injection -
-Class PojoObjectFactory<T>

-
-java.lang.Object
-  extended by org.apache.tuscany.core.injection.PojoObjectFactory<T>
-
-
-
All Implemented Interfaces:
ObjectFactory<T>
-
-
-
-
public class PojoObjectFactory<T>
extends java.lang.Object
implements ObjectFactory<T>
- - -

-Creates new instances of a Java class, calling a given set of injectors to configure the instance -

- -

-

-
Version:
-
$Rev: 406532 $ $Date: 2006-05-15 00:23:43 -0400 (Mon, 15 May 2006) $
-
See Also:
Injector
-
- -

- - - - - - - - - - - -
-Constructor Summary
PojoObjectFactory(java.lang.reflect.Constructor<T> ctr, - java.util.List<ObjectFactory> initParams, - java.util.List<Injector> setters) - -
-           
-  - - - - - - - - - - - -
-Method Summary
- TgetInstance() - -
-          Return a instance of the type that this factory creates.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-PojoObjectFactory

-
-public PojoObjectFactory(java.lang.reflect.Constructor<T> ctr,
-                         java.util.List<ObjectFactory> initParams,
-                         java.util.List<Injector> setters)
-
-
- - - - - - - - -
-Method Detail
- -

-getInstance

-
-public T getInstance()
-              throws ObjectCreationException
-
-
Description copied from interface: ObjectFactory
-
Return a instance of the type that this factory creates. -

-

-
Specified by:
getInstance in interface ObjectFactory<T>
-
-
- -
Returns:
a instance from this factory -
Throws: -
ObjectCreationException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
-Tuscany Core -
- - - -
-- - - -- cgit v1.2.3