WO2011140904A1 - 一种消息处理方法、装置和应用服务器 - Google Patents

一种消息处理方法、装置和应用服务器 Download PDF

Info

Publication number
WO2011140904A1
WO2011140904A1 PCT/CN2011/073231 CN2011073231W WO2011140904A1 WO 2011140904 A1 WO2011140904 A1 WO 2011140904A1 CN 2011073231 W CN2011073231 W CN 2011073231W WO 2011140904 A1 WO2011140904 A1 WO 2011140904A1
Authority
WO
WIPO (PCT)
Prior art keywords
application client
message
application
identifier
terminal
Prior art date
Application number
PCT/CN2011/073231
Other languages
English (en)
French (fr)
Inventor
杨剑
伊志权
Original Assignee
华为技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Publication of WO2011140904A1 publication Critical patent/WO2011140904A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor

Definitions

  • the present invention relates to communication technologies, and in particular, to a message processing method, apparatus, and application server. Background technique
  • terminals including mobile terminals and fixed terminals
  • the same terminal is suitable for different industries and the demand is also very strong.
  • the application client of the industry application is generally installed directly on the terminal, and the user logs in through the application client. After the identity authentication, the industry application client periodically obtains a list of pending information from the application server. The user terminal performs processing of related information.
  • An embodiment of the present invention provides a method, an apparatus, and an application server for message processing, so that an application client obtains newly released information of an application server in time, thereby avoiding a phenomenon of information acquisition delay.
  • An embodiment of the present invention provides a message processing method, including: receiving a message sent to a specified interface of a terminal; determining that the message carries an application client identifier; and determining, according to the application client identifier, an application corresponding to the application client identifier The client process is not started; the application client process is triggered to be triggered; and the application client corresponding to the application client identifier is triggered to obtain information from the application server.
  • Another embodiment of the present invention also provides a message processing method, including: when a message is published, constructing a message sent to a terminal where each application client is located, and the message sent to the terminal where each application client is located carries an application client.
  • the identifier of the terminal is sent to the specified interface of the terminal where the application client is located, so that the message processing device receives the message, and determines that the message carries the application client identifier, and then determines and applies the message.
  • the application client process corresponding to the client identifier is not started, and triggers the application client process to be started; and the application client corresponding to the application client identifier is triggered to obtain information from the application server.
  • the embodiment of the present invention further provides a message processing apparatus, including: a receiving module, configured to receive a message sent to a specified interface of the terminal; a determining module, configured to determine that the message carries an application client identifier; and a determining module, configured to The application client identifier determines that the application client process corresponding to the application client identifier is not activated; the first trigger module is configured to trigger the application client process to be triggered; and the second trigger module is configured to trigger the application The application client corresponding to the client identifier obtains information from the application server.
  • Another embodiment of the present invention further provides an application server, including: a building module, configured to: when a message is published, construct a message sent to a terminal where each application client is located, where the message is sent to a terminal where each application client is located The message carries an identifier of the application client, and the sending module is configured to send a message carrying the identifier of the application client to a specified interface of the terminal where each application client is located, so that the message processing device receives the message, and determines the message.
  • Determine the application client after carrying the application client ID The application client process corresponding to the client identifier is not started, and triggers the application client process to be started; and the application client corresponding to the application client identifier is triggered to obtain information from the application server.
  • the embodiment of the present invention receives a message sent to a specified interface of the terminal, and determines that the message carries the application client identifier and determines that the application client is not started.
  • the application client is triggered to be triggered, so that the application client receives the information, thereby avoiding the phenomenon that the information is lost or delayed due to the application client not being able to receive the published information in time.
  • FIG. 1 is a flowchart of a message processing method according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a message processing method according to another embodiment of the present invention.
  • FIG. 3 is a flowchart of a message processing method according to another embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of a message processing apparatus according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of an application server according to another embodiment of the present invention. detailed description
  • the embodiment of the present invention provides a method for message processing. Referring to FIG. 1, the method includes: Step 101: Receive a message sent to a specified interface of a terminal.
  • the embodiment of the present invention includes a message processing device in a terminal (including a mobile terminal or a fixed terminal), and the message processing device may be a processor, a receiver, or another physical entity of the terminal, or may be a combination of the foregoing physical entities of the terminal.
  • the message processing device can be automatically invoked by the activation of the terminal operating system, and receives a message sent to the specified interface of the terminal.
  • the message processing device can adapt to different terminal operating systems and models, and has good cross-platform capability.
  • the designated interface of the terminal may be an interface that receives a short message, an interface that receives a multimedia message, or other interface that is sent to any application.
  • the message processing device is configured with an interface of a terminal that needs to receive a message.
  • the message may be a short message, a multimedia message, a Fetion, a flash, a WAP PUSH, or an Unstructured Supplementary Service Data (USSD). Different messages correspond to different designated interfaces of the terminal.
  • USB Unstructure
  • Step 102 Determine that the message carries the application client identifier.
  • the message processing device parses the message, and determines whether the identifier of the application client is included in the message. After the message processing device determines that the received message includes the application client identifier, step 103 is performed; otherwise, the received interface message sent to the terminal is processed according to an existing process, for example, the received short message is sent to SMS inbox, MMS sent to MMS inbox, etc.
  • Step 103 Determine, according to the application client identifier, that the application client process corresponding to the application client identifier is not started.
  • the terminal may include a mapping relationship of the application process corresponding to each application client identifier, where the mapping relationship may be stored in the memory of the terminal, or may be stored in the processor of the terminal, or may be stored in other databases of the terminal.
  • the message processing device may query the process list of the terminal that has been run by the terminal, and determine whether the application client process corresponding to the application client identifier is included in the process list, if the process list includes an application client process corresponding to the application client identifier. , then determine and apply The application client process corresponding to the client identifier has been started. Otherwise, it is determined that the application client process corresponding to the application client identifier is not started.
  • Step 104 Trigger to start the application client process.
  • the application client process may be invoked by the message processing device to start the application client process, and the specific calling mode may adopt an existing calling mode, such as using an operation instruction.
  • Step 105 Trigger an application client corresponding to the application client identifier to obtain information from the application server.
  • the message processing apparatus may send a notification to the application client corresponding to the application client identifier, and notify the application client to obtain information from the application server; or invoke an interface of the stored application server, so that the application server sends the application client to the application client.
  • Send information The embodiment of the present invention receives the message sent to the specified interface of the terminal, and triggers the application client to be triggered when the message carries the application client identifier and determines that the application client is not started, so that the application client receives Information, thereby avoiding the loss or delay of information caused by the application client not being able to receive the published information in time.
  • FIG. 2 is a flowchart of a message processing method according to another embodiment of the present invention. The method includes: Step 201: A message processing apparatus receives a message sent to a specified interface of a terminal.
  • Step 202 The message processing apparatus determines whether the message carries an application client identifier, and if yes, performs step 203, otherwise performs step 207.
  • the application client ID can be located in the message header of the message or in the body of the message.
  • the application server may extend the SIP protocol when constructing the message, and place the application client identifier in the message header of the SIP message, and the application server may also construct in the message body of the SIP message.
  • the message If the message is in the form of a short message or a multimedia message, the identity of the application client can be placed in the message content.
  • the application client identifier can be the name of the application client, The corresponding process name, application server address, or other special identifier may be specifically negotiated by the application server and the message processing device.
  • the message processing device parses the message by using a method corresponding to the specified interface, so as to determine whether the message carries the identifier of the application client. For example, if the message processing device receives the short message or the multimedia message, the content of the short message or the multimedia message is parsed, so as to determine whether the content of the short message or the multimedia message carries the identifier of the application client. If the message processing device receives the message in the SIP format, the message header or the message body of the SIP message is parsed to determine whether the SIP message carries the identifier of the application client.
  • Step 203 The message processing device determines, according to the application client identifier, whether the application client process corresponding to the application client identifier is started. If it is already started, step 205 is performed, otherwise step 204 is performed. The message processing device determines whether the application client process is started. See the description of step 103.
  • Step 204 The message processing device triggers the start of the application client process.
  • the specific trigger startup mode refer to the description of step 104.
  • Step 205 The message processing device triggers the application client corresponding to the application client identifier to obtain information from the application server according to the application client identifier.
  • the message processing device may send a notification to the application client, and notify the application server to receive the information, and after receiving the notification, the application client connects to the application server to obtain newly released information of the application server, where the application client After receiving the notification, the existing method may be used to connect to the application server to obtain newly released information of the application server; or configure an interface of the application server (such as an interface for newly publishing information) in the message processing device, and message processing The device invokes the stored interface of the application server so that the application server sends information such as newly released information to the application client, and sends the newly released information to the application client at the application server and sends a message that the return result is successful to the message processing device.
  • the existing method may be used to connect to the application server to obtain newly released information of the application server; or configure an interface of the application server (such as an interface for newly publishing information) in the message processing device, and message processing The device invokes the stored interface of the application server so that the application server sends information such as newly released information to the application client, and sends the newly
  • Step 206 After the application client that triggers the application client identifier obtains the information from the application server, the message processing device deletes the received message carrying the application client identifier.
  • Step 207 If the message processing apparatus determines that the received message sent to the designated interface of the terminal does not include the identifier of the application client, the message is processed according to the existing logic. For example, if the message is a short message and the short message does not include the identity of the application client, the message processing device sends the short message to the inbox of the terminal short message client.
  • the message processing apparatus may further determine whether the message sender of the message received from the specified interface is an application server corresponding to the application client installed by the terminal, and the step may be performed before step 202 or before 203. . If it is executed before step 202, and if the message sender is an application server, step 202 is performed, otherwise step 207 is performed; if it is determined whether the message sender is an application server before step 203, and if it is determined that the message sender is not an application server Then, step 207 is performed, otherwise step 203 is performed.
  • the message processing device stores an address list of each application server, and after receiving the message sent to the specified interface of the terminal, determines the message sending according to the result of comparing the stored address of each server with the address of the sender of the message. Whether the party is an application server. If the address of the sender of the message is located in the address list of each stored application server, it indicates that the sender of the message is an application server; otherwise, the sender of the message is not the application server; or, the message processing apparatus may determine the message according to the format of the sender of the message.
  • the sender is an application server
  • the message processing apparatus considers that the message sender is not an application server, otherwise it may be determined
  • the sender of the message is an application server; or the message processing device stores the address format of the application server. If the format of the sender of the message belongs to the format of the address of the stored application server, the sender of the message is considered to be the application server.
  • the message sender is further determined to be an application server, it may be avoided that some applications have application client identifiers, but there is no corresponding application client, and the application client corresponding to the application client identifier is determined. Whether the end starts the step, which leads to the possibility of The message processing device cannot perform further processing when the corresponding application client is not queried.
  • the message processing apparatus of the embodiment of the present invention may perform step 207 if the terminal corresponding to the application client identifier is not queried.
  • a message including an application client identifier such as a short message, a femto address, a multimedia message, or a USSD message, is generated, and a message including the application client identifier is sent to the application server. terminal.
  • the digital urban management service server stores the terminal user information of the digital urban management service client, including the information of each terminal.
  • the digital city management service server sends a short message to each terminal through the short message center according to the information of each terminal, and the short message includes the identifier of the digital urban management service client.
  • the digital city management service server can also send a message carrying the identity of the digital urban service client to each terminal through the multimedia message center or other means.
  • the message sent to the specified interface of the terminal is received, and the application client is triggered to start when the message carries the application client identifier and determines that the application client process is not started, so that the application is used.
  • the client receives the information, thereby avoiding the loss or delay of information due to the inability to receive the published information in time when the application client is not started.
  • the application client process is directly triggered to the application server to obtain newly released information of the application server. Therefore, in the prior art, the application client needs to periodically query whether the application server has newly released information, and the network traffic is increased, and the newly released information of the application server is not timely.
  • FIG. 3 is a flowchart of a message processing method according to another embodiment of the present invention, including:
  • Step 301 When a message is published, the message sent to the terminal where the application client is located is constructed, and the message sent to the terminal where the application client is located carries the identifier of the application client;
  • Step 302 Send a message carrying the identifier of the application client to the specified interface of the terminal where the application client is located, so that the message processing device receives the message, and determines that the message carries the application client identifier, and then determines and applies the message.
  • the application client process corresponding to the client ID is not started, and Triggering to start the application client process; and triggering an application client corresponding to the application client identifier to obtain information from the application server.
  • the message when the application server needs to be advertised, the message is sent to the terminal where the application client is located, where the message carries the identifier of the application client, and the message is sent to each application client.
  • the specified port of the terminal so that the message processing device performs corresponding processing after receiving the message, such as triggering the process corresponding to the application client, and triggering the application client to obtain information from the application server. Therefore, the application client starts and timely acquires corresponding information after receiving the message of the application server, thereby avoiding the delay of obtaining the information.
  • the application server of the embodiment of the present invention may be a computer or other physical entity, wherein the message sent to the terminal where each application client is located may be completed by the processor of the computer.
  • FIG. 4 is a schematic structural diagram of a message processing apparatus according to an embodiment of the present invention, including: a receiving module 401, configured to receive a message that is sent to a specified interface of a terminal; and a determining module 402, configured to determine that the message carries an application client identifier;
  • the module 403 is configured to determine, according to the application client identifier, that the application client process corresponding to the application client identifier is not started; the first triggering module 404 is configured to trigger the application client process to be triggered; and the second triggering module 405 And the method for triggering the application client corresponding to the application client identifier to obtain information from the application server.
  • the message processing apparatus of the embodiment of the present invention triggers the application client to receive the message sent to the specified interface of the terminal, and triggers the application client to be triggered when the message carries the application client identifier and determines that the application client is not activated.
  • the client receives the information, thereby avoiding the loss or delay of the information caused by the application client not being able to receive the published information in time.
  • the message processing apparatus of the embodiment of the present invention may be one of a processor, a receiver, or other physical entity of the terminal or a combination thereof.
  • the receiving module may be a receiver of the terminal, and other modules, such as a determining module, a determining module, a second triggering module, and a second triggering module, may be the processor of the terminal, and the present invention is not particularly limited herein.
  • the determining module 403 is specifically configured to: query a process list that is run by the terminal, and determine whether the process list includes the identifier corresponding to the application client identifier. If the application client process does not include the application client process corresponding to the application client identifier, it is determined that the application client corresponding to the application client identifier is not started.
  • the first triggering module 404 of the message processing apparatus triggers the triggering module to invoke the application client process to start the application client.
  • the second triggering module 405 of the message processing apparatus is specifically configured to: send a notification to an application client corresponding to the application client identifier, and notify the application client to the application
  • the server obtains the information; or invokes an interface of the newly released information of the stored application server, so that the application server sends the newly released information to the application client.
  • the message processing apparatus further includes a deleting module 406, configured to delete the received information after triggering an application client corresponding to the application client identifier to obtain information from an application server.
  • a deleting module 406 configured to delete the received information after triggering an application client corresponding to the application client identifier to obtain information from an application server.
  • a message carrying the application client ID
  • the determining module 403 of the message processing apparatus is further configured to determine, according to the sender identifier of the message, the sender of the message, before the determining module 402 determines that the message carries the application client identifier.
  • the determining module 403 is further configured to determine, according to the sender identifier of the message, that the sender of the message is an application server corresponding to the application client installed by the terminal, where the determining module determines that the address of the sender of the message is located in each stored application server. In the address list; or, the determining module determines the format of the address of the sender of the message is in the format of the address of the stored application server; or, the determining module determines the format of the address of the sender of the message does not belong to the format of the terminal address of the stored ordinary user.
  • the message processing apparatus avoids the subsequent processing of the message, such as continuing to send the message to the client, such as sending the message to the short message inbox of the terminal, or receiving the multimedia message, because the corresponding message is deleted.
  • the box is provided to the user, etc., so as to avoid unnecessary interference to the user.
  • the determining module further determines that the sender of the message is an application server to avoid processing the message that is not accidentally carried by the application server in the message that is not sent by the application server, so as to reduce the processing capacity of the message processing device.
  • FIG. 5 is a schematic structural diagram of an application server according to an embodiment of the present invention, including a construction module 501, configured to: when a message is published, construct a message sent to a terminal where each application client is located, where the message is sent to a terminal where each application client is located.
  • the application client identifier After the application client identifier is carried, it is determined that the application client process corresponding to the application client identifier is not started, and the application client process is triggered to be started; and the application client identifier is triggered according to the application client identifier.
  • the application client obtains information from the application server.
  • the message when the application server needs to be advertised, the message is sent to the terminal where the application client is located, where the message carries the identifier of the application client, and the message is sent to each application client.
  • the specified port of the terminal so that the message processing device performs corresponding processing after receiving the message, such as triggering the process corresponding to the application client, and triggering the application client to obtain information from the application server. Therefore, the application client starts and timely acquires corresponding information after receiving the message of the application server, thereby avoiding the delay of obtaining the information.
  • the application server of the embodiment of the present invention may be a computer or other physical entity, wherein the building module may be completed by a processor of the computer.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Description

种消息处理方法、 装置和应用服务
本申请要求于 2010 年 07 月 01 日提交中国专利局、 申请号为 201010219341.X, 发明名称为 "一种消息处理方法、 装置和应用服务器" 的中 国专利申请的优先权, 其全部内容通过引用结合在本申请中。 技术领域
本发明涉及通讯技术, 尤其涉及一种消息处理的方法、 装置和应用服务 器。 背景技术
基于行业、 企业及个人的一体化办公应用, 即行业应用具有很强的专业性 和特殊性, 对不同的行业用户需要提供特别定制的终端, 结合行业特点进行软 件开发和系统集成。
随着技术的不断发展, 终端 (包括移动终端和固定终端) 能提供给用户的 服务将越来越丰富。 同一终端适用于不同行业的需求也非常强烈。
现有终端的行业应用技术中, 一般都直接在终端上安装行业应用的应用客 户端, 用户通过应用客户端进行登录, 经过身份认证后, 行业应用客户端定时 从应用服务器获取待处理信息列表, 用户终端进行相关信息的处理。
然而, 现有的应用技术中, 如果需要及时获取信息, 则需要用户终端一直 运行应用客户端, 而如果终端未运行该应用客户端, 则会导致不能及时获取信 息, 从而导致信息获取时延。 发明内容 本发明的实施例提供了一种消息处理的方法、 装置和应用服务器, 以便应 用客户端及时获取应用服务器新发布的信息, 从而避免信息获取时延的现象。 本发明实施例提供了一种消息处理方法, 包括: 接收发送给终端指定接口 的消息; 判断所述消息中携带应用客户端标识; 根据所述应用客户端标识确定 与应用客户端标识对应的应用客户端进程没有启动; 触发启动所述应用客户端 进程; 以及触发与所述应用客户端标识对应的应用客户端从应用服务器获取信 息。
本发明另一实施例也提供了一种消息处理方法, 包括: 当有信息发布时, 构建发送给各应用客户端所在终端的消息, 所述发送给各应用客户端所在终端 的消息携带应用客户端的标识; 将携带应用客户端的标识的消息发送络各应用 客户端所在的终端的指定接口, 以便于消息处理装置接收到所述消息, 并判断 所述消息中携带应用客户端标识后确定与应用客户端标识对应的应用客户端进 程没有启动, 并触发启动所述应用客户端进程; 以及触发与所述应用客户端标 识对应的应用客户端从应用服务器获取信息。
本发明实施例还提供一种消息处理装置, 包括: 接收模块, 用于接收发送 给终端指定接口的消息; 判断模块, 用于判断所述消息中携带应用客户端标 识; 确定模块, 用于根据所述应用客户端标识确定与应用客户端标识对应的应 用客户端进程没有启动; 第一触发模块, 用于触发启动所述应用客户端进程; 以及第二触发模块, 用于触发与所述应用客户端标识对应的应用客户端从应用 服务器获取信息。
本发明另一实施例还提供了一种应用服务器, 包括: 构建模块, 用于当有 信息发布时, 构建发送给各应用客户端所在终端的消息, 所述发送给各应用客 户端所在终端的消息携带应用客户端的标识; 发送模块, 用于将携带应用客户 端的标识的消息发送络各应用客户端所在的终端的指定接口, 以便于消息处理 装置接收到所述消息, 并判断所述消息中携带应用客户端标识后确定与应用客 户端标识对应的应用客户端进程没有启动, 并触发启动所述应用客户端进程; 以及触发与所述应用客户端标识对应的应用客户端从应用服务器获取信息。 由上述本发明的实施例提供的技术方案可以看出, 本发明实施例通过接收 发送给终端指定接口的消息, 并在判断所述消息携带应用客户端标识和确定所 述应用客户端没有启动时触发启动所述应用客户端, 以便所述应用客户端接收 信息, 从而避免了由于应用客户端没有启动无法及时接收发布的信息导致信息 丟失或时延的现象。
附图说明
为了更清楚地说明本发明实施例的技术方案, 下面将对实施例描述中所需 要使用的附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是本发明的 一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动的前提下, 还可以根据这些附图获得其他的附图。
图 1为本发明实施例提供的消息处理方法的流程图;
图 2为本发明另一实施例提供的消息处理方法的流程图;
图 3为本发明又一实施例提供的消息处理方法的流程图;
图 4为本发明实施例提供的消息处理装置结构示意图;
图 5为本发明另一实施例提供的应用服务器的结构示意图。 具体实施方式
下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行清 楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而不是 全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有作出创造 性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。 本发明实施例提供了消息处理的方法, 参考图 1所示, 该方法包括: 步骤 101, 接收发送给终端的指定接口的消息。
具体的, 本发明实施例在终端 (包括移动终端或固定终端) 包括消息处理 装置, 该消息处理装置可以是终端的处理器、 接收器或其它物理实体, 也可以 是终端前述物理实体的结合。 该消息处理装置可以通过终端操作系统的启动而 自动被调用, 并接收发送给终端的指定接口的消息, 该消息处理装置可以适配 不同的终端操作系统和机型, 具有良好的跨平台的能力。 所述终端的指定接口 可以是接收短消息的接口、 接收彩信的接口、 或其它发送给任何应用的接口。 该消息处理装置配置有需要接收消息的终端的接口。 所述消息可以是短信、 彩信、 飞信、 闪信、 WAP PUSH的方式、 或非结构化补充数据业务 (Unstructured Supplementary Service Data, USSD)的方式, 不同的消息对应不同 的终端的指定接口。
步骤 102, 判断所述消息中携带应用客户端标识。
具体的, 消息处理装置在接收到发送给终端指定接口的消息后, 解析所述 消息, 判断所述消息中是否包含应用客户端的标识。 当消息处理装置在判断出 所接收的消息包含应用客户端标识后, 执行步骤 103, 否则按现有的流程将接 收到的发送给终端指定的接口消息进行处理, 如将接收到的短消息发送给短信 收件箱, 彩信发送给彩信收件箱等。
步骤 103, 根据所述应用客户端标识确定与应用客户端标识对应的应用客 户端进程没有启动。
具体的, 终端可以包括各应用客户端标识对应的应用进程的映射关系, 该 映射关系可以存储在终端的存储器中, 也可以存储在终端的处理器中, 还可以 存储在终端的其它数据库中。 消息处理装置可以查询终端已运行的进程列表, 确定所述进程列表中是否包括与应用客户端标识对应的应用客户端进程, 如果 所述进程列表中包括与应用客户端标识对应的应用客户端进程, 则确定与应用 客户端标识对应的应用客户端进程已经启动, 否则确定与应用客户端标识对应 的应用客户端进程没有启动。
步骤 104, 触发启动所述应用客户端进程。
具体的, 可以由消息处理装置调用所述应用客户端进程以启动所述应用客 户端进程, 具体的调用方式可以采用现有的调用方式, 如采用操作指令调用 等。
步骤 105、 触发与所述应用客户端标识对应的应用客户端从应用服务器获 取信息。
具体的, 消息处理装置可以向与所述应用客户端标识对应的应用客户端发 送通知, 告知所述应用客户端到应用服务器获取信息; 或调用存储的应用服务 器的接口, 以便应用服务器向应用客户端发送信息。 本发明实施例通过接收发送给终端指定接口的消息, 并在判断所述消息携 带应用客户端标识和确定所述应用客户端没有启动时触发启动所述应用客户 端, 以便所述应用客户端接收信息, 从而避免了由于应用客户端没有启动无法 及时接收发布的信息导致信息丟失或时延的现象。 图 2为本发明另一实施例提供的消息处理方法的流程图, 该方法包括: 步骤 201、 消息处理装置接收发送给终端的指定接口的消息。
步骤 202、 消息处理装置判断所述消息是否携带应用客户端标识, 如果 是, 执行步骤 203, 否则执行步骤 207。
应用客户端标识可以位于消息的消息头, 也可能位于消息体中。 例如, 如 果消息采用 SIP协议格式, 则应用服务器在构建该消息时可对 SIP协议进行扩 展, 将该应用客户端标识置于 SIP消息的消息头, 应用服务器也可以在 SIP消 息的消息体中建构该消息。 如果消息采用短消息或彩信的格式, 则该应用客户 端的标识可以置于消息内容中。 该应用客户端标识可以为应用客户端的名称、 对应的进程名称、 应用服务器地址、 或其它特殊的标识符等, 具体的可以由应 用服务器和消息处理装置协商一致即可。
消息处理装置在收到发送给终端的指定接口的消息时, 采用与该指定接口 对应的方法解析该消息, 从而判断该消息是否携带所述应用客户端的标识。 例 如, 如果消息处理装置收到是的短信或彩信, 则解析短信或彩信的内容, 从而 判断该短信或彩信的内容是否携带所述应用客户端的标识。 如果消息处理装置 接收的是 SIP格式的消息时, 则解析 SIP消息的消息头或消息体, 从而确定该 SIP消息是否携带所述应用客户端的标识。
步骤 203、 消息处理装置根据所述应用客户端标识确定与应用客户端标识 对应的应用客户端进程是否启动, 如果已经启动, 执行步骤 205, 否则执行步 骤 204。 消息处理装置判断所述应用客户端进程是否启动可参见步骤 103的描 述。
步骤 204、 消息处理装置触发启动所述应用客户端进程, 具体的触发启动 方式可参见步骤 104的描述。
步骤 205、 消息处理装置根据所述应用客户端标识触发与所述应用客户端 标识对应的应用客户端从应用服务器获取信息。
具体的, 消息处理装置可以向应用客户端发送通知, 告知其到应用服务器 接收信息, 应用客户端在收到所述通知后, 连接到应用服务器获取应用服务器 新发布的信息, 其中, 应用客户端在收到所述通知后, 可以采用现有的方式连 接到应用服务器获取应用服务器新发布的信息; 或者在消息处理装置中配置应 用服务器的接口 (如新发布信息的地址的接口) , 消息处理装置调用存储的所 述应用服务器的接口以便应用服务器向应用客户端发送信息如新发布的信息, 并在应用服务器将新发布的信息发送给应用客户端并给消息处理装置发送返回 结果成功的消息后, 调用终端的 API(Application Programming Interface, 应用程 序编程接口)实现铃声或震动方式的消息提醒, 提醒用户进行任务的处理。 步骤 206、 消息处理装置在触发与所述应用客户端标识对应的应用客户端 从应用服务器获取信息后, 删除接收到的携带应用客户端标识的所述消息。
步骤 207、 如果所述消息处理装置判断所述接收到的发送给终端指定接口 的消息没有包括应用客户端的标识, 则按现有的逻辑处理所述消息。 例如, 如 果所述消息为短消息, 且所述短消息中没有包括应用客户端的标识, 则消息处 理装置将所述短消息发送到终端短消息客户端的收件箱。
在本发明的实施例中, 消息处理装置可进一步判断从指定的接口接收的消 息的消息发送方是否为与终端安装的应用客户端对应的应用服务器, 该步骤可 以在步骤 202之前或 203之前执行。 如果在步骤 202之前执行, 且如果消息发送 方为应用服务器, 则执行步骤 202, 否则执行步骤 207; 如果判断消息发送方是 否为应用服务器在步骤 203之前执行, 且如果判断消息发送方不是应用服务 器, 则执行步骤 207, 否则执行步骤 203。
具体的, 消息处理装置中存储有各应用服务器的地址列表, 在收到发送给 终端的指定接口的消息后, 根据存储的各应服务器的地址与消息发送方的地址 进行比较的结果确定消息发送方是否为应用服务器。 如果消息发送方的地址位 于存储的各应用服务器的地址列表中, 则表示消息发送方为应用服务器, 否 则, 消息发送方不为应用服务器; 或者, 消息处理装置可根据消息发送方的格 式确定消息发送方是否为应用服务器, 例如如果消息发送方的格式为普通用户 的终端地址的格式, 如手机号、 小灵通号或其它格式, 则消息处理装置认为消 息发送方不为应用服务器, 否则可认定消息发送方为应用服务器; 或者, 消息 处理装置中存储应用服务器的地址格式, 如果消息发送方的格式属存储的应用 服务器的地址的格式, 则认为消息发送方为应用服务器。
本发明实施例在采用进一步判断消息发送方是否为应用服务器, 可以避免 有的消息中虽然带有应用客户端标识, 却并没有相应的应用客户端的情况下去 判断与应用客户端标识对应的应用客户端是否启动的步骤, 从而导致有可能由 于查询不到相应应用客户端时消息处理装置无法进行进一步处理的情况发生。 此外, 本发明实施例的消息处理装置在执行步骤 203时, 如果查询不到与 所述应用客户端标识对应的终端进行, 消息处理装置则可以执行步骤 207。
在本发明实施例中, 如果应用服务器有新的信息需要发布时, 则构建包括 应用客户端标识的消息, 如短信、 飞信、 彩信或 USSD消息等, 并将包含应用 客户端标识的消息发送给终端。 以数字城管业务服务器为例, 数字城管业务服 务器存储有安装了数字城管业务客户端的终端用户信息, 包括各终端的信息。 当有信息需要发布时, 由数字城管业务系服务器据各终端的信息通过短信中心 向各终端发送短消息, 所述短消息包括数字城管业务客户端的标识。 当然, 数 字城管业务服务器还可以通过彩信中心或其它的方式向各终端发送携带数字城 管业务客户端的标识的消息。
在本发明实施例中, 接收发送给终端指定接口的消息, 并在判断所述消息 携带应用客户端标识和确定所述应用客户端进程没有启动时触发启动所述应用 客户端, 以便所述应用客户端接收信息, 从而避免了由于应用客户端没有启动 时无法及时接收发布的信息导致信息丟失或时延的现象。 而且, 当判断所述应 用客户端进程已经启动时, 直接触发应用客户端进程至应用服务器获取应用服 务器新发布的信息。 从而避免了现有技术中应用客户端需要定时查询应用服务 器是否有新发布的信息而导致的网络流量的加大, 以及对应用服务器新发布的 信息获取不及时的问题。
图 3为本发明又一实施例提供的消息处理方法的流程图, 包括:
步骤 301、 当有信息发布时, 构建发送给各应用客户端所在终端的消息, 所述发送给各应用客户端所在终端的消息携带应用客户端的标识;
步骤 302、 将携带应用客户端的标识的消息发送络各应用客户端所在的终 端的指定接口, 以便于消息处理装置接收到所述消息, 并判断所述消息中携带 应用客户端标识后确定与应用客户端标识对应的应用客户端进程没有启动, 并 触发启动所述应用客户端进程; 以及触发与所述应用客户端标识对应的应用客 户端从应用服务器获取信息。
在本发明实施例中, 当应用服务器有信息需要发布时, 则构建发送给各应 用客户端所在终端的消息, 所述消息中携带应用客户端的标识, 并将所述消息 发送给各应用客户端所在终端的指定端口, 以便消息处理装置在收到所述消息 后进行相应的处理, 如触发启动应用客户端所对应的进程, 以及触发应用客户 端从应用服务器获取信息。 从而使得应用客户端在收到应用服务器的消息后及 时启动并及时获取相应的信息, 避免信息获取的时延。
本发明实施例的应用服务器可以为计算机或其它的物理实体, 其中构建发 送给各应用客户端所在终端的消息则可以由计算机的处理器完成。
图 4为本发明实施例提供的消息处理装置结构示意图, 包括: 接收模块 401 , 用于接收发送给终端指定接口的消息; 判断模块 402, 用于判断所述消息 中携带应用客户端标识; 确定模块 403, 用于根据所述应用客户端标识确定与 应用客户端标识对应的应用客户端进程没有启动; 第一触发模块 404, 用于触 发启动所述应用客户端进程; 以及第二触发模块 405, 用于触发与所述应用客 户端标识对应的应用客户端从应用服务器获取信息。
本发明实施例的消息处理装置通过接收发送给终端指定接口的消息并在判 断所述消息携带应用客户端标识和确定所述应用客户端没有启动时触发启动所 述应用客户端, 以便所述应用客户端接收信息, 从而避免了由于应用客户端没 有启动无法及时接收发布的信息导致信息丟失或时延的现象。 本发明实施例的 消息处理装置可以是终端的处理器, 接收器, 或其它物理实体之一或其结合。 比如接收模块可以为终端的接收器, 其它模块如判断模块, 确定模块, 第二触 发模块和第二触发模块可以为终端的处理器, 本发明在此不做特别限定。
在本发明实施例提供的消息处理装置中, 所述确定模块 403具体用于, 查 询终端运行的进程列表, 确定所述进程列表中是否包括与应用客户端标识对应 的应用客户端进程, 如果所述进程列表中不包括与应用客户端标识对应的应用 客户端进程, 则确定与应用客户端标识对应的应用客户端没有启动。
在本发明另一实施例中, 所述消息处理装置的第一触发模块 404触发具体 用于触发模块调用应用客户端进程启动所述应用客户端。
在本发明又一实施例中, 所述消息处理装置的所述第二触发模块 405具体 用于: 向与所述应用客户端标识对应的应用客户端发送通知, 告知所述应用客 户端到应用服务器获取信息; 或调用存储的应用服务器的新发布信息的接口, 以便应用服务器向应用客户端发送新发布的信息。
在本发明的再一实施例中, 所述的消息处理装置还包括删除模块 406, 用 于在触发与所述应用客户端标识对应的应用客户端从应用服务器获取信息之后 删除接收到的所述携带应用客户端标识的消息。
在本发明的实施例中, 所述的消息处理装置的确定模块 403在所述判断模 块 402判断所述消息中携带应用客户端标识之前, 进一步用于根据消息的发送 方标识确定消息的发送方为与终端安装的应用客户端对应的应用服务器;
以及所述确定模块 403进一步用于根据消息的发送方标识确定消息的发送 方为与终端安装的应用客户端对应的应用服务器具体包括: 确定模块确定消息 发送方的地址位于存储的各应用服务器的地址列表中; 或, 确定模块确定消息 发送方的地址的格式位于存储的应用服务器的地址的格式; 或, 确定模块确定 消息发送方的地址的格式不属于存储的普通用户的终端地址的格式。
通过上述本发明实施例提从的消息处理装置, 由于删除了相应的消息, 避 免了消息的后续处理如继续将消息发送至客户端, 如将消息发送到终端的短信 收件箱, 或彩信收件箱或提供给用户等, 从而避免给用户造成不必要的干扰。 此外, 由确定模块进一步确定消息的发送方为应用服务器, 以避免对并非由应 用服务器发送的消息中偶然带有应用客户端标识的消息进行处理, 以减少消息 处理装置的处理量。 图 5为本发明实施例提供的应用服务器结构示意图, 包括构建模块 501, 用 于当有信息发布时, 构建发送给各应用客户端所在终端的消息, 所述发送给各 应用客户端所在终端的消息携带应用客户端的标识; 发送模块 502, 用于将携 带应用客户端的标识的消息发送络各应用客户端所在的终端的指定接口, 以便 于消息处理装置接收到所述消息, 并判断所述消息中携带应用客户端标识后确 定与应用客户端标识对应的应用客户端进程没有启动, 并触发启动所述应用客 户端进程; 以及根据所述应用客户端标识触发与所述应用客户端标识对应的应 用客户端从应用服务器获取信息。
在本发明实施例中, 当应用服务器有信息需要发布时, 则构建发送给各应 用客户端所在终端的消息, 所述消息中携带应用客户端的标识, 并将所述消息 发送给各应用客户端所在终端的指定端口, 以便消息处理装置在收到所述消息 后进行相应的处理, 如触发启动应用客户端所对应的进程, 以及触发应用客户 端从应用服务器获取信息。 从而使得应用客户端在收到应用服务器的消息后及 时启动并及时获取相应的信息, 避免信息获取的时延。
本发明实施例的应用服务器可以为计算机或其它的物理实体, 其中构建模 块则可以由计算机的处理器完成。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步骤是 可以通过程序来指令相关的硬件完成, 上述的程序可以存储于一种计算机可读 存储介质中, 上述提到的存储介质可以是只读存储器, 磁盘或光盘等。
以上所述, 仅为本发明较佳的具体实施方式, 但本发明的保护范围并不局 限于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易 想到的变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护 范围应该以权利要求的保护范围为准。

