Open Service Access (OSA) - Application Programming Interface (API) - Part 15: Multi-Media Messaging SCF (Parlay 5)

Update of ES 203 915 to become Parlay 5.2. Only those parts requiring modification will be updated (most parts require maintenance fixes).The present document is part 15 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 functionality through an open standardised interface, i.e. the OSA APIs.
The present document specifies the Multi Media Messaging Service Capability Feature (SCF) aspects of the interface.
All aspects of the Multi Media Messaging SCF are defined here, these being:
• Sequence Diagrams.
• Class Diagrams.
• Interface specification 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).

Odprti dostop do storitve (OSA) - Aplikacijski programski vmesnik (API) - 15. del: Večpredstavnostno sporočanje SCF (Parlay 5)

General Information

Status
Published
Publication Date
15-Jul-2008
Current Stage
6060 - National Implementation/Publication (Adopted Project)
Start Date
11-Jun-2008
Due Date
16-Aug-2008
Completion Date
16-Jul-2008

Buy Standard

Standard
ETSI ES 203 915-15 V1.3.1 (2008-04) - Open Service Access (OSA); Application Programming Interface (API); Part 15: Multi-Media Messaging SCF (Parlay 5)
English language
95 pages
sale 15% off
Preview
sale 15% off
Preview
Standard
ETSI ES 203 915-15 V1.3.1 (2008-02) - Open Service Access (OSA); Application Programming Interface (API); Part 15: Multi-Media Messaging SCF (Parlay 5)
English language
95 pages
sale 15% off
Preview
sale 15% off
Preview
Standardization document
ES 203 915-15 V1.3.1:2008
English language
95 pages
sale 10% off
Preview
sale 10% off
Preview
e-Library read for
1 day

Standards Content (Sample)

ETSI ES 203 915-15 V1.3.1 (2008-04)
ETSI Standard


Open Service Access (OSA);
Application Programming Interface (API);
Part 15: Multi-Media Messaging SCF
(Parlay 5)





---------------------- Page: 1 ----------------------
2 ETSI ES 203 915-15 V1.3.1 (2008-04)



Reference
RES/TISPAN-01055-15-OSA
Keywords
API, IDL, OSA, UML
ETSI
650 Route des Lucioles
F-06921 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 enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
Individual copies of the present document can be downloaded from:
http://www.etsi.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 ETSI 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.etsi.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 foregoing restriction extend to reproduction in all media.

© European Telecommunications Standards Institute 2008.
© The Parlay Group 2008.
All rights reserved.

TM TM TM TM
DECT , PLUGTESTS , UMTS , TIPHON , the TIPHON logo and the ETSI logo are Trade Marks of ETSI registered
for the benefit of its Members.
TM
3GPP is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners.
ETSI

---------------------- Page: 2 ----------------------
3 ETSI ES 203 915-15 V1.3.1 (2008-04)
Contents
Intellectual Property Rights.8
Foreword.8
1 Scope.9
2 References.9
3 Definitions and abbreviations.9
3.1 Definitions.9
3.2 Abbreviations.9
4 Multi Media Messaging SCF .10
5 Sequence Diagrams.10
5.1 Sending messages and receiving delivery notification .10
5.2 Sending, and receiving messages in same context .12
5.3 Setting notification of received messages .13
5.4 Using Mailbox functions.14
5.5 Using Mailbox to send and receive .16
5.6 Setting notification of received messages .17
6 Class Diagrams.18
7 The Service Interface Specifications.19
7.1 Interface Specification Format .19
7.1.1 Interface Class.19
7.1.2 Method descriptions.19
7.1.3 Parameter descriptions.19
7.1.4 State Model.19
7.2 Base Interface.19
7.2.1 Interface Class IpInterface .19
7.3 Service Interfaces.20
7.3.1 Overview.20
7.4 Generic Service Interface .20
7.4.1 Interface Class IpService .20
7.4.1.1 Method setCallback().20
7.4.1.2 Method setCallbackWithSessionID().20
8 Multi Media Messaging Interface Classes .21
8.1 Interface Class IpMultiMediaMessagingManager .21
8.1.1 Method openMailbox().22
8.1.2 Method openMultiMediaMessaging().23
8.1.3 Method createNotification().24
8.1.4 Method destroyNotification().24
8.1.5 Method changeNotification().25
8.1.6 Method getNextNotification().25
8.1.7 Method enableNotifications().26
8.1.8 Method disableNotifications().26
8.2 Interface Class IpAppMultiMediaMessagingManager.26
8.2.1 Method mailboxTerminated().27
8.2.2 Method reportNotification().27
8.2.3 Method notificationsInterrupted().28
8.2.4 Method notificationsResumed().28
8.2.5 Method multiMediaMessagingTerminated().28
8.2.6 Method terminateMultipleMailboxes().28
8.2.7 Method terminateMultipleMultiMediaMessagingSessions().28
8.3 Interface Class IpMailbox .29
8.3.1 Method close().31
8.3.2 Method createFolderReq().31
ETSI

