All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.org.openl.rules.ruleservice.5.25.17.source-code.openl-ruleservice-publisher-beans.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:util="http://www.springframework.org/schema/util"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
	                       http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd">

    <!-- Provide information about modules that can be used as dependencies. -->
    <!-- <bean id="dependencyManager" class="org.openl.rules.project.dependencies.RulesProjectDependencyManager"/> -->

    <!-- Simple front end to access all services. -->
    <bean id="frontend" class="org.openl.rules.ruleservice.simple.RulesFrontendImpl"/>

    <!-- Initializes OpenL Engine instances according to Rule Services configuration
        description and calls DeploymentAdmin to expose corresponding web service. -->
    <bean id="javaClassRuleServicePublisher" class="org.openl.rules.ruleservice.simple.JavaClassRuleServicePublisher">
        <property name="frontend" ref="frontend"/>
    </bean>

    <util:map id="ruleServicePublishers">
        <entry key="JAVA" value-ref="javaClassRuleServicePublisher"/>
    </util:map>
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy