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