|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.implementation.java.injection.JavaPropertyValueObjectFactory
org.apache.tuscany.sca.implementation.spring.SpringPropertyValueObjectFactory
public class SpringPropertyValueObjectFactory
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 |
|---|
public SpringPropertyValueObjectFactory(Mediator mediator)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||