• 大小: 11.76MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-05
  • 语言: 其他
  • 标签: axis2  官方  源码  

资源简介

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\meta-INF\
     目录           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\frames\
     目录           0  2012-04-17 17:27  axis2-1.6.2\modules\tool\axis2-idea-plugin\src\main\java\org\apache\ideaplugin\frames\table\
     目录           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\wizardframe\
     目录           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个文件信息

评论

共有 条评论