---------------------- Page: 3 ----------------------
4 ETSI ES 203 915-15 V1.3.1 (2008-04)
8.3.3 Method getFoldersReq().31
8.3.4 Method deleteFolderReq().32
8.3.5 Method copyFolderReq().32
8.3.6 Method moveFolderReq().33
8.3.7 Method putMessageReq().33
8.3.8 Method copyMessageReq().34
8.3.9 Method moveMessageReq().35
8.3.10 Method deleteMessageReq().35
8.3.11 Method listMessagesReq().36
8.3.12 Method listMessageBodyPartsReq().37
8.3.13 Method getMessageBodyPartsReq().37
8.3.14 Method getMessageHeadersReq().38
8.3.15 Method getMessageContentReq().38
8.3.16 Method getFullMessageReq().39
8.3.17 Method getMailboxInfoPropertiesReq().40
8.3.18 Method getFolderInfoPropertiesReq().40
8.3.19 Method getMessageInfoPropertiesReq().40
8.3.20 Method setMessageInfoPropertiesReq().41
8.4 Interface Class IpAppMailbox .42
8.4.1 Method createFolderRes().43
8.4.2 Method createFolderErr().44
8.4.3 Method getFoldersRes().44
8.4.4 Method getFoldersErr().45
8.4.5 Method deleteFolderRes().45
8.4.6 Method deleteFolderErr().45
8.4.7 Method copyFolderRes().46
8.4.8 Method copyFolderErr().46
8.4.9 Method moveFolderRes().46
8.4.10 Method moveFolderErr().47
8.4.11 Method putMessageRes().47
8.4.12 Method putMessageErr().47
8.4.13 Method copyMessageRes().48
8.4.14 Method copyMessageErr().48
8.4.15 Method moveMessageRes().48
8.4.16 Method moveMessageErr().49
8.4.17 Method deleteMessageRes().49
8.4.18 Method deleteMessageErr().49
8.4.19 Method listMessagesRes().50
8.4.20 Method listMessagesErr().50
8.4.21 Method listMessageBodyPartsRes().50
8.4.22 Method listMessageBodyPartsErr().51
8.4.23 Method getMessageBodyPartsRes().51
8.4.24 Method getMessageBodyPartsErr().51
8.4.25 Method getMessageHeadersRes().52
8.4.26 Method getMessageHeadersErr().52
8.4.27 Method getMessageContentRes().53
8.4.28 Method getMessageContentErr().53
8.4.29 Method getFullMessageRes().53
8.4.30 Method getFullMessageErr().54
8.4.31 Method getMailboxInfoPropertiesRes().54
8.4.32 Method getFolderInfoPropertiesRes().54
8.4.33 Method getMessageInfoPropertiesRes().55
8.4.34 Method setMessageInfoPropertiesRes().55
8.4.35 Method setMessageInfoPropertiesErr().56
8.4.36 Method getMailboxInfoPropertiesErr().56
8.4.37 Method getFolderInfoPropertiesErr().56
8.4.38 Method getMessageInfoPropertiesErr().57
8.5 Interface Class IpMultiMediaMessaging.57
8.5.1 Method sendMessageReq().58
8.5.2 Method cancelMessageReq().59
8.5.3 Method queryStatusReq().60
8.5.4 Method close().60
ETSI

