资源简介
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.4\LICENSE.txt
文件 1236 2010-12-19 21:14 axis2-1.5.4\NOTICE.txt
文件 2630 2010-12-19 21:14 axis2-1.5.4\README.txt
文件 5515 2010-12-19 21:14 axis2-1.5.4\release-notes.html
目录 0 2010-12-19 20:13 axis2-1.5.4\etc\
目录 0 2010-12-19 20:13 axis2-1.5.4\etc\IDEA\
目录 0 2010-12-19 20:12 axis2-1.5.4\legal\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\
目录 0 2010-12-19 20:16 axis2-1.5.4\modules\adb\
目录 0 2010-12-19 20:12 axis2-1.5.4\modules\adb\src\
目录 0 2010-12-19 20:12 axis2-1.5.4\modules\adb\src\org\
目录 0 2010-12-19 20:12 axis2-1.5.4\modules\adb\src\org\apache\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\databinding\
目录 0 2010-12-19 20:12 axis2-1.5.4\modules\adb\src\org\apache\axis2\databinding\i18n\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\databinding\typemapping\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\databinding\types\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\databinding\types\soapencoding\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\databinding\types\xsd\
目录 0 2010-12-19 20:12 axis2-1.5.4\modules\adb\src\org\apache\axis2\databinding\utils\
目录 0 2010-12-19 20:12 axis2-1.5.4\modules\adb\src\org\apache\axis2\databinding\utils\reader\
目录 0 2010-12-19 20:12 axis2-1.5.4\modules\adb\src\org\apache\axis2\databinding\utils\writer\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\rpc\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\rpc\client\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\rpc\receivers\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\rpc\receivers\ejb\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\transport\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\transport\java\
目录 0 2010-12-19 20:13 axis2-1.5.4\modules\adb\src\org\apache\axis2\util\
目录 0 2010-12-19 20:12 axis2-1.5.4\modules\adb\test\
............此处省略5410个文件信息
- 上一篇:Geoda软件
- 下一篇:传感器检测技术ppt
评论
共有 条评论