Claims

权利要求书
1. 一种消息处理方法, 其特征在于, 包括:
接收发送给终端指定接口的消息;
判断所述消息中携带应用客户端标识;
根据所述应用客户端标识确定与应用客户端标识对应的应用客户端进程没 有启动;
触发启动所述应用客户端进程; 以及
根据所述应用客户端标识触发与所述应用客户端标识对应的应用客户端从 应用服务器获取信息。
2. 如权利要求 1所述的方法, 其特征在于, 所述根据所述应用客户端标识 确定与应用客户端标识对应的应用客户端进程没有启动具体包括:
查询终端运行的进程列表, 确定所述进程列表中是否包括与应用客户端标 识对应的应用客户端进程, 如果所述进程列表中不包括与应用客户端标识对应 的应用客户端进程, 则确定与应用客户端标识对应的应用客户端进程没有启 动。
3. 如权利要求 1所述的方法, 其特征在于, 所述触发启动所述应用客户端 进程具体包括:
调用所述应用客户端进程启动所述应用客户端。
4. 如权利要求 1所述方法, 其特征在于: 根据所述应用客户端标识触发与 所述应用客户端标识对应的应用客户端从应用服务器获取信息具体包括:
向与所述应用客户端标识对应的应用客户端发送通知, 告知所述应用客户 端到应用服务器获取信息; 或调用存储的应用服务器的接口, 以便应用服务器 向应用客户端发送信息。
5. 如权利要求 4所述的方法, 其特征在于, 该方法进一步包括: 在触发与所述应用客户端标识对应的应用客户端从应用服务器获取信息之 后删除接收到的所述携带应用客户端标识的消息。
6.如权利要求 1-5任一所述的方法, 其特征在于, 在判断所述消息中携带 应用客户端标识之前, 该方法还包括:
根据消息的发送方标识确定消息的发送方为与终端安装的应用客户端对应 的应用服务器。
7. 如权利要求 6所述的方法, 其特征在于, 根据消息的发送方标识确定消 息的发送方为与终端安装的应用客户端对应的应用服务器具体包括:
确定消息发送方的地址位于存储的各应用服务器的地址列表中; 或 确定消息发送方的地址的格式位于存储的应用服务器的地址的格式; 或 确定消息发送方的地址的格式不属于存储的普通用户的终端地址的格式。
8. 一种消息处理方法, 其特征在于包括:
当有信息发布时, 构建发送给各应用客户端所在终端的消息, 所述发送给 各应用客户端所在终端的消息携带应用客户端的标识;
将携带应用客户端的标识的消息发送络各应用客户端所在的终端的指定接 口, 以便于消息处理装置接收到所述消息, 并判断所述消息中携带应用客户端 标识后确定与应用客户端标识对应的应用客户端进程没有启动, 并触发启动所 述应用客户端进程; 以及根据所述应用客户端标识触发与所述应用客户端标识 对应的应用客户端从应用服务器获取信息。
9. 一种消息处理装置, 其特征在于包括:
接收模块, 用于接收发送给终端指定接口的消息;
判断模块, 用于判断所述消息中携带应用客户端标识;
确定模块, 用于根据所述应用客户端标识确定与应用客户端标识对应的应 用客户端进程没有启动;
第一触发模块, 用于触发启动所述应用客户端进程; 以及
第二触发模块, 用于触发与所述应用客户端标识对应的应用客户端从应用 服务器获取信息。
10. 如权利要求 9所述的装置, 其特征在于,
所述确定模块具体用于, 查询终端运行的进程列表, 确定所述进程列表中 是否包括与应用客户端标识对应的应用客户端进程, 如果所述进程列表中不包 括与应用客户端标识对应的应用客户端进程, 则确定与应用客户端标识对应的 应用客户端没有启动。
11 . 如权利要求 9所述的装置, 其特征在于, 所述第一触发模块触发具体 用于, 触发模块调用应用客户端进程启动所述应用客户端。
12. 如权利要求 9所述的装置, 其特征在于, 所述第二触发模块具体用 于: 向与所述应用客户端标识对应的应用客户端发送通知, 告知所述应用客户 端到应用服务器获取信息; 或调用存储的应用服务器的新发布信息的接口, 以 便应用服务器向应用客户端发送新发布的信息。
13.如权利要求 12所述的装置, 其特征在于, 该装置还包括:
删除模块, 用于在触发与所述应用客户端标识对应的应用客户端从应用服 务器获取信息之后删除接收到的所述携带应用客户端标识的消息。
14. 如权利要求 9-13任一所述的装置, 其特征在于:
所述确定模块在所述判断模块判断所述消息中携带应用客户端标识之前, 进一步用于根据消息的发送方标识确定消息的发送方为与终端安装的应用客户 端对应的应用服务器。
15. 如权利要求 14所述的装置, 其特征在于, 所述确定模块进一步用于根 据消息的发送方标识确定消息的发送方为与终端安装的应用客户端对应的应用 服务器具体包括:
确定模块确定消息发送方的地址位于存储的各应用服务器的地址列表中; 或, 确定模块确定消息发送方的地址的格式位于存储的应用服务器的地址的格 式; 或, 确定模块确定消息发送方的地址的格式不属于存储的普通用户的终端 地址的格式。
16. 一种应用服务器, 其特征在于包括:
构建模块, 用于当有信息发布时, 构建发送给各应用客户端所在终端的消 息, 所述发送给各应用客户端所在终端的消息携带应用客户端的标识; 发送模块, 用于将携带应用客户端的标识的消息发送络各应用客户端所在 的终端的指定接口, 以便于消息处理装置接收到所述消息, 并判断所述消息中 携带应用客户端标识后确定与应用客户端标识对应的应用客户端进程没有启 动, 并触发启动所述应用客户端进程; 以及根据所述应用客户端标识触发与所 述应用客户端标识对应的应用客户端从应用服务器获取信息。
PCT/CN2011/073231 2010-07-01 2011-04-25 一种消息处理方法、装置和应用服务器 WO2011140904A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010219341.X 2010-07-01
CN201010219341XA CN102143441A (zh) 2010-07-01 2010-07-01 一种消息处理方、装置和应用服务器