---------------------- Page: 4 ----------------------
5 ETSI ES 203 915-15 V1.3.1 (2008-04)
8.5.5 Method <> sendMessageWithNotifyReq().60
8.6 Interface Class IpAppMultiMediaMessaging.62
8.6.1 Method sendMessageRes().62
8.6.2 Method sendMessageErr().63
8.6.3 Method cancelMessageRes().63
8.6.4 Method cancelMessageErr().63
8.6.5 Method queryStatusRes().64
8.6.6 Method queryStatusErr().64
8.6.7 Method messageStatusReport().64
8.6.8 Method messageReceived().65
8.6.9 Method <> sendMessageWithNotifyRes() .65
8.6.10 Method <> sendMessageWithNotifyErr() .66
9 State Transition Diagrams.66
10 Multi-Media Messaging Service Properties .66
11 Data Definitions.67
11.1 Multi-Media Messaging data definitions.67
11.1.1 IpMultiMediaMessagingManager.67
11.1.2 IpMultiMediaMessagingManagerRef.67
11.1.3 IpAppMultiMediaMessagingManager.67
11.1.4 IpAppMultiMediaMessagingManagerRef.67
11.1.5 IpMailbox.67
11.1.6 IpMailboxRef.67
11.1.7 IpAppMailbox.67
11.1.8 IpAppMailboxRef.67
11.1.9 IpMultiMediaMessaging.67
11.1.10 IpMultiMediaMessagingRef.68
11.1.11 IpAppMultiMediaMessaging.68
11.1.12 IpAppMultiMediaMessagingRef.68
11.1.13 TpBodyPartDescription.68
11.1.14 TpBodyPartDescriptionList.68
11.1.15 TpBodyPart.68
11.1.16 TpBodyPartList.69
11.1.17 TpDeliveryTime.69
11.1.18 TpDeliveryTimeType.69
11.1.19 TpFolderInfoProperty.69
11.1.20 TpFolderInfoPropertyName.69
11.1.21 TpFolderInfoPropertySet.70
11.1.22 TpGenericHeaderField.70
11.1.23 TpListMessagesCriteria.70
11.1.24 TpMailboxFolderStatusInformation.70
11.1.25 TpMailboxIdentifier.70
11.1.26 TpMailboxIdentifierSet.70
11.1.27 TpMailboxInfoProperty.71
11.1.28 TpMailboxInfoPropertyName.71
11.1.29 TpMailboxInfoPropertySet.71
11.1.30 TpMailboxMessageStatus.71
11.1.31 TpMessageDeliveryType.72
11.1.32 TpMessageInfoProperty.72
11.1.33 TpMessageInfoPropertyName.73
11.1.34 TpMessageInfoPropertySet.73
11.1.35 TpMessageHeaderFieldType.74
11.1.36 TpMessageHeaderField.75
11.1.37 TpMessageHeaderFieldSet.75
11.1.38 TpMessagePriority.75
11.1.39 TpMessageDeliveryReportType.76
11.1.40 TpMessageTreatment.76
11.1.41 TpMessageTreatmentType.76
11.1.42 TpMessageTreatmentSet.76
11.1.43 TpMultiMediaMessagingIdentifier.77
11.1.44 TpMultiMediaMessagingIdentifierSet.77
ETSI

---------------------- Page: 5 ----------------------
6 ETSI ES 203 915-15 V1.3.1 (2008-04)
11.1.45 TpQueryStatusReport.77
11.1.46 TpQueryStatusReportSet.77
11.1.47 TpTerminatingAddressList.77
11.2 Event Notification data definitions.78
11.2.1 TpMessagingEventName.78
11.2.2 Tp
...

Final draft ETSI ES 203 915-15 V1.3.1 (2008-02)
ETSI Standard


Open Service Access (OSA);
Application Programming Interface (API);
Part 15: Multi-Media Messaging SCF
(Parlay 5)





---------------------- Page: 1 ----------------------
2 Final draft ETSI ES 203 915-15 V1.3.1 (2008-02)



Reference
RES/TISPAN-01055-15-OSA
Keywords
API, IDL, OSA, UML
ETSI
650 Route des Lucioles
F-06921 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 enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
Individual copies of the present document can be downloaded from:
http://www.etsi.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 ETSI 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.etsi.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 foregoing restriction extend to reproduction in all media.

