Spring Http遠程調用applicationContext-invoker.xml

          Posted on 2008-07-10 17:38 追夢人 閱讀(756) 評論(0)  編輯  收藏 所屬分類: Spring
          <?xml version="1.0" encoding="UTF-8"?>
          <beans xmlns="http://www.springframework.org/schema/beans"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns:aop="http://www.springframework.org/schema/aop"
          xmlns:tx="http://www.springframework.org/schema/tx"
          xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
                     http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
                     http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd"
          default-autowire="byName">


          <!--客服端設置-->
          <bean id="paymentManager" class= "org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
               <property name="serviceUrl" value="http://localhost:8080/pay.service" />
               <property name="serviceInterface" value="cn.com.vikijob.service.PaymentService" />
            </bean>
            
            <!--服務端設置-->
          <bean id="httpPaymentService" class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
            <property name="service" ref="paymentService" />
            <property name="serviceInterface" value="cn.com.vikijob.service.PaymentService"/>
          </bean>
          <bean id="urlMapping" class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
            <property name="mappings">
             <props>
              <prop key="/pay.service">httpPaymentService</prop>
             </props>
            </property>
          </bean>
          </beans>

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 神木县| 星子县| 营口市| 连州市| 会东县| 胶南市| 长武县| 黄骅市| 宜昌市| 温泉县| 鄂伦春自治旗| 红原县| 夏河县| 定边县| 石柱| 景宁| 类乌齐县| 孟村| 达孜县| 建始县| 南昌市| 邵武市| 托克逊县| 静乐县| 玉林市| 阿巴嘎旗| 滨海县| 鹤庆县| 九台市| 宜兰县| 东山县| 永仁县| 浦东新区| 河池市| 玉屏| 香港 | 汝阳县| 揭西县| 正定县| 蚌埠市| 瑞金市|