ETSI ES 203 915-9-2007 Open Service Access (OSA) Application Programming Interface (API) Part 9 Generic Messaging SCF (Parlay 5)《开放业务接入(OSA) 应用编程接口(API) 第9部分 一般消息发送业务能力特征(Parlay 5).pdf
《ETSI ES 203 915-9-2007 Open Service Access (OSA) Application Programming Interface (API) Part 9 Generic Messaging SCF (Parlay 5)《开放业务接入(OSA) 应用编程接口(API) 第9部分 一般消息发送业务能力特征(Parlay 5).pdf》由会员分享,可在线阅读,更多相关《ETSI ES 203 915-9-2007 Open Service Access (OSA) Application Programming Interface (API) Part 9 Generic Messaging SCF (Parlay 5)《开放业务接入(OSA) 应用编程接口(API) 第9部分 一般消息发送业务能力特征(Parlay 5).pdf(42页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI ES 203 915-9 V1.2.1 (2007-01)ETSI Standard Open Service Access (OSA);Application Programming Interface (API);Part 9: Generic Messaging SCF(Parlay 5)floppy3 ETSI ETSI ES 203 915-9 V1.2.1 (2007-01) 2 Reference RES/TISPAN-01029-09-OSA Keywords API, IDL, OSA, UML ETSI 650 Route des Lucioles F-0692
2、1 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N 348 623 562 00017 - NAF 742 C Association but non lucratif enregistre la Sous-Prfecture de Grasse (06) N 7803/88 Important notice Individual copies of the present document can be downloaded from: http:/www.etsi.
3、org The present document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing on E
4、TSI printers of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http:/portal.et
5、si.org/tb/status/status.asp If you find errors in the present document, please send your comment to one of the following services: http:/portal.etsi.org/chaircor/ETSI_support.asp Copyright Notification No part may be reproduced except as authorized by written permission. The copyright and the forego
6、ing restriction extend to reproduction in all media. European Telecommunications Standards Institute 2007. The Parlay Group 2007. All rights reserved. DECTTM, PLUGTESTSTM and UMTSTM are Trade Marks of ETSI registered for the benefit of its Members. TIPHONTMand the TIPHON logo are Trade Marks current
7、ly being registered by ETSI for the benefit of its Members. 3GPPTM is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners. ETSI ETSI ES 203 915-9 V1.2.1 (2007-01) 3 Contents Intellectual Property Rights6 Foreword.6 1 Scope 7 2 References 7 3 Definit
8、ions and abbreviations.7 3.1 Definitions7 3.2 Abbreviations .7 4 Generic Messaging SCF.8 5 Sequence Diagrams 8 5.1 Prepare Mailbox .8 5.2 Open Mailbox.9 5.3 Get Message .9 5.4 Get Folder Information.10 5.5 Close Mailbox 10 6 Class Diagrams.11 7 The Service Interface Specifications12 7.1 Interface Sp
9、ecification Format .12 7.1.1 Interface Class 12 7.1.2 Method descriptions12 7.1.3 Parameter descriptions12 7.1.4 State Model.12 7.2 Base Interface.12 7.2.1 Interface Class IpInterface 12 7.3 Service Interfaces .13 7.3.1 Overview 13 7.4 Generic Service Interface .13 7.4.1 Interface Class IpService 13
10、 7.4.1.1 Method setCallback()13 7.4.1.2 Method setCallbackWithSessionID()13 8 Generic Messaging Interface Classes.14 8.1 Interface Class IpMessagingManager 14 8.1.1 Method openMailbox().15 8.1.2 Method enableMessagingNotification() .15 8.1.3 Method disableMessagingNotification().16 8.2 Interface Cla
11、ss IpAppMessagingManager16 8.2.1 Method mailboxTerminated().16 8.2.2 Method mailboxFaultDetected().16 8.2.3 Method messagingEventNotify()17 8.2.4 Method messagingNotificationTerminated()17 8.3 Interface Class IpMailbox 18 8.3.1 Method close()18 8.3.2 Method lock() .18 8.3.3 Method unlock() .19 8.3.4
12、 Method getInfoAmount()19 8.3.5 Method getInfoProperties().19 8.3.6 Method setInfoProperties().20 8.3.7 Method openFolder() 20 8.3.8 Method createFolder() 21 8.3.9 Method remove() 21 8.4 Interface Class IpMailboxFolder22 8.4.1 Method getInfoAmount()22 ETSI ETSI ES 203 915-9 V1.2.1 (2007-01) 4 8.4.2
13、Method getInfoProperties().22 8.4.3 Method setInfoProperties().23 8.4.4 Method putMessage() .23 8.4.5 Method getMessage() .24 8.4.6 Method close()24 8.4.7 Method remove() 25 8.5 Interface Class IpMessage25 8.5.1 Method getInfoAmount()25 8.5.2 Method getInfoProperties().26 8.5.3 Method setInfoPropert
14、ies().27 8.5.4 Method remove() 27 8.5.5 Method getContent().28 9 State Transition Diagrams28 10 Data Definitions .28 10.1 Event notification Definitions 28 10.1.1 TpMessagingEventName28 10.1.2 TpMessagingEventCriteria .28 10.1.3 TpGMSNewMessageArrivedCriteria .29 10.1.4 TpMessagingEventInfo.29 10.1.
15、5 TpGMSNewMessageArrivedInfo.29 10.2 Generic Messaging Data Definitions29 10.2.1 IpMessagingManager29 10.2.2 IpMessagingManagerRef29 10.2.3 IpAppMessagingManager.29 10.2.4 IpAppMessagingManagerRef.30 10.2.5 IpMailbox .30 10.2.6 IpMailboxRef30 10.2.7 IpMailboxFolder.30 10.2.8 IpMailboxFolderRef .30 1
16、0.2.9 IpMessage.30 10.2.10 IpMessageRef .30 10.2.11 TpFolderInfoProperty .30 10.2.12 TpFolderInfoPropertyName31 10.2.13 TpFolderInfoPropertySet 31 10.2.14 TpMailboxFolderIdentifier .31 10.2.15 TpMailboxIdentifier31 10.2.16 TpMailboxInfoProperty31 10.2.17 TpMailboxInfoPropertyName.32 10.2.18 TpMailbo
17、xInfoPropertySet.32 10.2.19 TpMessage32 10.2.20 TpMessageFormat 32 10.2.21 TpMessageInfoProperty32 10.2.22 TpMessageInfoPropertyName 33 10.2.23 TpMessageInfoPropertySet 33 10.2.24 TpMessagePriority33 10.2.25 TpMessageStatus 33 10.2.26 TpMessagingFault 34 11 Exception Classes.34 Annex A (normative):
18、OMG IDL Description of Generic Messaging SCF 35 Annex B (informative): W3C WSDL Description of Generic Messaging SCF.36 Annex C (informative): Java API Description of the Generic Messaging SCF 37 Annex D (informative): Record of changes 38 D.1 Interfaces 38 D.1.1 New 38 D.1.1 Deprecated38 D.1.3 Remo
19、ved.38 ETSI ETSI ES 203 915-9 V1.2.1 (2007-01) 5 D.2 Methods38 D.2.1 New 38 D.2.2 Deprecated39 D.2.3 Modified.39 D.2.4 Removed.39 D.3 Data Definitions .39 D.3.1 New 39 D.3.2 Modified.39 D.3.3 Removed.40 D.4 Service Properties.40 D.4.1 New 40 D.4.2 Deprecated40 D.4.3 Modified.40 D.4.4 Removed.40 D.5
20、Exceptions 41 D.5.1 New 41 D.5.2 Modified.41 D.5.3 Removed.41 D.6 Others .41 History 42 ETSI ETSI ES 203 915-9 V1.2.1 (2007-01) 6 Intellectual Property Rights IPRs essential or potentially essential to the present document may have been declared to ETSI. The information pertaining to these essential
21、 IPRs, if any, is publicly available for ETSI members and non-members, and can be found in ETSI SR 000 314: “Intellectual Property Rights (IPRs); Essential, or potentially Essential, IPRs notified to ETSI in respect of ETSI standards“, which is available from the ETSI Secretariat. Latest updates are
22、 available on the ETSI Web server (http:/webapp.etsi.org/IPR/home.asp). Pursuant to the ETSI IPR Policy, no investigation, including IPR searches, has been carried out by ETSI. No guarantee can be given as to the existence of other IPRs not referenced in ETSI SR 000 314 (or the updates on the ETSI W
23、eb server) which are, or may be, or may become, essential to the present document. Foreword This ETSI Standard (ES) has been produced by ETSI Technical Committee Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN). The present document is part 9 of a mul
24、ti-part deliverable covering Open Service Access (OSA); Application Programming Interface (API), as identified below. The API specification (ES 203 915) is structured in the following parts: Part 1: “Overview“; Part 2: “Common Data Definitions“; Part 3: “Framework“; Part 4: “Call Control“; Part 5: “
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIES20391592007OPENSERVICEACCESSOSAAPPLICATIONPROGRAMMINGINTERFACEAPIPART9GENERICMESSAGINGSCFPARLAY5

链接地址:http://www.mydoc123.com/p-731200.html