I would like to know if there's anything, which cannot see, against
the add of method
getService(String serviceId) to the Registry.

I'm integrating HiveMind as an option like a Mule
(http://mule.codehaus.org) container, and at first sight this could
make the whole process easier, so there's something/someone against
this particular request?
I mean mule use its own descriptor to configure the entire ESB manager
which is built on top of components, this components could be provided
by external container (such has hivemind).
The mule manager looks up the component from the (external) container
with a java.lang.String object.
Taking HiveMind as an example i could define a service point this way:
  <service-point id="Importer" interface="IImporter">
        <invoke-factory>
                <construct class="ImporterImpl"/>
        </invoke-factory>
    <interceptor service-id="hivemind.LoggingInterceptor" />
  </service-point>

Using some sort of helper class i could load the Class corresponding
the service if the service id is the same as the interface but I'm no
more able to locate it if the id different from the interface name.

Thanks

Ciao
--
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to