资源简介
axis2 1.6.2 官方源码包
官方下载的,上传上来给无法从官方下载的朋友
代码片段和文件信息
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License Version 2.0 (the
* “License“); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing
* software distributed under the License is distributed on an
* “AS IS“ BASIS WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.axis2.databinding;
import org.apache.axiom.om.OMElement;
import org.apache.axiom.om.OMFactory;
import javax.xml.namespace.QName;
import javax.xml.stream.xmlStreamException;
import javax.xml.stream.xmlStreamReader;
import javax.xml.stream.xmlStreamWriter;
import java.io.Serializable;
/*
* ADBBean - Axis Data Binding Bean. This will be implemented by all the beans that are being generated by
* Axis2 data binding framework
*/
public interface ADBBean extends Serializable {
/**
* Serializes an ADBBean. Gets the pull parser and fetches the xml pull events to represent the
* bean.
*
* @param adbBeanQName the name of the element to be generated for this ADBBean.
* @return Returns a pull parser for this ADBBean.
*/
public xmlStreamReader getPullParser(QName adbBeanQName) throws xmlStreamException;
public OMElement getOMElement(QName parentQName OMFactory factory) throws ADBException;
public void serialize(final QName parentQName
xmlStreamWriter xmlWriter)
throws xmlStreamException ADBException;
public void serialize(final QName parentQName
xmlStreamWriter xmlWriter
boolean serializeType)
throws xmlStreamException ADBException;
/**
* There will be a self factory in every generated data bound class XXX:
* public static XXX read (xmlStreamReader);
*/
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-04-17 18:31 axis2-1.6.2\
文件 4288 2012-04-17 18:30 axis2-1.6.2\release-notes.html
文件 11359 2012-04-17 18:30 axis2-1.6.2\LICENSE.txt
文件 1236 2012-04-17 18:30 axis2-1.6.2\NOTICE.txt
文件 2491 2012-04-17 18:30 axis2-1.6.2\README.txt
目录 0 2012-04-17 17:29 axis2-1.6.2\modules\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\
目录 0 2012-04-17 18:21 axis2-1.6.2\modules\tool\axis2-idea-plugin\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\plugin\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\plugin\resources\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\plugin\icons\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\plugin\me
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\site\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\site\apt\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\ideaplugin\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\ideaplugin\fr
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\ideaplugin\fr
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\ideaplugin\plugin\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\ideaplugin\bean\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\axis2\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\axis2\tools\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\axis2\tools\java2wsdl\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\axis2\tools\wizardfr
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\axis2\tools\bean\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\axis2\tools\idea\
目录 0 2012-04-17 17:27 axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\axis2\tools\component\
............此处省略5771个文件信息
- 上一篇:openssl 安装包
- 下一篇:2015rococup nimyrio开发程序备份
相关资源
- 网络服装购物商城系统源码
- 华中科技大学计算机学院计算机网络
- 校园管理系统源码.
- 最新CANFestival源码+stm32测试代码+移植
- 医院管理住院系统的研究与实现(源
- 畅购商城完整代码实现源码
- 利用OpenGL自编程实现球体源码——网
- 小米mace相关源码
- VMware Horizon 7.6 官方中文版 产品手册
- CloudCompare源码
- lis3dh三轴传感器计步实现C源码
- 华为官方HCNA-CC联络中心培训教材
- cfa二级历年mock2016-2019,免费
- pentaho kettle solutions电子书及完整源码
- Halcon16种缺陷检测视源码.7z
- 内网穿透工具frp_0.29.0_windows(含官方
- 个人发卡网源码全解.zip
- 智能社JS视频配套源码
- ArcGis Engine组件式开发及应用 兰小机
- echarts.zip
- UniGUI_1.90.0.1508整套汉化包源码版
- 冈萨雷斯的数字图像处理第四版 全球
- 最全 LINQ从基础到项目实战(电子书
- LINUX设备驱动程序(第3版)_含.zip
- 几套完整的 热电偶 含源码 图纸
- STM32F3标准库_官方
- Visual Assist X 2029 官方原版+破解补丁
- 微信小程序模仿微信聊天界面布局d
- 视频打赏运营版
- 招生源码系统.zip
评论
共有 条评论