org.apache.tuscany.sca.implementation.spring
Class SpringPropertyValueObjectFactory

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.java.injection.JavaPropertyValueObjectFactory
      extended by org.apache.tuscany.sca.implementation.spring.SpringPropertyValueObjectFactory
All Implemented Interfaces:
PropertyValueFactory

public class SpringPropertyValueObjectFactory
extends JavaPropertyValueObjectFactory

Factory class for PropertyValueObjects for Spring implementations 6th May 2007: Chosen a very simple design for this class - since Spring implementations are a form of Java POJO, the simple design chosen for this class is to re-use the PropertyValueObjectFactory implementation from the base implementation-java-runtime package of Tuscany SCA Java, since the same properties are going to be rendered in the same way to simple Tuscany POJOs and to Spring Bean POJOs. Mike Edwards


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.tuscany.sca.implementation.java.injection.JavaPropertyValueObjectFactory
JavaPropertyValueObjectFactory.ArrayObjectFactoryImpl, JavaPropertyValueObjectFactory.ListObjectFactoryImpl, JavaPropertyValueObjectFactory.ObjectFactoryImpl, JavaPropertyValueObjectFactory.ObjectFactoryImplBase
 
Constructor Summary
SpringPropertyValueObjectFactory(Mediator mediator)
          Constructor simply defers to the superclass, along with the complete implementation...
 
Method Summary
 
Methods inherited from class org.apache.tuscany.sca.implementation.java.injection.JavaPropertyValueObjectFactory
createPropertyValue, createValueFactory, createValueFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringPropertyValueObjectFactory

public SpringPropertyValueObjectFactory(Mediator mediator)
Constructor simply defers to the superclass, along with the complete implementation...