<bean id="paymentService" class="org.springframework.remoting.rmi,RmiProxyFactoryBean"> <property name="serviceUrl"> <value>rmi://${payment}/PayService</value> </property> <property name="serviceInterface"> <bean class="com.springinaction.payment.PayMentService"/> </property></bean>