Individual Documentation Coverage
Management resource publishers, resources can be nuxeo services or factories.
Version: missing
Publish a nuxeo service as a management resource.
Here is the parameters description :
the
the
the
The following line figures out how we have published the runtime management service itself.
<service name="managementResourcePublisher" class="org.nuxeo.runtime.management.ResourcePublisher" ifaceClass="prg.nuxeo.runtime.management.ResourcePublisherService">
Publish a class that will be call backed at initialization time for
registering resources.
The following information have to be provided : the fully qualified factory
The referenced class should implement
The following line figures out how to publish a factory.
<factory class="my.FactoryClass">
Define a shortcuts to a published resource.
Nuxeo's published resources are published by the service using that shortcut
The following information have to be provided : the shortcut
The following line figures out how using it.
<shortcut name="publisher" qualifiedName="org.nuxeo:name=managementResourcePublisher,type=service" locator="org.nuxeo"/>
Last generation: 18:21:25 CEST 11/07/2009