023cfbd65e16f1a530924251239b635050fbe413.svn-base 532 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
  3. "http://www.springframework.org/dtd/spring-beans.dtd">
  4. <beans>
  5. <bean id="HessionServiceClient"
  6. class="org.springframework.remoting.caucho.HessianProxyFactoryBean">
  7. <property name="serviceUrl">
  8. <value>http://localhost:8088/CoreServerDemo/remoting/HessianRemoting</value>
  9. </property>
  10. <property name="serviceInterface">
  11. <value>CoreFS.SA06.CoreICommunicationService</value>
  12. </property>
  13. </bean>
  14. </beans>