© European Telecommunications Standards Institute 2008.
© The Parlay Group 2008.
All rights reserved.

TM TM TM TM
DECT , PLUGTESTS , UMTS , TIPHON , the TIPHON logo and the ETSI logo are Trade Marks of ETSI registered
for the benefit of its Members.
TM
3GPP is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners.
ETSI

---------------------- Page: 2 ----------------------
3 Final draft ETSI ES 203 915-15 V1.3.1 (2008-02)
Contents
Intellectual Property Rights.8
Foreword.8
1 Scope.9
2 References.9
3 Definitions and abbreviations.9
3.1 Definitions.9
3.2 Abbreviations.9
4 Multi Media Messaging SCF .10
5 Sequence Diagrams.10
5.1 Sending messages and receiving delivery notification .10
5.2 Sending, and receiving messages in same context .12
5.3 Setting notification of received messages .13
5.4 Using Mailbox functions.14
5.5 Using Mailbox to send and receive .16
5.6 Setting notification of received messages .18
6 Class Diagrams.19
7 The Service Interface Specifications.20
7.1 Interface Specification Format .20
7.1.1 Interface Class.20
7.1.2 Method descriptions.20
7.1.3 Parameter descriptions.20
7.1.4 State Model.20
7.2 Base Interface.20
7.2.1 Interface Class IpInterface .20
7.3 Service Interfaces.20
7.3.1 Overview.20
7.4 Generic Service Interface .21
7.4.1 Interface Class IpService .21
7.4.1.1 Method setCallback().21
7.4.1.2 Method setCallbackWithSessionID().21
8 Multi Media Messaging Interface Classes .22
8.1 Interface Class IpMultiMediaMessagingManager .22
8.1.1 Method openMailbox().23
8.1.2 Method openMultiMediaMessaging().24
8.1.3 Method createNotification().25
8.1.4 Method destroyNotification().25
8.1.5 Method changeNotification().25
8.1.6 Method getNextNotification().26
8.1.7 Method enableNotifications().27
8.1.8 Method disableNotifications().27
8.2 Interface Class IpAppMultiMediaMessagingManager.27
8.2.1 Method mailboxTerminated().28
8.2.2 Method reportNotification().28
8.2.3 Method notificationsInterrupted().29
8.2.4 Method notificationsResumed().29
8.2.5 Method multiMediaMessagingTerminated().29
8.2.6 Method terminateMultipleMailboxes().29
8.2.7 Method terminateMultipleMultiMediaMessagingSessions().30
8.3 Interface Class IpMailbox .30
8.3.1 Method close().31
8.3.2 Method createFolderReq().32
ETSI

---------------------- Page: 3 ----------------------
4 Final draft ETSI ES 203 915-15 V1.3.1 (2008-02)
8.3.3 Method getFoldersReq().32
8.3.4 Method deleteFolderReq().33
8.3.5 Method copyFolderReq().33
8.3.6 Method moveFolderReq().34
8.3.7 Method putMessageReq().34
8.3.8 Method copyMessageReq().35
8.3.9 Method moveMessageReq().36
8.3.10 Method deleteMessageReq().36
8.3.11 Method listMessagesReq().37
8.3.12 Method listMessageBodyPartsReq().37
8.3.13 Method getMessageBodyPartsReq().38
8.3.14 Method getMessageHeadersReq().39
8.3.15 Method getMessageContentReq().39
8.3.16 Method getFullMessageReq().40
8.3.17 Method getMailboxInfoPropertiesReq().40
8.3.18 Method getFolderInfoPropertiesReq().41
8.3.19 Method getMessageInfoPropertiesReq().41
8.3.20 Method setMessageInfoPropertiesReq().42
8.4 Interface Class IpAppMailbox .42
8.4.1 Method createFolderRes().44
8.4.2 Method createFolderErr().45
8.4.3 Method getFoldersRes().45
8.4.4 Method getFoldersErr().45
8.4.5 Method deleteFolderRes().46
8.4.6 Method deleteFolderErr().46
8.4.7 Method copyFolderRes().46
8.4.8 Method copyFolderErr().47
8.4.9 Method moveFolderRes().47
8.4.10 Method moveFolderErr().47
8.4.11 Method putMessageRes().48
8.4.12 Method putMessageErr().48
8.4.13 Method copyMessageRes().48
8.4.14 Method copyMessageErr().49
8.4.15 Method moveMessageRes().49
8.4.16 Method moveMessageErr().49
8.4.17 Method deleteMessageRes().50
8.4.18 Method deleteMessageErr().50
8.4.19 Method listMessagesRes().50
8.4.20 Method listMessagesErr().51
8.4.21 Method listMessageBodyPartsRes().51
8.4.22 Method listMessageBodyPartsErr().51
8.4.23 Method getMessageBodyPartsRes().52
8.4.24 Method getMessageBodyPartsErr().52
8.4.25 Method getMessageHeadersRes().52
8.4.26 Method getMessageHeadersErr().53
8.4.27 Method getMessageContentRes().53
8.4.28 Method getMessageContentErr().54
8.4.29 Method getFullMessageRes().54
8.4.30 Method getFullMessageErr().54
8.4.31 Method getMailboxInfoPropertiesRes().55
8.4.32 Method getFolderInfoPropertiesRes().55
8.4.33 Method getMessageInfoPropertiesRes().55
8.4.34 Method setMessageInfoPropertiesRes().56
8.4.35 Method setMessageInfoPropertiesErr().56
8.4.36 Method getMailboxInfoPropertiesErr().57
8.4.37 Method getFolderInfoPropertiesErr().57
8.4.38 Method getMessageInfoPropertiesErr().57
8.5 Interface Class IpMultiMediaMessaging.58
8.5.1 Method sendMessageReq().58
8.5.2 Method cancelMessageReq().59
8.5.3 Method queryStatusReq().60
8.5.4 Method close().60
ETSI

---------------------- Page: 4 ----------------------
5 Final draft ETSI ES 203 915-15 V1.3.1 (2008-02)
8.5.5 Method <> sendMessageWithNotifyReq().61
8.6 Interface Class IpAppMultiMediaMessaging.62
8.6.1 Method sendMessageRes().62
8.6.2 Method sendMessageErr().63
8.6.3 Method cancelMessageRes().63
8.6.4 Method cancelMessageErr().63
8.6.5 Method queryStatusRes().64
8.6.6 Method queryStatusErr().64
8.6.7 Method messageStatusReport().64
8.6.8 Method messageReceived().65
8.6.9 Method <> sendMessageWithNotifyRes() .65
8.6.10 Method <> sendMessageWithNotifyErr() .66
9 State Transition Diagrams.66
10 Multi-Media Messaging Service Properties .67
11 Data Definitions.68
11.1 Multi-Media Messaging data definitions.68
11.1.1 IpMultiMediaMessagingManager.68
11.1.2 IpMultiMediaMessagingManagerRef.68
11.1.3 IpAppMultiMediaMessagingManager.68
11.1.4 IpAppMultiMediaMessagingManagerRef.68
11.1.5 IpMailbox.68
11.1.6 IpMailboxRef.68
11.1.7 IpAppMailbox.68
11.1.8 IpAppMailboxRef.68
11.1.9 IpMultiMediaMessaging.68
11.1.10 IpMultiMediaMessagingRef.68
11.1.11 IpAppMultiMediaMessaging.68
11.1.12 IpAppMultiMediaMessagingRef.69
11.1.13 TpBodyPartDescription.69
11.1.14 TpBodyPartDescriptionList.69
11.1.15 TpBodyPart.69
11.1.16 TpBodyPartList.69
11.1.17 TpDeliveryTime.69
11.1.18 TpDeliveryTimeType.70
11.1.19 TpFolderInfoProperty.70
11.1.20 TpFolderInfoPropertyName.70
11.1.21 TpFolderInfoPropertySet.70
11.1.22 TpGenericHeaderField.70
11.1.23 TpListMessagesCriteria.71
11.1.24 TpMailboxFolderStatusInformation.71
11.1.25 TpMailboxIdentifier.71
11.1.26 TpMailboxIdentifierSet.71
11.1.27 TpMailboxInfoProperty.71
11.1.28 TpMailboxInfoPropertyName.72
11.1.29 TpMailboxInfoPropertySet.72
11.1.30 TpMailboxMessageStatus.72
11.1.31 TpMessageDeliveryType.73
11.1.32 TpMessageInfoProperty.73
11.1.33 TpMessageInfoPropertyName.73
11.1.34 TpMessageInfoPropertySet.73
11.1.35 TpMessageHeaderFieldType.74
11.1.36 TpMessageHeaderField.75
11.1.37 TpMessageHeaderFieldSet.75
11.1.38 TpMessagePriority.75
11.1.39 TpMessageDeliveryReportType.76
11.1.40 TpMessageTreatment.76
11.1.41 TpMessageTreatmentType.76
11.1.42 TpMessageTreatmentSet.76
11.1.43 TpMultiMediaMessagingIdentifier.76
11.1.44 TpMultiMediaMessagingIdentifierSet.77
ETSI

