org.apache.tuscany.spi.implementation.java
Class JavaMappedReference
java.lang.Object
org.apache.tuscany.spi.model.ModelObject
org.apache.tuscany.spi.model.ReferenceDefinition
org.apache.tuscany.spi.implementation.java.JavaMappedReference
public class JavaMappedReference
- extends ReferenceDefinition
A ReferenceDefinition definition that is mapped to a specific location in the implementation class. This location
will typically be used to inject reference values.
- Version:
- $Rev: 434281 $ $Date: 2006-08-23 18:43:12 -0700 (Wed, 23 Aug 2006) $
Method Summary |
Member |
getMember()
Returns the Member that this reference is mapped to. |
void |
setMember(Member member)
Sets the Member that this reference is mapped to |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaMappedReference
public JavaMappedReference()
JavaMappedReference
public JavaMappedReference(String name,
ServiceContract serviceContract,
Member member)
getMember
public Member getMember()
- Returns the Member that this reference is mapped to.
- Returns:
- the Member that this reference is mapped to
setMember
public void setMember(Member member)
- Sets the Member that this reference is mapped to
- Parameters:
member
- the Member that this reference is mapped to
-