ETSI ES 204 915-9-2008 Open Service Access (OSA) Application Programming Interface (API) Part 9 Generic Messaging SCF (Parlay 6)《开放业务接入(OSA) 应用程序接口(API) 第9部分 短消息 SCF(Parlay 6)V1 1 .pdf

上传人:jobexamine331 文档编号:731237 上传时间:2019-01-08 格式:PDF 页数:41 大小:184.12KB
下载 相关 举报
ETSI ES 204 915-9-2008 Open Service Access (OSA) Application Programming Interface (API) Part 9 Generic Messaging SCF (Parlay 6)《开放业务接入(OSA) 应用程序接口(API) 第9部分 短消息 SCF(Parlay 6)V1 1 .pdf_第1页
第1页 / 共41页
ETSI ES 204 915-9-2008 Open Service Access (OSA) Application Programming Interface (API) Part 9 Generic Messaging SCF (Parlay 6)《开放业务接入(OSA) 应用程序接口(API) 第9部分 短消息 SCF(Parlay 6)V1 1 .pdf_第2页
第2页 / 共41页
ETSI ES 204 915-9-2008 Open Service Access (OSA) Application Programming Interface (API) Part 9 Generic Messaging SCF (Parlay 6)《开放业务接入(OSA) 应用程序接口(API) 第9部分 短消息 SCF(Parlay 6)V1 1 .pdf_第3页
第3页 / 共41页
ETSI ES 204 915-9-2008 Open Service Access (OSA) Application Programming Interface (API) Part 9 Generic Messaging SCF (Parlay 6)《开放业务接入(OSA) 应用程序接口(API) 第9部分 短消息 SCF(Parlay 6)V1 1 .pdf_第4页
第4页 / 共41页
ETSI ES 204 915-9-2008 Open Service Access (OSA) Application Programming Interface (API) Part 9 Generic Messaging SCF (Parlay 6)《开放业务接入(OSA) 应用程序接口(API) 第9部分 短消息 SCF(Parlay 6)V1 1 .pdf_第5页
第5页 / 共41页
点击查看更多>>
资源描述

1、 ETSI ES 204 915-9 V1.1.1 (2008-05)ETSI Standard Open Service Access (OSA);Application Programming Interface (API);Part 9: Generic Messaging SCF(Parlay 6)floppy3 ETSI ETSI ES 204 915-9 V1.1.1 (2008-05) 2 Reference DES/TISPAN-01032-9-OSA Keywords API, IDL, OSA, UML ETSI 650 Route des Lucioles F-06921

2、 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.o

3、rg 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 ET

4、SI 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.ets

5、i.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 foregoi

6、ng restriction 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

7、a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners. ETSI ETSI ES 204 915-9 V1.1.1 (2008-05) 3 Contents Intellectual Property Rights6 Foreword.6 1 Scope 7 2 References 7 3 Definitions and abbreviations.7 3.1 Definitions7 3.2 Abbreviations .7 4 Gener

8、ic Messaging SCF.7 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 11 6 Class Diagrams.11 7 The Service Interface Specifications12 7.1 Interface Specification Format .12 7.1.1 Interface Class 12 7.1.2 Method descripti

9、ons12 7.1.3 Parameter descriptions13 7.1.4 State Model.13 7.2 Base Interface.13 7.2.1 Interface Class IpInterface 13 7.3 Service Interfaces .13 7.3.1 Overview 13 7.4 Generic Service Interface .13 7.4.1 Interface Class IpService 13 7.4.1.1 Method setCallback()14 7.4.1.2 Method setCallbackWithSessionI

10、D()14 8 Generic Messaging Interface Classes.14 8.1 Interface Class IpMessagingManager 15 8.1.1 Method openMailbox().15 8.1.2 Method enableMessagingNotification() .16 8.1.3 Method disableMessagingNotification().16 8.2 Interface Class IpAppMessagingManager16 8.2.1 Method mailboxTerminated().17 8.2.2 M

11、ethod mailboxFaultDetected().17 8.2.3 Method messagingEventNotify()17 8.2.4 Method messagingNotificationTerminated()18 8.3 Interface Class IpMailbox 18 8.3.1 Method close()18 8.3.2 Method lock() .19 8.3.3 Method unlock() .19 8.3.4 Method getInfoAmount()19 8.3.5 Method getInfoProperties().20 8.3.6 Me

12、thod setInfoProperties().20 8.3.7 Method openFolder() 21 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 204 915-9 V1.1.1 (2008-05) 4 8.4.2 Method getInfoProperties().23 8.4.3 Method setInfoProperties().23 8.4.

13、4 Method putMessage() .24 8.4.5 Method getMessage() .24 8.4.6 Method close()25 8.4.7 Method remove() 25 8.5 Interface Class IpMessage25 8.5.1 Method getInfoAmount()26 8.5.2 Method getInfoProperties().26 8.5.3 Method setInfoProperties().27 8.5.4 Method remove() 28 8.5.5 Method getContent().28 9 State