---------------------- Page: 5 ----------------------
6 Final draft ETSI ES 203 915-15 V1.3.1 (2008-02)
11.1.45 TpQueryStatusReport.77
11.1.46 TpQueryStatusReportSet.77
11.1.47 TpTerminatingAddressList.77
11.2 Event Notification data definitions.77
11.2.1 TpMessagingEventName.
...

SLOVENSKI STANDARD
SIST ES 203 915-15 V1.3.1:2008
01-september-2008
2GSUWLGRVWRSGRVWRULWYH 26$ $SOLNDFLMVNLSURJUDPVNLYPHVQLN $3, GHO
9HþSUHGVWDYQRVWQRVSRURþDQMH6&) 3DUOD\
Open Service Access (OSA) - Application Programming Interface (API) - Part 15: Multi-
Media Messaging SCF (Parlay 5)
Ta slovenski standard je istoveten z: ES 203 915-15 Version 1.3.1
ICS:
35.100.01 Medsebojno povezovanje Open systems
odprtih sistemov na splošno interconnection in general
SIST ES 203 915-15 V1.3.1:2008 en
2003-01.Slovenski inštitut za standardizacijo. Razmnoževanje celote ali delov tega standarda ni dovoljeno.

---------------------- Page: 1 ----------------------

SIST ES 203 915-15 V1.3.1:2008

---------------------- Page: 2 ----------------------

SIST ES 203 915-15 V1.3.1:2008

ETSI ES 203 915-15 V1.3.1 (2008-04)
ETSI Standard


Open Service Access (OSA);
Application Programming Interface (API);
Part 15: Multi-Media Messaging SCF
(Parlay 5)





---------------------- Page: 3 ----------------------

SIST ES 203 915-15 V1.3.1:2008
 2 ETSI ES 203 915-15 V1.3.1 (2008-04)



Reference
RES/TISPAN-01055-15-OSA
Keywords
API, IDL, OSA, UML
ETSI
650 Route des Lucioles
F-06921 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 enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
Individual copies of the present document can be downloaded from:
http://www.etsi.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 ETSI 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.etsi.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 foregoing restriction extend to reproduction in all media.

© European Telecommunications Standards Institute 2008.
© The Parlay Group 2008.
All rights reserved.

TM TM TM TM
DECT , PLUGTESTS , UMTS , TIPHON , the TIPHON logo and the ETSI logo are Trade Marks of ETSI registered
for the benefit of its Members.
TM
3GPP is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners.
ETSI

---------------------- Page: 4 ----------------------

SIST ES 203 915-15 V1.3.1:2008
 3 ETSI ES 203 915-15 V1.3.1 (2008-04)
