|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Wire
Represents a wire.
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a clone of the wire. |
ComponentReference |
getSource()
Returns the source of the wire. |
ComponentService |
getTarget()
Returns the target of the wire. |
void |
setSource(ComponentReference source)
Sets the source of the wire. |
void |
setTarget(ComponentService target)
Sets the target of the wire. |
| Methods inherited from interface org.apache.tuscany.sca.assembly.Base |
|---|
isUnresolved, setUnresolved |
| Methods inherited from interface org.apache.tuscany.sca.assembly.Extensible |
|---|
getExtensions |
| Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint |
|---|
getApplicablePolicySets, getPolicySets |
| Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint |
|---|
getRequiredIntents, getType, setType |
| Method Detail |
|---|
ComponentReference getSource()
void setSource(ComponentReference source)
source - the source of the wireComponentService getTarget()
void setTarget(ComponentService target)
target - the target of the wire
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||