osgidispatcherservices.xml 728 B

123456789101112131415161718
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2003, 2012
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service name="osgiDispatcherServicesProvider" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="1" logStartStop="true">
  8. <prerequisites>
  9. <prerequisite systemPropertyBool="com.ibm.cognos.pogo.osgi"/>
  10. </prerequisites>
  11. <handlers>
  12. <handler name="osgiDispatcherServicesProviderHandler" classname="com.cognos.pogo.osgi.handler.OsgiServiceHandler" osgiservice="com.ibm.cognos.pogo.pdk.osgi.impl.DispatcherServicesProviderHandler"/>
  13. </handlers>
  14. </service>