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

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.java.invocation.JavaComponentContextFactory
All Implemented Interfaces:
ObjectFactory<org.osoa.sca.ComponentContext>

public class JavaComponentContextFactory
extends java.lang.Object
implements ObjectFactory<org.osoa.sca.ComponentContext>


Constructor Summary
JavaComponentContextFactory(JavaComponentContextProvider component)
           
 
Method Summary
 org.osoa.sca.ComponentContext 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

JavaComponentContextFactory

public JavaComponentContextFactory(JavaComponentContextProvider component)
Method Detail

getInstance

public org.osoa.sca.ComponentContext getInstance()
                                          throws ObjectCreationException
Description copied from interface: ObjectFactory
Return a instance of the type that this factory creates.

Specified by:
getInstance in interface ObjectFactory<org.osoa.sca.ComponentContext>
Returns:
a instance from this factory
Throws:
ObjectCreationException