sy-remote-spring-test.1.0.0.source-code.easy-remote-spring-test-client-context.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 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"> <bean id="easyRemoteClient" class="org.springframework.remoting.rmi.RmiProxyFactoryBean"> <property name="serviceInterface" value="eu.vitaliy.easyremote.EasyRemoteServer"/> <property name="serviceUrl" value="rmi://localhost:11199/EasyRemoteServer"/> <property name="refreshStubOnConnectFailure" value="true" /> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy