java 中HttpClient傳輸xml字符串實(shí)例詳解
介紹:我現(xiàn)在有一個(gè)對(duì)象page,需要將page對(duì)象轉(zhuǎn)換為xml格式并以binary方式傳輸?shù)椒?wù)端
其中涉及到的技術(shù)點(diǎn)有:
1、對(duì)象轉(zhuǎn)xml流
2、輸出流轉(zhuǎn)輸入流
3、httpClient發(fā)送二進(jìn)制流數(shù)據(jù)
POM文件依賴配置
junit junit 3.8.1 test org.apache.httpcomponents httpclient 4.5.2 org.apache.httpcomponents httpmime 4.5.2 commons-lang commons-lang 2.4 com.google.code.gson gson 2.2.4 jar compile org.xwiki.platform xwiki-platform-rest-model 7.2