Contents
Intellectual Property Rights.8
Foreword.8
1 Scope.9
2 References.9
3 Definitions and abbreviations.9
3.1 Definitions.9
3.2 Abbreviations.9
4 Multi Media Messaging SCF .10
5 Sequence Diagrams.10
5.1 Sending messages and receiving delivery notification .10
5.2 Sending, and receiving messages in same context .12
5.3 Setting notification of received messages .13
5.4 Using Mailbox functions.14
5.5 Using Mailbox to send and receive .16
5.6 Setting notification of received messages .17
6 Class Diagrams.18
7 The Service Interface Specifications.19
7.1 Interface Specification Format .19
7.1.1 Interface Class.19
7.1.2 Method descriptions.19
7.1.3 Parameter descriptions.19
7.1.4 State Model.19
7.2 Base Interface.19
7.2.1 Interface Class IpInterface .19
7.3 Service Interfaces.20
7.3.1 Overview.20
7.4 Generic Service Interface .20
7.4.1 Interface Class IpService .20
7.4.1.1 Method setCallback().20
7.4.1.2 Method setCallbackWithSessionID().20
8 Multi Media Messaging Interface Classes .21
8.1 Interface Class IpMultiMediaMessagingManager .21
8.1.1 Method openMailbox().22
8.1.2 Method openMultiMediaMessaging().23
8.1.3 Method createNotification().24
8.1.4 Method destroyNotification().24
8.1.5 Method changeNotification().25
8.1.6 Method getNextNotification().25
8.1.7 Method enableNotifications().26
8.1.8 Method disableNotifications().26
8.2 Interface Class IpAppMultiMediaMessagingManager.26
8.2.1 Method mailboxTerminated().27
8.2.2 Method reportNotification().27
8.2.3 Method notificationsInterrupted().28
8.2.4 Method notificationsResumed().28
8.2.5 Method multiMediaMessagingTerminated().28
8.2.6 Method terminateMultipleMailboxes().28
8.2.7 Method terminateMultipleMultiMediaMessagingSessions().28
8.3 Interface Class IpMailbox .29
8.3.1 Method close().31
8.3.2 Method createFolderReq().31
ETSI

---------------------- Page: 5 ----------------------

SIST ES 203 915-15 V1.3.1:2008
 4 ETSI ES 203 915-15 V1.3.1 (2008-04)
8.3.3 Method getFoldersReq().31
8.3.4 Method deleteFolderReq().32
8.3.5 Method copyFolderReq().32
8.3.6 Method moveFolderReq().33
8.3.7 Method putMessageReq().33
8.3.8 Method copyMessageReq().34
8.3.9 Method moveMessageReq().35
8.3.10 Method deleteMessageReq().35
8.3.11 Method listMessagesReq().36
8.3.12 Method listMessageBodyPartsReq().37
8.3.13 Method getMessageBodyPartsReq().37
8.3.14 Method getMessageHeadersReq().38
8.3.15 Method getMessageContentReq().38
8.3.16 Method getFullMessageReq().39
8.3.17 Method getMailboxInfoPropertiesReq().40
8.3.18 Method getFolderInfoPropertiesReq().40
8.3.19 Method getMessageInfoPropertiesReq().40
8.3.20 Method setMessageInfoPropertiesReq().41
8.4 Interface Class IpAppMailbox .42
8.4.1 Method createFolderRes().43
8.4.2 Method createFolderErr().44
8.4.3 Method getFoldersRes().44
8.4.4 Method getFoldersErr().45
8.4.5 Method deleteFolderRes().45
8.4.6 Method deleteFolderErr().45
8.4.7 Method copyFolderRes().46
8.4.8 Method copyFolderErr().46
8.4.9 Method moveFolderRes().46
8.4.10 Method moveFolderErr().47
8.4.11 Method putMessageRes().47
8.4.12 Method putMessageErr().47
8.4.13 Method copyMessageRes().48
8.4.14 Method copyMessageErr().48
8.4.15 Method moveMessageRes().48
8.4.16 Method moveMessageErr().49
8.4.17 Method deleteMessageRes().49
8.4.18 Method deleteMessageErr().49
8.4.19 Method listMessagesRes().50
8.4.20 Method listMessagesErr().50
8.4.21 Method listMessageBodyPartsRes().50
8.4.22 Method listMessageBodyPartsErr().51
8.4.23 Method getMessageBodyPartsRes().51
8.4.24 Method getMessageBodyPartsErr().51
8.4.25 Method getMessageHeadersRes().52
8.4.26 Method getMessageHeadersErr().52
8.4.27 Method getMessageContentRes().53
8.4.28 Method getMessageContentErr().53
8.4.29 Method getFullMessageRes().53
8.4.30 Method getFullMessageErr().54
8.4.31 Method getMailboxInfoPropertiesRes().54
8.4.32 Method getFolderInfoPropertiesRes().54
8.4.33 Method getMessageInfoPropertiesRes().55
8.4.34 Method setMessageInfoPropertiesRes().55
8.4.35 Method setMessageInfoPropertiesErr().56
8.4.36 Method getMailboxInfoPropertiesErr().56
8.4.37 Method getFolderInfoPropertiesErr().56
8.4.38 Method getMessageInfoPropertiesErr().57
8.5 Interface Class IpMultiMediaMessaging.57
8.5.1 Method sendMessageReq().58
8.5.2 Method cancelMessageReq().59
8.5.3 Method queryStatusReq().60
8.5.4 Method close().60
ETSI

