ETSI ES 204 915-1-2008 Open Service Access (OSA) Application Programming Interface (API) Part 1 Overview (Parlay 6)《开放业务接口(OSA) 应用编程接口(API) 第1部分 概述(Parlay 6)V1 1 1 包括磁盘》.pdf
《ETSI ES 204 915-1-2008 Open Service Access (OSA) Application Programming Interface (API) Part 1 Overview (Parlay 6)《开放业务接口(OSA) 应用编程接口(API) 第1部分 概述(Parlay 6)V1 1 1 包括磁盘》.pdf》由会员分享,可在线阅读,更多相关《ETSI ES 204 915-1-2008 Open Service Access (OSA) Application Programming Interface (API) Part 1 Overview (Parlay 6)《开放业务接口(OSA) 应用编程接口(API) 第1部分 概述(Parlay 6)V1 1 1 包括磁盘》.pdf(64页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI ES 204 915-1 V1.1.1 (2008-05)ETSI Standard Open Service Access (OSA);Application Programming Interface (API);Part 1: Overview(Parlay 6)floppy3 ETSI ETSI ES 204 915-1 V1.1.1 (2008-05) 2 Reference DES/TISPAN-01032-1-OSA Keywords API, IDL, OSA, UML ETSI 650 Route des Lucioles F-06921 Sophia Antip
2、olis 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 presen
3、t 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 o
4、f 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/stat
5、us/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 restrictio
6、n extend to reproduction in all media. European Telecommunications Standards Institute 2008. The Parlay Group 2008. All rights reserved. DECTTM, PLUGTESTSTM, UMTSTM, TIPHONTM, the TIPHON logo and the ETSI logo are Trade Marks of ETSI registered for the benefit of its Members. 3GPPTM is a Trade Mark
7、of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners. ETSI ETSI ES 204 915-1 V1.1.1 (2008-05) 3 Contents Intellectual Property Rights6 Foreword.6 1 Scope 7 2 References 7 2.1 Normative references .7 3 Definitions and abbreviations.11 3.1 Definitions11 3.2 Abbrevi
8、ations .12 4 Open Service Access APIs.13 5 Document structure 14 6 Methodology 16 6.1 Tools and Languages16 6.2 Packaging Structure16 6.3 Colours .18 6.4 Naming scheme 18 6.5 State Transition Diagram text and text symbols.19 6.6 Exception handling and passing results19 6.7 References 19 6.8 Strings
9、and Collections.19 6.9 Prefixes.19 7 Introduction to Parlay/OSA APIs.20 7.1 Interface Types.20 7.2 Service Factory.20 7.3 Use of Sessions.20 7.4 Interfaces and Sessions.20 7.5 Callback Interfaces.20 7.6 Setting Callbacks21 7.7 Synchronous versus Asynchronous Methods .21 7.8 Out Parameters .21 7.9 Ex
10、ception Hierarchy.21 7.10 Common Exceptions 22 7.11 Use of NULL22 7.12 Notification Handling.22 8 Relationship between ETSI, Parlay and 3GPP OSA releases 23 9 Backwards Compatibility Considerations 24 9.1 Guidelines to enable backwards compatibility in implementations .24 9.2 Rule summary 25 9.2.1 S
11、erver side permitted changes 25 9.2.2 Client side permitted changes .25 9.2.3 Data type permitted changes.25 9.3 Implementation Guidelines for Server Programmers .25 9.4 Implementation Guidelines for Client Programmers26 9.5 Tracking the changes in the specifications .26 9.5.1 New Tag .26 9.5.2 Depr
12、ecated Tag.26 9.6 Technology realization rules 26 9.6.1 Corba IDL Rules.26 9.6.2 Java rules 26 9.7 Rules for removal of deprecated items from the specifications27 Annex A (normative): OMG IDL .28 ETSI ETSI ES 204 915-1 V1.1.1 (2008-05) 4 A.1 Tools and languages .28 A.2 Namespace .28 A.3 Object Refer
13、ences.28 A.4 Mapping of Datatypes 28 A.4.1 Basic Datatypes 28 A.4.2 Constants 28 A.4.3 Collections29 A.4.4 Sequences.29 A.4.5 Enumerations29 A.4.6 Choices.29 A.5 Use of NULL30 A.6 Exceptions 30 A.7 Naming space across CORBA modules.30 Annex B (informative): W3C WSDL31 B.1 Tools and Languages31 B.2 P
14、roposed Namespaces for the OSA WSDL .31 B.3 Object References.32 B.4 Mapping UML Data Types to XML Schema.32 B.4.1 Data Types32 B.4.1.1 .33 B.4.1.2 33 B.4.1.3 33 B.4.1.4 .34 B.4.1.5 .34 B.4.1.6 34 B.5 Mapping of UML Interfaces to WSDL 35 B.5.1 Mapping of UML Operations to WSDL message element.35 B.5
15、.2 Mapping of Exception to WSDL message element35 B.5.3 Mapping of Interface Class to WSDL portType and binding elements36 B.5.4 Mapping of UML Interfaces to WSDL service element.37 Annex C (informative): Java Realisation API .38 C.1 Java Realisation Overview .38 C.1.1 J2SE API 38 C.1.2 J2EE API 38
16、C 1.3 Javadoc .38 C.2 Tools and languages .39 C.3 Generic Mappings (Elements common to J2SE and J2EE)39 C.3.1 Namespace .39 C.3.2 Package Naming Conventions39 C.3.3 Object References.39 C.3.4 Element Naming.40 C.3.5 Element Naming Collisions40 C.3.6 Data Type Definitions 40 C.3.6.1 Basic Data Types
17、40 C.3.6.2 Constants 40 C.3.6.3 NumberedSetsOfDataElements (Collections).41 C.3.6.4 SequenceOfDataElements (Structures).41 C.3.6.5 NameValuePair (Enumerations) .42 C.3.6.6 TaggedChoiceOfDataElements (Unions) .43 C.3.6.7 Exceptions.45 C.3.6.7.1 PlatformException 45 ETSI ETSI ES 204 915-1 V1.1.1 (2008
18、-05) 5 C.3.6.7.2 P_XXX_XXX Exceptions 46 C.3.6.7.3 TpCommonExceptions46 C.3.6.7.4 TpCommonExceptions associated exceptions47 C.3.6.7.5 Additional abstract exceptions 47 C.3.6.7.6 InvalidUnionAccessorException.48 C.3.6.7.7 InvalidEnumValueException 48 C.3.6.8 Deprecation.48 C.4 J2SE Specific Conventi
19、ons.49 C.4.1 Removal of “Tp“ Prefix49 C.4.2 Constants 49 C.4.3 Removal of “Ip“ prefix .49 C.4.4 Mapping of IpInterface.50 C.4.5 Mapping of IpService.50 C.4.6 Mapping of UML Operations.50 C.4.7 Mapping of TpSessionID .51 C.4.8 Mapping of TpAssignmentID to the creation of an Activity object .51 C.4.9
20、Callback Rule .55 C.4.10 Factory Rule .55 C.4.11 J2SE Specific Exceptions .57 C.4.11.1 PeerUnavailableException57 C.4.11.2 IllegalStateException57 C.4.12 User Interaction Specific Rules 58 C.4.12.1 Interfaces representing UML IpUI and IpUICall Rule .58 C.4.12.2 Naming Collisions of IpUI and IpUICall
21、 Rule .58 C.4.12.3 Naming Collisions of IpUICall and IpUIAdminManager Rule 58 C.5 J2EE Specific Conventions 58 C.5.1 Void58 C.5.2 Remote Interface Definitions .58 C.5.2.1 IpInterface.58 C.5.2.2 Methods for Remote Interfaces.58 C.5.3 Local Interface Definitions.59 C.5.3.1 Methods for Local Interfaces
22、59 C.5.4 Multi Party Call Control Specific Rules.59 C.5.4.1 IpCallLeg and IpAppCallLeg method name conflicts 59 Annex D (informative): Description of Overview for 3GPP2 cdma2000 networks60 D.1 General Exceptions.60 D.2 Specific Exceptions60 D.2.1 Clause 1: Scope 60 D.2.2 Clause 2: References 60 D.2.
23、3 Clause 3: Definitions and abbreviations.60 D.2.4 Clause 4: Open Service Access APIs .60 D.2.5 Clause 5: Structure of the OSA API (TS 129 198) and Mapping (TR 129 998) documents60 D.2.6 Clause 6: Methodology 60 D.2.7 Clause 7: Introduction to OSA APIs 60 D.2.8 Annex A (normative): OMG IDL.61 D.2.9
24、Annex B (informative): W3C WSDL.61 D.2.10 Annex C (informative): Java API.61 Annex E (informative): Bibliography.62 History 64 ETSI ETSI ES 204 915-1 V1.1.1 (2008-05) 6 Intellectual Property Rights IPRs essential or potentially essential to the present document may have been declared to ETSI. The in
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIES20491512008OPENSERVICEACCESSOSAAPPLICATIONPROGRAMMINGINTERFACEAPIPART1OVERVIEWPARLAY6 开放 业务 接口

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