一个简单的场景,做下笔记: 典型的In-Out接口: cxf-bc(consumer) --> eip "Static Routing Slip" --> saxon --> cxf-bc(provider) CXF配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0" xmlns:xsi="http://http://www.w3.org/2001/XMLSchema-instance" xmlns:novaesb="http://www.hongcheng.com/novaesb/selectnumber" xmlns:clarity="http://webservices/clarity/api/numbermanagement" xsi:schemaLocation="http://servicemix.apache.org/cxfbc/1.0 http://servicemix.apache.org/schema/servicemix-cxf-bc-3.2.3.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">      <bean id="propertyConfigurer"         class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">     <property name="location">         <value>clas

......