org.apache.tuscany.sca.implementation.osgi.context
Class OSGiPropertyValueObjectFactory.ObjectFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
      extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImpl
All Implemented Interfaces:
ObjectFactory
Enclosing class:
OSGiPropertyValueObjectFactory

public class OSGiPropertyValueObjectFactory.ObjectFactoryImpl
extends OSGiPropertyValueObjectFactory.ObjectFactoryImplBase


Field Summary
 
Fields inherited from class org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
javaType, property, propertyValue, simpleTypeMapper, sourceDataType, targetDataType
 
Constructor Summary
OSGiPropertyValueObjectFactory.ObjectFactoryImpl(Property property, java.lang.Object propertyValue, boolean isSimpleType, java.lang.Class javaType)
           
 
Method Summary
 java.lang.Object 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

OSGiPropertyValueObjectFactory.ObjectFactoryImpl

public OSGiPropertyValueObjectFactory.ObjectFactoryImpl(Property property,
                                                        java.lang.Object propertyValue,
                                                        boolean isSimpleType,
                                                        java.lang.Class javaType)
Method Detail

getInstance

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

Returns:
a instance from this factory
Throws:
ObjectCreationException