Publications (1)

Publication Number Publication Date
WO2011140904A1 true WO2011140904A1 (zh) 2011-11-17

Family

ID=44410610

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/073231 WO2011140904A1 (zh) 2010-07-01 2011-04-25 一种消息处理方法、装置和应用服务器

Country Status (2)

Country Link
CN (1) CN102143441A (zh)
WO (1) WO2011140904A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139733B (zh) * 2011-11-25 2015-12-09 中国移动通信集团公司 通过短信拉起离线应用程序的系统与方法
CN103600756B (zh) * 2013-11-06 2016-05-25 青岛海信网络科技股份有限公司 可分专业调试运行和故障隔离的综合监控设备及系统
CN105791409B (zh) * 2016-03-30 2020-12-18 北京小米移动软件有限公司 远程连接建立方法及装置
US10827319B2 (en) 2017-06-02 2020-11-03 Apple Inc. Messaging system interacting with dynamic extension app
CN111569417A (zh) * 2020-04-30 2020-08-25 北京视博云信息技术有限公司 一种云游戏的外设数据传输方法及系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212793A (zh) * 2006-12-28 2008-07-02 中国移动通信集团公司 业务处理系统及处理方法
CN101355730A (zh) * 2008-09-12 2009-01-28 北京立通无限科技有限公司 客户端软件的启动方法、装置及移动终端
CN101512515A (zh) * 2006-08-01 2009-08-19 三星电子株式会社 管理用户优选简档的系统和方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101106537A (zh) * 2006-07-14 2008-01-16 华为技术有限公司 一种选择性下载电子邮件的方法
CN101183949A (zh) * 2007-03-30 2008-05-21 腾讯科技(深圳)有限公司 一种客户端应用程序启动方法、应用程序服务器及客户端
ITRA20070067A1 (it) * 2007-10-29 2009-04-30 Fondazione Torino Wireless Sistema di comunicazione per terminali mobili con accesso wireless multicanale
CN101572710B (zh) * 2009-06-03 2012-06-27 杭州华三通信技术有限公司 一种进程间通信方法和系统

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101512515A (zh) * 2006-08-01 2009-08-19 三星电子株式会社 管理用户优选简档的系统和方法
CN101212793A (zh) * 2006-12-28 2008-07-02 中国移动通信集团公司 业务处理系统及处理方法
CN101355730A (zh) * 2008-09-12 2009-01-28 北京立通无限科技有限公司 客户端软件的启动方法、装置及移动终端

