ETSI ES 202 915-1-2006 Open Service Access (OSA) Application Programming Interface (API) Part 1 Overview (Parlay 4) (V1 4 1 Includes Diskette)《开放业务接入(OSA) 应用编程接口(API) 第1部分 概述(Parla.pdf
《ETSI ES 202 915-1-2006 Open Service Access (OSA) Application Programming Interface (API) Part 1 Overview (Parlay 4) (V1 4 1 Includes Diskette)《开放业务接入(OSA) 应用编程接口(API) 第1部分 概述(Parla.pdf》由会员分享,可在线阅读,更多相关《ETSI ES 202 915-1-2006 Open Service Access (OSA) Application Programming Interface (API) Part 1 Overview (Parlay 4) (V1 4 1 Includes Diskette)《开放业务接入(OSA) 应用编程接口(API) 第1部分 概述(Parla.pdf(50页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI ES 202 915-1 V1.4.1 (2006-12)ETSI Standard Open Service Access (OSA);Application Programming Interface (API);Part 1: Overview(Parlay 4)floppy3 ETSI ETSI ES 202 915-1 V1.4.1 (2006-12) 2 Reference RES/TISPAN-01028-01-OSA Keywords API, IDL, OSA, UML ETSI 650 Route des Lucioles F-06921 Sophia Anti
2、polis 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.org The prese
3、nt 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 ETSI printers
4、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.etsi.org/tb/sta
5、tus/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 foregoing restricti
6、on extend to reproduction in all media. European Telecommunications Standards Institute 2006. The Parlay Group 2006. 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 currently being regi
7、stered 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 202 915-1 V1.4.1 (2006-12) 3 Contents Intellectual Property Rights6 Foreword.6 1 Scope 7 2 References 7 3 Definitions and abbr
8、eviations.10 3.1 Definitions10 3.2 Abbreviations .11 4 Open Service Access APIs.12 5 Document structure 13 6 Methodology 14 6.1 Tools and Languages14 6.2 Packaging Structure14 6.3 Colours .16 6.4 Naming scheme 17 6.5 State Transition Diagram text and text symbols.17 6.6 Exception handling and passin
9、g results17 6.7 References 18 6.8 Strings and Collections.18 6.9 Prefixes.18 7 Introduction to Parlay/OSA APIs.18 7.1 Interface Types.18 7.2 Service Factory.18 7.3 Use of Sessions.19 7.4 Interfaces and Sessions.19 7.5 Callback Interfaces.19 7.6 Setting Callbacks19 7.7 Synchronous versus Asynchronous
10、 Methods .19 7.8 Out Parameters .20 7.9 Exception Hierarchy.20 7.10 Common Exceptions 20 7.11 Use of NULL20 7.12 Notification Handling.21 8 Relationship between ETSI, Parlay and 3GPP OSA releases 21 Annex A (normative): OMG IDL .23 A.1 Tools and languages .23 A.2 Namespace .23 A.3 Object References.
11、23 A.4 Mapping of Datatypes 23 A.4.1 Basic Datatypes 23 A.4.2 Constants 23 A.4.3 Collections23 A.4.4 Sequences.24 A.4.5 Enumerations24 A.4.6 Choices.24 A.5 Use of NULL24 A.6 Exceptions 25 ETSI ETSI ES 202 915-1 V1.4.1 (2006-12) 4 A.7 Naming space across CORBA modules.25 Annex B (informative): W3C WS
12、DL26 Annex C (informative): Java Realisation API .27 C.1 Java Realisation Overview .27 C.1.1 J2SE API 27 C.1.2 J2EE API 27 C.1.3 Javadoc .27 C.2 Tools and languages .28 C.3 Generic Mappings (Elements common to J2SE and J2EE)28 C.3.1 Namespace .28 C.3.2 Package Naming Conventions28 C.3.3 Object Refer
13、ences.28 C.3.4 Element Naming.29 C.3.5 Element Naming Collisions29 C.3.6 Data Type Definitions 29 C.3.6.1 Basic Data Types 29 C.3.6.2 Constants 29 C.3.6.3 NumberedSetsOfDataElements (Collections).30 C.3.6.4 SequenceOfDataElements (Structures).30 C.3.6.5 NameValuePair (Enumerations) .31 C.3.6.6 Tagge
14、dChoiceOfDataElements (Unions) .32 C.3.6.7 Exceptions.34 C.3.6.7.1 PlatformException 34 C.3.6.7.2 P_XXX_XXX Exceptions 35 C.3.6.7.3 TpCommonExceptions35 C.3.6.7.4 TpCommonExceptions associated exceptions36 C.3.6.7.5 Additional abstract exceptions 36 C.3.6.7.6 InvalidUnionAccessorException.37 C.3.6.7
15、.7 InvalidEnumValueException 37 C.3.6.8 Deprecation.37 C.4 J2SE Specific Conventions.38 C.4.1 Removal of “Tp“ Prefix38 C.4.2 Constants 38 C.4.3 Removal of “Ip“ prefix .38 C.4.4 Mapping of IpInterface.39 C.4.5 Mapping of IpService.39 C.4.6 Mapping of UML Operations.39 C.4.7 Mapping of TpSessionID .40
16、 C.4.8 Mapping of TpAssignmentID to the creation of an Activity object .40 C.4.9 Callback Rule .43 C.4.10 Factory Rule .44 C.4.11 J2SE Specific Exceptions .45 C.4.11.1 PeerUnavailableException45 C.4.11.2 IllegalStateException46 C.4.12 User Interaction Specific Rules 46 C.4.12.1 Interfaces representi
17、ng UML IpUI and IpUICall Rule .46 C.4.12.2 Naming Collisions of GUI and CUI Activities Rule 46 C.5 J2EE Specific Conventions 46 C.5.1 Void47 C.5.2 Remote Interface Definitions .47 C.5.2.1 IpInterface.47 C.5.2.2 Methods for Remote Interfaces.47 C.5.3 Local Interface Definitions.47 C.5.3.1 Methods for
18、 Local Interfaces47 C.5.4 Multi Party Call Control Specific Rules.47 C.5.4.1 IpCallLeg and IpAppCallLeg method name conflicts 47 ETSI ETSI ES 202 915-1 V1.4.1 (2006-12) 5 Annex D (informative): Bibliography.49 History 50 ETSI ETSI ES 202 915-1 V1.4.1 (2006-12) 6 Intellectual Property Rights IPRs ess
19、ential or potentially essential to the present document may have been declared to ETSI. The information pertaining to these essential 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 potenti
20、ally Essential, IPRs notified to ETSI in respect of ETSI standards“, which is available from the ETSI Secretariat. Latest updates are 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
21、 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 Web 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 Telec
22、ommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN). The present document is part 1 of a multi-part deliverable covering Open Service Access (OSA); Application Programming Interface (API), as identified below. The API specification (ES 202 915) is structured
23、in the following parts: Part 1: “Overview“; Part 2: “Common Data Definitions“; Part 3: “Framework“; Part 4: “Call Control“; Part 5: “User Interaction SCF“; Part 6: “Mobility SCF“; Part 7: “Terminal Capabilities SCF“; Part 8: “Data Session Control SCF“; Part 9: “Generic Messaging SCF“; Part 10: “Conn
24、ectivity Manager SCF“; Part 11: “Account Management SCF“; Part 12: “Charging SCF“; Part 13: “Policy Management SCF“; Part 14: “Presence and Availability Management SCF“. The present document has been defined jointly between ETSI, The Parlay Group (http:/www.parlay.org) and the 3GPP, in co-operation
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIES20291512006OPENSERVICEACCESSOSAAPPLICATIONPROGRAMMINGINTERFACEAPIPART1OVERVIEWPARLAY4V141INCLUDESDISKETTE

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