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

rpc.1.0.1.source-code.brutusin-rpc-core.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"
       xsi:schemaLocation="http://www.springframework.org/schema/beans 
	   					   http://www.springframework.org/schema/beans/spring-beans.xsd">

    <bean id="rpc.cfg" class="org.brutusin.rpc.RpcConfig">
        <property name="httpRpcCfg">
            <bean class="org.brutusin.rpc.RpcConfig$HttpRpcConfig">
                <property name="path" value="/rpc/http"/>
                <property name="accessControlOrigin" value="*"/>
            </bean>
        </property>
        <property name="websocketRpcConfig">
            <bean class="org.brutusin.rpc.RpcConfig$WebsocketRpcConfig">
                <property name="path" value="/rpc/websocket"/>
            </bean>
        </property>
    </bean>
    
    <bean id="rpc.srv.version" class="org.brutusin.rpc.actions.http.VersionAction"/>
    <bean id="rpc.websocket.version" class="org.brutusin.rpc.actions.websocket.VersionAction"/>
    
    <bean id="rpc.include-builtin-services" class="java.lang.Boolean">
        <constructor-arg value="true"></constructor-arg>
    </bean>
    
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy