资源简介
WebService调用第三方服务的案例,中英文自动转换,服务是webxml提供的,有需要的伙伴们可以下载
代码片段和文件信息
package cn.com.webxml;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.xmlAccessType;
import javax.xml.bind.annotation.xmlAccessorType;
import javax.xml.bind.annotation.xmlElement;
import javax.xml.bind.annotation.xmlType;
/**
* ArrayOfString complex type的 Java 类。
*
*
以下模式片段指定包含在此类中的预期内容。
*
*
* <complexType name=“ArrayOfString“>
* <complexContent>
* <restriction base=“{http://www.w3.org/2001/xmlSchema}anyType“>
* <sequence>
* <element name=“string“ type=“{http://www.w3.org/2001/xmlSchema}string“ maxOccurs=“unbounded“ minOccurs=“0“/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@xmlAccessorType(xmlAccessType.FIELD)
@xmlType(name = “ArrayOfString“ propOrder = {
“string“
})
public class ArrayOfString {
@xmlElement(nillable = true)
protected List string;
/**
* Gets the value of the string property.
*
*
* This accessor method returns a reference to the live list
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the string property.
*
*
* For example to add a new item do as follows:
*
* getString().add(newItem);
*
*
*
*
* objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getString() {
if (string == null) {
string = new ArrayList();
}
return this.string;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-15 16:41 调用第三方服务\
目录 0 2018-10-15 16:41 调用第三方服务\EnglishChinese\
文件 301 2018-10-15 13:54 调用第三方服务\EnglishChinese\.classpath
文件 390 2018-10-15 13:54 调用第三方服务\EnglishChinese\.project
目录 0 2018-10-15 13:54 调用第三方服务\EnglishChinese\.settings\
文件 598 2018-10-15 13:54 调用第三方服务\EnglishChinese\.settings\org.eclipse.jdt.core.prefs
目录 0 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\
目录 0 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\
目录 0 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\
目录 0 2018-10-15 16:41 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 938 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 899 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 2766 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 2680 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 875 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 895 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 4460 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 320 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 843 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 1016 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 1134 2018-10-15 16:22 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 839 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 883 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 1096 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 1054 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 1160 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 895 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 1120 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 863 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
文件 1056 2018-10-15 16:02 调用第三方服务\EnglishChinese\bin\cn\com\webxm
目录 0 2018-10-15 15:59 调用第三方服务\EnglishChinese\src\
............此处省略41个文件信息
- 上一篇:Siamese-RPN_code
- 下一篇:pwa程序
相关资源
- WebService测试工具[WebServiceStudio]
- 3D游戏与计算机图形学中的数学方法
- 计算机毕业论文参考文献(中英文对
- Delphi读写Office Word DOCX文档控件DOCXRe
- 调用webservice,通过post传参读取返回的
- sentiment情感语料主张,程度,评价,
- HIPAA3-6章课程中英文对比自动翻译,非
- 24LC02中英文资料
- 计算机网络(第五版)课后习题(英
- WebService_通过工具来监控WebService请求
- webservice文件上传.zip
- WebService接口测试工具
- springboot+axis1.4
- 尚硅谷webService视频
- 吴恩达机器学习视频中英文字幕字幕
- 通过webservices获取当前天气预报
- 无线视频监控系统中英文
- webService视频资源
- 中英文停用词合集内含哈工大、四川
- 中文转化成英文
- 信息管理系统计算机毕业设计全套+论
- webservice
- 爱玛电动车专用充电器电路图
- 中英文北京地铁线路图全矢量图
- 数据库发展史毕业论文中英文翻译
- wince使用webservice验证登录
- ISO9001_2015_中英对照.pdf
- 5-单片机 外文文献 英文文献 外文翻译
- MCS-51系列单片机中英文资料对照外文
- Spring 实现远程访问详解——webservic
评论
共有 条评论