How about having a management API for Tuscany?

The use case i have right now for this is so a J2SE client to can find out
what are the valid service names it can use in the locateService method on
the org.osoa.sca.ModuleContext interface. This is to make the JavaScript
interactive client able to automatically register all the available services
to the JavaScript environment, see:
http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200605.mbox/[EMAIL 
PROTECTED]

So that could be a method like:

   public List<String> getServiceNames();

Any suggestions as to where a method like this could go and how to get at
one of those things?

  ...ant

See the thread:
http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200605.mbox/[EMAIL 
PROTECTED]

Reply via email to