2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.implementation.java.invocation
Class JavaComponentNameFactory

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.java.invocation.JavaComponentNameFactory
All Implemented Interfaces:
ObjectFactory<java.lang.String>

public class JavaComponentNameFactory
extends java.lang.Object
implements ObjectFactory<java.lang.String>


Constructor Summary
JavaComponentNameFactory(JavaComponentContextProvider component)
           
 
Method Summary
 java.lang.String getInstance()
          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

JavaComponentNameFactory

public JavaComponentNameFactory(JavaComponentContextProvider component)
Method Detail

getInstance

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

Specified by:
getInstance in interface ObjectFactory<java.lang.String>
Returns:
a instance from this factory
Throws:
ObjectCreationException