- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
- "http://www.springframework.org/dtd/spring-beans.dtd">
- <beans>
- <bean id="hessionService"
- class="CoreFS.SA01.CoreCommunicationService">
- </bean>
- <bean name="/HessianRemoting"
- class="org.springframework.remoting.caucho.HessianServiceExporter">
- <property name="service" ref="hessionService" />
- <property name="serviceInterface"
- value="CoreFS.SA06.CoreICommunicationService" />
- </bean>
- </beans>
|