contentManagerCacheService.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: disp
  5. (C) Copyright IBM Corp. 2005,2017
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./services.xsd" name="contentManagerCacheService" class="com.cognos.pogo.services.SoapActionHandlerService" registerInCM="true" CMdefaultName="ContentManagerCacheService" parser="stax" bodyHandlerFactory="contentManagerCacheService.cmCacheServiceHandler">
  9. <handlers>
  10. <handler name="cmCacheServiceReporter" classname="com.cognos.pogo.monitoring.SimpleRequestReportingHandler" publisherName="pogoPublisher" reporterName="contentManagerCacheService" serviceType="contentManagerCacheService" skip_on_fault="false"/>
  11. <handler name="serviceStatus" classname="com.cognos.pogo.handlers.engine.ServiceStatusHandler" dispatcherStateHandler="dispatcher.dispatcherStatusHandler" serviceName="contentManagerCacheService" skip_on_fault="false"/>
  12. <handler name="cmCacheServiceHandler" classname="com.cognos.pogo.contentmanager.cache.CMCacheHandler"/>
  13. <handler name="cmCacheChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
  14. <chain>
  15. <handler_ref name="cmCacheServiceHandler"/>
  16. <handler_ref name="bridge.response"/>
  17. <handler_ref name="pogo.respond"/>
  18. <handler_ref name="cmCacheServiceReporter"/>
  19. </chain>
  20. </handler>
  21. </handlers>
  22. <soapActions>
  23. <soapAction path="contentManagerCacheService" handler="contentManagerCacheService.cmCacheChainHandler"/>
  24. <!-- Don't bridge -->
  25. <soapAction path="http://developer.cognos.com/schemas/contentManagerCacheService/1" handler="contentManagerCacheService.cmCacheChainHandler" bridgeVersion="*"/>
  26. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/contentManagerCacheService/*/" handler="contentManagerCacheService.cmCacheChainHandler" bridgeVersion="*"/>
  27. </soapActions>
  28. <attributes>
  29. <attribute>cmcsHeapLimit</attribute>
  30. </attributes>
  31. </service>