I've updated the registry proposal basing on Jim's feedback especially his
wonderful runtime-pick-scope idea.
Please see the new attachment at
http://issues.apache.org/jira/secure/attachment/12340483/registry3.zip
for JIRA
http://issues.apache.org/jira/browse/TUSCANY-677
Thanks, Jim.
For your convenience, here copys some package description from the included
JavaDoc
(Still the included ReadMe.txt may help you find corresponding info)
1. Accessing the registry service
WSDLRegistries WSDL;
@Autowire
public setWSDLRegistries(WSDLRegistries registries)
{
WSDL = registries;
}
2. Accessing Definition identified by Name Space
Definition myDefinition = WSDL.getDefinition( "
http://incubator.apache.org/tuscany");
--
Yang ZHONG