Also Published As

Publication number Publication date
CN102143441A (zh) 2011-08-03

Similar Documents

Publication Publication Date Title
WO2008040248A1 (fr) Procédé et système de transmission de courrier électronique et serveur de courrier électronique poussé
JP2008022584A (ja) ワイヤレスマルチメディア通信システム及び方法
WO2008134944A1 (fr) Procede de rappel d'appel manque, systeme et dispositif de service mobile
WO2011140904A1 (zh) 一种消息处理方法、装置和应用服务器
CN104936282A (zh) 一种融合通信业务的注册方法及装置
US10104067B2 (en) Providing a masked short message service in a wireless network
CN102461095B (zh) 消息通知
US9924042B2 (en) Uniform RCS voice/videomail services
WO2009076866A1 (zh) 一种远程控制终端的方法、系统和装置
TWI364230B (en) System and method for effectuating remote control of a network node by a user equipment (ue) device
WO2015131479A1 (zh) 电路交换域中的通信业务处理方法及装置、存储介质
CN107534660B (zh) 管理通信事件
WO2013075430A1 (zh) 信息过滤的方法、转发信息的处理方法、装置及系统
US10063648B2 (en) Relaying mobile communications
WO2018157646A1 (zh) 文件传输方法、装置及系统
WO2009052735A1 (fr) Procédé, système et dispositif de gestion destinés à un paquet d'apparence
WO2011153772A1 (zh) 一种获取多个即时信息的方法和系统
US11025773B1 (en) Virtual communication service for mobile devices
WO2013152547A1 (zh) 一种短消息发送方法及短消息业务中心及网关
WO2012167473A1 (zh) 消息状态设置方法和cpm业务服务器
WO2014187411A1 (zh) 终呼处理方法和装置
WO2012167755A1 (zh) 终端、触发方法和终端间应用程序通讯方法
WO2011144026A2 (zh) 一种消息发送方法及装置
US11275602B1 (en) Virtual communication service for mobile devices
TWI754561B (zh) 即時通訊系統、方法及電腦可讀媒介

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11780125

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11780125

Country of ref document: EP

Kind code of ref document: A1