kltp-ei-module-intsvc.2.1.3.source-code.PingForConfiguration-rivtabp21-service-checkdb.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="utf-8"?> <mule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:https="http://www.mulesoft.org/schema/mule/https" xmlns:cxf="http://www.mulesoft.org/schema/mule/cxf" xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:spring="http://www.springframework.org/schema/beans" xmlns:doc="http://www.mulesoft.org/schema/mule/documentation" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-current.xsd http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd http://www.mulesoft.org/schema/mule/https http://www.mulesoft.org/schema/mule/https/current/mule-https.xsd http://www.mulesoft.org/schema/mule/cxf http://www.mulesoft.org/schema/mule/cxf/current/mule-cxf.xsd " > <spring:bean name="find-content-bl-bean" class="se.skltp.ei.svc.service.impl.FindContentBean"> </spring:bean> <spring:bean name="ping-for-configuration-db-check-ws-bean" class="se.skltp.ei.monitoring.PingForconfigurationDbCheckWSBean"> <spring:property name="appName" value="${APPLICATION_NAME_BACKEND}" /> <spring:property name="checkDbRri" value="${PINGFORCONFIGURATION_CHECK_DB_RRI}" /> <spring:property name="checkDbServiceDomain" value="${PINGFORCONFIGURATION_CHECK_DB_SERVICEDOMAIN}" /> <spring:property name="blBean" ref="find-content-bl-bean" /> </spring:bean> <flow name="PingForConfiguration-1-rivtabp21-checkdb-flow" > <inbound-endpoint name="PingForConfiguration-1-rivtabp21-checkdb-service" address="${PINGFORCONFIGURATION_INBOUND_ENDPOINT_BACKEND}" exchange-pattern="request-response"> </inbound-endpoint> <cxf:jaxws-service serviceClass="se.skltp.ei.monitoring.PingForconfigurationDbCheckWSBean"/> <component> <spring-object bean="ping-for-configuration-db-check-ws-bean"/> </component> </flow> </mule>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy