| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- <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="signedProxyFactory" class="com.uas.api.crypto.hessian.SignedProxyFactory"></bean>
- <bean id="api.orderService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/seller/order" />
- <entry key="prod" value="http://www.ubtoc.com/api/service/seller/order" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.seller.service.OrderService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <bean id="api.invoiceService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/seller/invoice" />
- <entry key="prod" value="http://www.ubtoc.com/api/service/seller/invoice" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.seller.service.InvoiceService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <bean id="api.purchaseService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/buyer/purchase" />
- <entry key="prod" value="http://www.ubtoc.com/api/service/buyer/purchase" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.buyer.service.PurchaseService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <bean id="api.invoiceNotifyService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/buyer/invoiceNotify" />
- <entry key="prod"
- value="http://www.ubtoc.com/api/service/buyer/invoiceNotify" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.buyer.service.InvoiceNotifyService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <bean id="api.goodsUpAndDownService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/seller/goodsUpAndDown" />
- <entry key="prod"
- value="http://www.ubtoc.com/api/service/seller/goodsUpAndDown" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.seller.service.GoodsUpAndDownService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <bean id="api.componentService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/baisc/component" />
- <entry key="prod"
- value="http://www.ubtoc.com/api/service/baisc/component" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.baisc.service.ComponentService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <!-- 类目查询接口 -->
- <bean id="api.kindService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/baisc/kind" />
- <entry key="prod"
- value="http://www.ubtoc.com/api/service/baisc/kind" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.baisc.service.KindService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <!-- 品牌申请接口 -->
- <bean id="api.brandSubmitService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/baisc/brandSubmit" />
- <entry key="prod"
- value="http://www.ubtoc.com/api/service/baisc/brandSubmit" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.baisc.service.BrandSubmitUasService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <!-- 器件申请接口 -->
- <bean id="api.componentSubmitService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/baisc/componentSubmit" />
- <entry key="prod"
- value="http://www.ubtoc.com/api/service/baisc/componentSubmit" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.baisc.service.ComponentSubmitUasService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <!-- 图片上传接口 -->
- <bean id="api.ImageService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/basic/image" />
- <entry key="prod"
- value="http://www.ubtoc.com/api/service/basic/image" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.baisc.service.ImageUasService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- <!-- 品牌信息查询接-->
- <bean id="api.BrandService" class="com.uas.remoting.hessian.MultiProxyFactoryBean">
- <property name="proxyFactory" ref="signedProxyFactory" />
- <property name="serviceUrls">
- <map>
- <entry key="test"
- value="http://218.17.158.219:9090/platform-b2c/api/service/basic/brand" />
- <entry key="prod"
- value="http://www.ubtoc.com/api/service/basic/brand" />
- </map>
- </property>
- <property name="serviceInterface"
- value="com.uas.api.b2c_erp.baisc.service.BrandService" />
- <property name="overloadEnabled" value="true" />
- <property name="hessian2" value="true" />
- </bean>
- </beans>
|