14、 Transition Diagrams28 10 Data Definitions .29 10.1 Event notification Definitions 29 10.1.1 TpMessagingEventName29 10.1.2 TpMessagingEventCriteria .29 10.1.3 TpGMSNewMessageArrivedCriteria .29 10.1.4 TpMessagingEventInfo.29 10.1.5 TpGMSNewMessageArrivedInfo.30 10.2 Generic Messaging Data Definition

15、s30 10.2.1 IpMessagingManager30 10.2.2 IpMessagingManagerRef30 10.2.3 IpAppMessagingManager.30 10.2.4 IpAppMessagingManagerRef.30 10.2.5 IpMailbox .30 10.2.6 IpMailboxRef30 10.2.7 IpMailboxFolder.30 10.2.8 IpMailboxFolderRef .30 10.2.9 IpMessage.30 10.2.10 IpMessageRef .30 10.2.11 TpFolderInfoProper

16、ty .31 10.2.12 TpFolderInfoPropertyName31 10.2.13 TpFolderInfoPropertySet 31 10.2.14 TpMailboxFolderIdentifier .31 10.2.15 TpMailboxIdentifier31 10.2.16 TpMailboxInfoProperty32 10.2.17 TpMailboxInfoPropertyName.32 10.2.18 TpMailboxInfoPropertySet.32 10.2.19 TpMessage32 10.2.20 TpMessageFormat 32 10.

17、2.21 TpMessageInfoProperty32 10.2.22 TpMessageInfoPropertyName 33 10.2.23 TpMessageInfoPropertySet 33 10.2.24 TpMessagePriority33 10.2.25 TpMessageStatus 34 10.2.26 TpMessagingFault 34 11 Exception Classes.34 Annex A (normative): OMG IDL Description of Generic Messaging SCF 35 Annex B (informative):

18、 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 Removed.38 ETSI ETSI ES 204 915-9 V1.1.1 (2008-05) 5 D.2 Methods38 D.2.1 N

19、ew 38 D.2.2 Deprecated38 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.39 D.4 Service Properties.39 D.4.1 New 39 D.4.2 Deprecated40 D.4.3 Modified.40 D.4.4 Removed.40 D.5 Exceptions 40 D.5.1 New 40 D.5.2 Modified.40 D.5.3 Removed.40 D.6 Othe

20、rs .40 History 41 ETSI ETSI ES 204 915-9 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 information pertaining to these essential IPRs, if any, is publicly available for ETSI members and non-members,

21、 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 available on the ETSI Web server (http:/webapp.etsi.org/IPR/home.asp)

22、. 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 Web server) which are, or may be, or may become, essential to the prese

23、nt 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 multi-part deliverable covering Open Service Access (OSA); Application Pr

24、ogramming 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: “Framework“; Part 4: “Call Control“; Part 5: “User Interaction SCF“; Part 6: “Mobility SCF“; Part 7: “Terminal Capab

25、ilities 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: “Policy Management SCF“; Part 14: “Presence and Availability Management SCF“; Part 15: “Multi-Media Messaging S

