cacheservice.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!--
  2. IBM Confidential
  3. OCO Source Materials
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2012
  6. The source code for this program is not published or otherwise
  7. divested of its trade secrets, irrespective of what has been
  8. deposited with the U.S. Copyright Office.
  9. -->
  10. <!--
  11. Licensed Materials - Property of IBM
  12. IBM Cognos Products: CCS
  13. (c) Copyright IBM Corp. 2005, 2010
  14. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  15. -->
  16. <service name="cacheService" class="com.cognos.pogo.services.SoapActionHandlerService" registerInCM="false" CMdefaultName="CacheService" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="E:\ccs_sb\main\src\dispatcher\p2pd\etc\services\services.xsd">
  17. <handlers>
  18. <handler name="serviceStatus" classname="com.cognos.pogo.handlers.engine.ServiceStatusHandler" dispatcherStateHandler="dispatcher.dispatcherStatusHandler" serviceName="cacheService" skip_on_fault="false"/>
  19. <handler name="cacheServiceHandler" classname="com.ibm.cognos.pdc.cache.handlers.CacheDispatcherHandler" skip_on_fault="false"/>
  20. <handler name="cacheChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
  21. <chain>
  22. <handler_ref name="pogo.auth_check"/>
  23. <handler_ref name="cacheServiceHandler" skip_on_fault="false"/>
  24. <handler_ref name="pogo.respond" skip_on_fault="false"/>
  25. </chain>
  26. </handler>
  27. </handlers>
  28. <soapActions>
  29. <soapAction path="output" handler="cacheService.cacheChainHandler"/>
  30. </soapActions>
  31. </service>