---------------------- Page: 6 ----------------------

SIST ES 203 915-15 V1.3.1:2008
 5 ETSI ES 203 915-15 V1.3.1 (2008-04)
8.5.5 Method <> sendMessageWithNotifyReq().60
8.6 Interface Class IpAppMultiMediaMessaging.62
8.6.1 Method sendMessageRes().62
8.6.2 Method sendMessageErr().63
8.6.3 Method cancelMessageRes().63
8.6.4 Method cancelMessageErr().63
8.6.5 Method queryStatusRes().64
8.6.6 Method queryStatusErr().64
8.6.7 Method messageStatusReport().64
8.6.8 Method messageReceived().65
8.6.9 Method <> sendMessageWithNotifyRes() .65
8.6.10 Method <> sendMessageWithNotifyErr() .66
9 State Transition Diagrams.66
10 Multi-Media Messaging Service Properties .66
11 Data Definitions.67
11.1 Multi-Media Messaging data definitions.67
11.1.1 IpMultiMediaMessagingManager.67
11.1.2 IpMultiMediaMessagingManagerRef.67
11.1.3 IpAppMultiMediaMessagingManager.67
11.1.4 IpAppMultiMediaMessagingManagerRef.67
11.1.5 IpMailbox.67
11.1.6 IpMailboxRef.67
11.1.7 IpAppMailbox.67
11.1.8 IpAppMailboxRef.67
11.1.9 IpMultiMediaMessaging.67
11.1.10 IpMultiMediaMessagingRef.68
11.1.11 IpAppMultiMediaMessaging.68
11.1.12 IpAppMultiMediaMessagingRef.68
11.1.13 TpBodyPartDescription.68
11.1.14 TpBodyPartDescriptionList.68
11.1.15 TpBodyPart.68
11.1.16 TpBodyPartList.69
11.1.17 TpDeliveryTime.69
11.1.18 TpDeliveryTimeType.69
11.1.19 TpFolderInfoProperty.69
11.1.20 TpFolderInfoPropertyName.69
11.1.21 TpFolderInfoPropertySet.70
11.1.22 TpGenericHeaderField.70
11.1.23 TpListMessagesCriteria.70
11.1.24 TpMailboxFolderStatusInformation.70
11.1.25 TpMailboxIdentifier.70
11.1.26 TpMailboxIdentifierSet.70
11.1.27 TpMailboxInfoProperty.71
11.1.28 TpMailboxInfoPropertyName.71
11.1.29 TpMailboxInfoPropertySet.71
11.1.30 TpMailboxMessageStatus.71
11.1.31 TpMessageDeliveryType.72
11.1.32 TpMessageInfoProperty.72
11.1.33 TpMessageInfoPropertyName.73
11.1.34 TpMessageInfoPropertySet.73
11.1.35 TpMessageHeaderFieldType.74
11.1.36 TpMessageHeaderField.75
11.1.37 TpMessageHeaderFieldSet.75
11.1.38 TpMessagePriority.75
11.1.39 TpMessageDeliveryReportType.76
11.1.40 TpMessageTreatment.76
11.1.41 TpMessageTreatmentType.76
11.1.42 TpMessageTreatmentSet.76
11.1.43 TpMultiMediaMessagingIdentifier.77
11.1.44 TpMultiMediaMessagingIdentifierSet.
...

Questions, Comments and Discussion

Ask us and Technical Secretary will try to provide an answer. You can facilitate discussion about the standard in here.