Add a method to the DomainRegistry to get the contribution uri for the composite taht contains a running component
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
65d3b78452
commit
4ba5ef263d
1 changed files with 6 additions and 0 deletions
|
@ -924,5 +924,11 @@ public class DeployerImpl implements Deployer {
|
|||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getContainingCompositesContributionURI(String componentName) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue