91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 11.2MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-06-15
  • 語言: 其他
  • 標(biāo)簽:

資源簡介

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);
?????*/
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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個(gè)文件信息

評論

共有 條評論

相關(guān)資源