annotations.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: HTS
  5. (C) Copyright IBM Corp. 2005, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <service name="annotationService" class="com.cognos.pogo.services.SoapActionHandlerService" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" logStartStop="true" loadPriority="200" registerInCM="true" CMdefaultName="AnnotationService">
  9. <prerequisites>
  10. <prerequisite disabledProperty="ansIsEnabled"/>
  11. </prerequisites>
  12. <handlers>
  13. <handler name="AnnotationServiceHandler" classname="com.ibm.cognos.internal.annotations.service.AnnotationServiceHandler" reportingHandler="annotationService.annotationsReporter"/>
  14. <handler name="TransformRequestHandler" classname="com.cognos.jsmcommon.service.TransformRequestHandler"/>
  15. <handler name="TransformResponseHandler" classname="com.cognos.jsmcommon.service.TransformResponseHandler"/>
  16. <handler name="setRequestTransformPath" classname="com.cognos.pogo.handlers.logic.SetParmHandler" prop_name="request.transform.path" prop_value="/com/ibm/cognos/internal/annotations/service/transforms/request/"/>
  17. <handler name="setResponseTransformPath" classname="com.cognos.pogo.handlers.logic.SetParmHandler" prop_name="response.transform.path" prop_value="/com/ibm/cognos/internal/annotations/service/transforms/response/"/>
  18. <handler name="serviceStatus" classname="com.cognos.pogo.handlers.engine.ServiceStatusHandler" dispatcherStateHandler="dispatcher.dispatcherStatusHandler" serviceName="annotationService" skip_on_fault="false"/>
  19. <handler name="annotationsReporter" classname="com.cognos.pogo.monitoring.SimpleRequestReportingHandler" publisherName="pogoPublisher" reporterName="annotationService" serviceType="annotationService" skip_on_fault="false"/>
  20. <handler name="annotationsChainHandler" classname="com.cognos.pogo.handlers.logic.ChainHandler">
  21. <chain>
  22. <handler_ref name="pogo.auth_check"/>
  23. <handler_ref name="setRequestTransformPath"/>
  24. <handler_ref name="TransformRequestHandler"/>
  25. <handler_ref name="AnnotationServiceHandler"/>
  26. <handler_ref name="setResponseTransformPath"/>
  27. <handler_ref name="TransformResponseHandler"/>
  28. <handler_ref name="pogo.respond"/>
  29. <handler_ref name="annotationsReporter"/>
  30. </chain>
  31. </handler>
  32. <!-- =============================
  33. annotation service remote load balancing handler
  34. ============================================-->
  35. <handler name="RemoteBalanceHandler" classname="com.cognos.p2plb.clerver.actions.RemoteBalanceHandler">
  36. <service name="annotationService">
  37. <forwarding delayBetweenAttempts="0" maxAttempts="1"/>
  38. <soapAction>annotationService</soapAction>
  39. <soapAction>http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1</soapAction>
  40. <soapAction>http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.absolute</soapAction>
  41. <soapAction>http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.control</soapAction>
  42. <soapAction>http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.high</soapAction>
  43. <soapAction>http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.session</soapAction>
  44. <soapAction>http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.server</soapAction>
  45. </service>
  46. </handler>
  47. </handlers>
  48. <soapActions>
  49. <!-- annotationService soap actions -->
  50. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1" handler="annotationService.annotationsChainHandler"/>
  51. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.high" handler="annotationService.annotationsChainHandler"/>
  52. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.session" handler="annotationService.annotationsChainHandler"/>
  53. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.absolute" handler="annotationService.annotationsChainHandler"/>
  54. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.control" handler="annotationService.annotationsChainHandler"/>
  55. <soapAction path="http://www.ibm.com/xmlns/prod/cognos/internal/annotationService/1.server" handler="annotationService.annotationsChainHandler"/>
  56. <!-- soap action for REST ness -->
  57. <soapAction path="annotationService" handler="annotationService.annotationsChainHandler"/>
  58. </soapActions>
  59. <attributes>
  60. <attribute>advancedSettings</attribute>
  61. </attributes>
  62. </service>