Web Services使用多态的方法
在Web Services方法中,往往使用的都是一个具体类型的参数,这个参数一般就是一个数据对象。ASP.NET Web Services通过声明XmlIncludeAttribute可以实现Web Services方法中运用多态。 XmlIncludeAttribute允许XmlSerializer在序列化火反序列化对象时识别类型。当应用XmlIncludeAttribute时,需指定派生类的Type。XmlSerializer序列化同时包含基类和派生类的对象之后,它就可以识别两种对象类型。 首先定义基类Vehicle和派生类Car: public abstract class Vehi
用户评论
推荐下载
-
Restful Web Services高清版
高清版的文档资源RestfulWebServices,接口开发,后端设计
17 2019-05-31 -
Web Services Enhancements3.0
WebServicesEnhancements3.0QuickStart
26 2019-06-04 -
web services开发文档
webservices开发文档tomcateclipsaxis2
30 2019-07-28 -
Alfresco3Web Services
Alfresco3WebServices
19 2019-07-27 -
Restful Web Services with Apache CXF
RestfulWebService开发可供参考
56 2019-07-29 -
Develop Web Services With Apache Axis
DevelopWebServicesWithApacheAxis
35 2019-07-29 -
Java Web Services up and running
JavaWebServices:upandrunning.Javaweb服务》构建与运行。包括书中源码。
34 2019-07-18 -
应用Axis开发Web Services
一、Axis的安装应用Axis开发WebServices,你需要安装如下软件:1.JDK1.4.2或以上2.http://ws.apache.org/axis/dist/1_1/下载得到3.一个支持S
68 2019-08-01 -
Dev Web Services With Apache Axis
DevWebServicesWithApacheAxisWhat'sinthischapter?....................................................
36 2019-08-01 -
Developing Web Services using Eclipse
DevelopingWebServicesusingEclipse
39 2019-08-01
暂无评论