axis2~


axis2源码~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
资源截图
代码片段和文件信息
/*
 * 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.OMFactory;
import org.apache.axis2.databinding.utils.writer.MTOMAwarexmlStreamWriter;

import javax.xml.namespace.QName;
import javax.xml.stream.xmlStreamException;
import javax.xml.stream.xmlStreamReader;
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 void serialize(final QName parentQName
                          final OMFactory factory
                          MTOMAwarexmlStreamWriter xmlWriter)
            throws xmlStreamException ADBException;

    public void serialize(final QName parentQName
                          final OMFactory factory
                          MTOMAwarexmlStreamWriter 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  2010-12-19 21:14  axis2-1.5.4
     文件       11359  2010-12-19 21:14  axis2-1.5.4LICENSE.txt
     文件        1236  2010-12-19 21:14  axis2-1.5.4NOTICE.txt
     文件        2630  2010-12-19 21:14  axis2-1.5.4README.txt
     文件        5515  2010-12-19 21:14  axis2-1.5.4
elease-notes.html
     目录           0  2010-12-19 20:13  axis2-1.5.4etc
     目录           0  2010-12-19 20:13  axis2-1.5.4etcIDEA
     目录           0  2010-12-19 20:12  axis2-1.5.4legal
     目录           0  2010-12-19 20:13  axis2-1.5.4modules
     目录           0  2010-12-19 20:16  axis2-1.5.4modulesadb
     目录           0  2010-12-19 20:12  axis2-1.5.4modulesadbsrc
     目录           0  2010-12-19 20:12  axis2-1.5.4modulesadbsrcorg
     目录           0  2010-12-19 20:12  axis2-1.5.4modulesadbsrcorgapache
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2databinding
     目录           0  2010-12-19 20:12  axis2-1.5.4modulesadbsrcorgapacheaxis2databindingi18n
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2databinding ypemapping
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2databinding ypes
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2databinding ypessoapencoding
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2databinding ypesxsd
     目录           0  2010-12-19 20:12  axis2-1.5.4modulesadbsrcorgapacheaxis2databindingutils
     目录           0  2010-12-19 20:12  axis2-1.5.4modulesadbsrcorgapacheaxis2databindingutils
eader
     目录           0  2010-12-19 20:12  axis2-1.5.4modulesadbsrcorgapacheaxis2databindingutilswriter
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2
pc
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2
pcclient
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2
pc
eceivers
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2
pc
eceiversejb
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2 ransport
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2 ransportjava
     目录           0  2010-12-19 20:13  axis2-1.5.4modulesadbsrcorgapacheaxis2util
     目录           0  2010-12-19 20:12  axis2-1.5.4modulesadb est
............此处省略5410个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)