26、CF“; 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 Community (http:/ member companies. The present document forms part of the Parlay 6.0 set of specifications. ETS

27、I ETSI ES 204 915-9 V1.1.1 (2008-05) 7 1 Scope The present document is part 9 of the Stage 3 specification for an Application Programming Interface (API) for Open Service Access (OSA). The OSA specifications define an architecture that enables application developers to make use of network functional

28、ity through an open standardised interface, i.e. the OSA APIs. The present document specifies the Generic Messaging Service Capability Feature (SCF) aspects of the interface. All aspects of the Generic Messaging SCF are defined here, these being: Sequence Diagrams. Class Diagrams. Interface specific

29、ation plus detailed method descriptions. State Transition diagrams. Data Definitions. IDL Description of the interfaces. The process by which this task is accomplished is through the use of object modelling techniques described by the Unified Modelling Language (UML). 2 References The references lis

30、ted in clause 2 of ES 204 915-1 contain provisions which, through reference in this text, constitute provisions of the present document. ETSI ES 204 915-1: “Open Service Access (OSA); Application Programming Interface (API); Part 1: Overview (Parlay 6)“. 3 Definitions and abbreviations 3.1 Definitio

31、ns For the purposes of the present document, the terms and definitions given in ES 204 915-1 apply. 3.2 Abbreviations For the purposes of the present document, the abbreviations given in ES 204 915-1 apply. 4 Generic Messaging SCF The following clauses describe each aspect of the Generic Messaging S

32、ervice Capability Feature (SCF). The order is as follows: The Sequence diagrams give the reader a practical idea of how each of the SCF is implemented. The Class relationships clause shows how each of the interfaces applicable to the SCF, relate to one another. ETSI ETSI ES 204 915-9 V1.1.1 (2008-05

33、) 8 The Interface specification clause describes in detail each of the interfaces shown within the Class diagram part. The State Transition Diagrams (STD) show the transition between states in the SCF. The states and transitions are well-defined; either methods specified in the Interface specificati

34、on or events occurring in the underlying networks cause state transitions. The Data Definitions clause shows a detailed expansion of each of the data types associated with the methods within the classes. Note that some data types are used in other methods and classes and are therefore defined within

35、 the Common Data types part ES 204 915-2. An implementation of this API which supports or implements a method described in the present document, shall support or implement the functionality described for that method, for at least one valid set of values for the parameters of that method. Where a met

36、hod is not supported by an implementation of a Service interface, the exception P_METHOD_NOT_SUPPORTED shall be returned to any call of that method. 5 Sequence Diagrams 5.1 Prepare Mailbox :IpAppLogic: Ip App Mess aging Manag er: IpMessagingManager1: new()2: enableMessagingNotification( )3: messagin

37、gEventNotify( )4: forward event1: This message is used by the application to create an object implementing the IpAppMessagingManager interface. 2: This message is used to enable the notification mechanism so that events can be sent to the application. When new mail, that matches the event criteria s

38、et in message 2, arrives a message indicating the presence of new mail (not shown) is directed to the object implementing the IpMessagingManager. 3: This message is used to pass the new mail event to the object implementing the IpAppMessagingManager interface. 4: This message is used to forward mess

39、age 3 to the IpAppLogic. ETSI ETSI ES 204 915-9 V1.1.1 (2008-05) 9 5.2 Open Mailbox :IpAppLogic: IpMessagingManager: IpMailbox1: openMailbox( )2: new()1: This message requests the object implementing the IpMessagingManager interface to create an object implementing the IpMailbox interface. 2: Assumi

40、ng that the criteria for creating an object implementing the IpMailbox interface is met, message 2 is used to create it. 5.3 Get Message :IpAppLogic: IpMailboxFolder : IpMessage : IpMailbox1: openFolder( )2: getInfoAmount( )3: getInfoProperties( )4: getMessage( )5: new()1: This message requests a fo

41、lder to be opened and returns a reference to that folder. 2: This message requests the number of folder information properties of the opened folder. 3: This message requests all of the folder information properties. ETSI ETSI ES 204 915-9 V1.1.1 (2008-05) 104: This message requests a message from th

42、e opened mailbox folder. 5: Assuming that the criteria for creating an object implementing the IpMessage interface are met, the (internal) message 5 is used to create it. 5.4 Get Folder Information :IpA ppLo gic: IpMailboxFolder1: getInfoAmount( )2: getInfoProperties( )3: getInfoProperties( )1: This

43、 message requests the number of folder information properties of the specified folder. 2: This message requests the first set of folder information properties. 3: This message requests the second set of folder information properties. ETSI ETSI ES 204 915-9 V1.1.1 (2008-05) 115.5 Close Mailbox :IpApp

44、Logic: IpMailbox1: close( )1: This message requests the object implementing the IpMailbox interface to de-assign. 6 Class Diagrams IpServicesetCallback()setCallbackWithSessionID()(f ro m c sap i)IpMessagingManager(from gms)IpMailbox(from gms)0n1IpMessage(from gms)IpMailboxFolder(f rom gms)2n10n1Figu

45、re 1: Package Overview : Service Interfaces The application generic messaging service package consists of only one IpAppMessagingManager interface. The generic messaging service package consists of one IpMessagingManager interface, zero or more IpMailbox interfaces, zero or more IpMailboxFolder and

46、zero or more IpMessage interfaces. The class diagram in the following figure shows the interfaces that make up the application generic messaging service package and the generic messaging service package. Communication between these packages is done via the +uses the IpMessagingManager channels. Comm

47、unication with the IpMailbox and IpMailboxFolder interfaces has to be done via the application logic (not shown). ETSI ETSI ES 204 915-9 V1.1.1 (2008-05) 12IpInterface(from csapi)IpAppMessagingManagermailboxTerminated()mailboxFaultDetected()messagingEventNotify()messagingNotificationTerminated()(fro

48、m gms)IpMessagingManageropenMailbox()enableMessagingNotification()disableMessagingNotification()(from gms)IpMailboxclose()lock()unlock()getInfoAmount()getInfoProperties()setInfoProperties()openFolder()createFolder()remove()(from gms)1 0n10IpMailboxFoldergetInfoAmount()getInfoProperties()setInfoPrope

49、rties()putMessage()getMessage()close()remove()(from gms)1 2nIpMessagegetInfoAmount()getInfoProperties()setInfoProperties()remove()getContent()(from gms)1 0n1011Figure 2: Package Overview: Application and Service Interfaces 7 The Service Interface Specifications 7.1 Interface Specification Format This clause defines the interfaces, methods and parameters that form a part of the API specification. The Unified Modelling Language (UML) is used to specify the interface classes. The general format of an interface specifi

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

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

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