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

上传人:priceawful190 文档编号:731202 上传时间:2019-01-08 格式:PDF 页数:64 大小:294.59KB
下载 相关 举报
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_第1页
第1页 / 共64页
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_第2页
第2页 / 共64页
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_第3页
第3页 / 共64页
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_第4页
第4页 / 共64页
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_第5页
第5页 / 共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

25、formation 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 potentially Essential, IPRs notified to ETSI in respect of ETSI standards“, which is available from t

26、he 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 by ETSI. No guarantee can be given as to the existence of other IPRs not referenced in ETSI S

27、R 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 Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN).

28、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 204 915) is structured in the following parts: Part 1: “Overview“; Part 2: “Common Data Definitions“; Part 3: “Framew

29、ork“; 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: “Connectivity Manager SCF“; Part 11: “Account Management SCF“; Part 12: “Charging SCF“; Part 13: “P

30、olicy Management SCF“; Part 14: “Presence and Availability Management SCF“; Part 15: “Multi-Media Messaging SCF“ Part 16: “Service Broker SCF“. The present document has been defined jointly between ETSI, The Parlay Group (http:/www.parlay.org) and the 3GPP, in co-operation with a number of JAIN Comm

31、unity (http:/ member companies. The present document forms part of the Parlay 6.0 set of specifications. The present document is equivalent to 3GPP TS 29.198-1 V7.0.0 (Release 7). ETSI ETSI ES 204 915-1 V1.1.1 (2008-05) 7 1 Scope The present document is part 1 of the Stage 3 specification for an App

32、lication Programming Interface for Open Service Access (OSA), and provides an overview of the content and structure of the various parts of the present document, and of the relation to other standards documents. The OSA specifications define an architecture that enables service application developer

33、s to make use of network functionality through an open standardized interface, i.e. the OSA APIs. 2 References References are either specific (identified by date of publication and/or edition number or version number) or non-specific. For a specific reference, subsequent revisions do not apply. Non-

34、specific reference may be made only to a complete document or a part thereof and only in the following cases: - if it is accepted that it will be possible to use all future changes of the referenced document for the purposes of the referring document; - for informative references. Referenced documen

35、ts which are not found to be publicly available in the expected location might be found at http:/docbox.etsi.org/Reference. For online referenced documents, information sufficient to identify and locate the source shall be provided. Preferably, the primary source of the referenced document should be

36、 cited, in order to ensure traceability. Furthermore, the reference should, as far as possible, remain valid for the expected life of the document. The reference shall include the method of access to the referenced document and the full network address, with the same punctuation and use of upper cas

37、e and lower case letters. NOTE: While any hyperlinks included in this clause were valid at the time of publication ETSI cannot guarantee their long term validity. 2.1 Normative references The following referenced documents are indispensable for the application of the present document. For dated refe

38、rences, only the edition cited applies. For non-specific references, the latest edition of the referenced document (including any amendments) applies. 1 ETSI TR 121 905: “Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Vocabulary for 3GPP Spe

39、cifications (3GPP TR 21.905)“. 2 ETSI TS 122 024: “Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Description of Charge Advice Information (CAI) (3GPP TS 22.024)“. 3 ITU-T Recommendation Q.850: “Usage of cause and location in the Digital Sub

40、scriber Signalling System No. 1 and the Signalling System No. 7 ISDN User Part“. 4 ITU-T Recommendation Q.2931: “Digital Subscriber Signalling System No. 2 - User-Network Interface (UNI) layer 3 specification for basic call/connection control“. 5 ETSI TS 122 101: “Universal Mobile Telecommunications

41、 System (UMTS); Service aspects; Service principles (3GPP TS 22.101)“. ETSI ETSI ES 204 915-1 V1.1.1 (2008-05) 8 6 World Wide Web Consortium: “Composite Capability/Preference Profiles (CC/PP): A user side framework for content negotiation“. NOTE: Available at http:/www.w3.org/TR/NOTE-CCPP/. 7 ETSI T

42、S 129 002: “Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Mobile Application Part (MAP) specification (3GPP TS 29.002)“. 8 ETSI TS 129 078: “Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (

43、UMTS); Customized Applications for Mobile network Enhanced Logic (CAMEL) Phase X; CAMEL Application Part (CAP) specification (3GPP TS 29.078)“. 9 Wireless Application Protocol (WAP), Version 2.0: “User Agent Profiling Specification“ (WAP-248). NOTE: Available at http:/www.wapforum.org/what/technical

44、.htm. 10 ETSI TS 122 002: “Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Circuit Bearer Services (BS) supported by a Public Land Mobile Network (PLMN) (3GPP TS 22.002)“. 11 ETSI TS 122 003: “Digital cellular telecommunications system (Phase

45、 2+); Universal Mobile Telecommunications System (UMTS); Circuit Teleservices supported by a Public Land Mobile Network (PLMN) (3GPP TS 22.003)“. 12 ETSI TS 124 002: “Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); GSM-UMTS Public Land Mobile

46、 Network (PLMN) Access Reference Configuration (3GPP TS 24.002)“. 13 ITU-T Recommendation Q.763: “Signalling System No. 7 - ISDN User Part formats and codes“. 14 ITU-T Recommendation Q.931: “ISDN user-network interface layer 3 specification for basic call control“. 15 ISO 8601: “Data elements and in

47、terchange formats - Information interchange - Representation of dates and times“. 16 ISO 4217: “Codes for the representation of currencies and funds“. 17 ISO 639: “Code for the representation of names of languages“. 18 IETF RFC 822: “Standard for the format of ARPA Internet text messages“. 19 IETF R

48、FC 1738: “Uniform Resource Locators (URL)“. 20 3GPP TS 29.198 (V3.4.0): “3rd Generation Partnership Project; Technical Specification Group Core Network; Open Service Architecture (OSA) Application Programming Interface (API) - Part 1 (Release 1999)“. 21 ETSI TS 129 198 (all parts): “Universal Mobile

49、 Telecommunications System (UMTS); Open Service Access (OSA) Application Programming Interface (API) (3GPP TS 29.198 Release 7)“. 22 ETSI TS 123 107: “Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Quality of Service (QoS) concept and architecture (3GPP TS 23.107)“. 23 ETSI TS 123 271: “Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Functional stage 2 description

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 标准规范 > 国际标准 > 其他

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1