| 12345678910111213141516171819202122232425262728293031323334 | 
							- <?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 classpath:schema/beans/spring-beans-2.5.xsd 
 
- 	http://www.springframework.org/schema/tx classpath:schema/tx/spring-tx-2.5.xsd 
 
- 	http://www.springframework.org/schema/aop classpath:schema/aop/spring-aop-2.5.xsd">
 
- #foreach( $childMap in $!list )	
 
- 	<!-- $tools.get($childMap,"name") -->
 
- 	<bean id="$tools.get($childMap,"code")" class="com.miniframe.httpclient.HttpTransmitter">
 
- 		<!-- $tools.get($childMap,"map.code2uri.中文名称") -->
 
- 		<property name="code2uri" value="$tools.get($childMap,"map.code2uri.设置值")"/>	
 
- 		<!-- $tools.get($childMap,"map.transType.中文名称") -->
 
- 		<property name="transType" value="$tools.get($childMap,"map.transType.设置值")"/>	
 
- 		<!-- $tools.get($childMap,"map.transCode.中文名称") -->
 
- 		<property name="transCode" value="$tools.get($childMap,"map.transCode.设置值")"/>	
 
- 		<!-- $tools.get($childMap,"map.clienthttpHead.中文名称") -->
 
- 		<property name="clienthttpHead" value="$tools.get($childMap,"map.clienthttpHead.设置值")"/>					
 
- 		<!-- $tools.get($childMap,"map.serverhttpHead.中文名称") -->
 
- 		<property name="serverhttpHead" value="$tools.get($childMap,"map.serverhttpHead.设置值")"/>		
 
- 		<!-- $tools.get($childMap,"map.host.中文名称") -->
 
- 		<property name="host" value="$tools.get($childMap,"map.host.设置值")"/>		
 
- 		<!-- $tools.get($childMap,"map.port.中文名称") -->
 
- 		<property name="port" value="$tools.get($childMap,"map.port.设置值")"/>
 
- 		<!-- $tools.get($childMap,"map.uri.中文名称") -->
 
- 		<property name="uri" value="$tools.get($childMap,"map.uri.设置值")"/>
 
- 		<!-- $tools.get($childMap,"map.transmitter.中文名称") -->
 
- 		<property name="clientTransmeter" ref="$tools.get($childMap,"map.transmitter.设置值")"/>		
 
- 	</bean>
 
- #end
 
- </beans>
 
 
  |