CN107368334B - Business plug-in interaction system and method - Google Patents

Business plug-in interaction system and method Download PDF

Info

Publication number
CN107368334B
CN107368334B CN201710606899.5A CN201710606899A CN107368334B CN 107368334 B CN107368334 B CN 107368334B CN 201710606899 A CN201710606899 A CN 201710606899A CN 107368334 B CN107368334 B CN 107368334B
Authority
CN
China
Prior art keywords
service
plug
service data
data
message body
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201710606899.5A
Other languages
Chinese (zh)
Other versions
CN107368334A (en
Inventor
靳孝芳
黄福伟
黄博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and Technology Co Ltd
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 Beijing QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN201710606899.5A priority Critical patent/CN107368334B/en
Publication of CN107368334A publication Critical patent/CN107368334A/en
Application granted granted Critical
Publication of CN107368334B publication Critical patent/CN107368334B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/03Protocol definition or specification 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/06Notations for structuring of protocol data, e.g. abstract syntax notation one [ASN.1]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Abstract

The invention discloses a service plug-in interaction system and a method thereof, wherein the system comprises: the protocol making device is used for making a plug-in registration protocol body for communication between the plug-in group and the host APP; the server is used for processing the service data according to the plug-in registration system protocol, generating first service data containing a message header and a message body and sending the first service data to the host APP; the host APP is used for grouping the first service data according to the content of the message header and respectively forwarding the grouped service data to corresponding service plug-ins in the plug-in group; and the service plug-in is used for obtaining a message body of the grouped service data by analyzing the received grouped service data and carrying out corresponding service response according to the content in the message body. The invention solves the problem of complicated flow of transmitting and analyzing the service data by the host APP and the plug-in APP.

Description

Business plug-in interaction system and method
Technical Field
The invention relates to the technical field of internet application, in particular to an application system and method of a plug-in registration system protocol.
Background
In recent years, with the increasing popularity of smart phone applications, android (android) plug-in technology is also spreading. A plug-in is a program written in an application program interface that conforms to a specification. It can only run under the system platform (possibly supporting multiple platforms simultaneously) specified by the program, and cannot run independently from the specified platform. Many software has plug-ins, and there are numerous types of plug-ins. The application software provides various services which enable the plug-in to be applied, and comprises a loading mode which enables the plug-in to be loaded into an application program and a network transmission protocol.
The APP is generally called mobile phone software, which is client software installed on a smart phone to improve the shortages and personalization of the original system. When the software installation package is installed, the whole APP is split into a plurality of modules, the modules comprise a host APP and a plurality of service plug-ins, and the host APP and the service plug-ins need to perform information interaction. Along with the more and more comprehensive APP design function, the number of host APP access plug-ins is increased, so that the interaction between the host APP and the service plug-ins becomes complicated, and each service party has different communication rules. A general protocol for host APP and service communication is needed to solve the tedious process of host APP and service plug-in transferring and parsing service data.
Disclosure of Invention
Aiming at the problems, the invention provides a service plug-in interaction system and a service plug-in interaction method, which are based on a plug-in registration protocol of a host APP and a service plug-in, and solve the problem of complicated flow of transmitting and analyzing service data by the host APP and the service plug-in.
In order to achieve the above object, according to a first aspect of the present invention, a service plug-in interaction system includes: the system comprises a protocol making device, a server, a host APP and a plug-in group comprising a plurality of service plug-ins;
the protocol making device is used for making a plug-in registration protocol for communication between the plug-in group and the host APP, wherein the plug-in registration protocol is used for indicating the server to process transmitted data to generate data in a preset data format, and the preset data format comprises a message header and a message body;
the server is used for processing the service data according to the plug-in registration system protocol, generating first service data containing a message header and a message body and sending the first service data to the host APP;
the host APP is used for grouping the first service data according to the content of the message header and respectively forwarding the grouped service data to corresponding service plug-ins in the plug-in group;
the plug-in is used for obtaining a message body of the grouped service data by analyzing the received grouped service data, and carrying out corresponding service response according to the content in the message body.
Preferably, the server includes a message header constructing unit, a message body constructing unit, and a transmitting unit, wherein,
the message header constructing unit is used for extracting the service attribute identification in the service data and constructing the service attribute identification into a message header of the first service data according to the plug-in registration system protocol;
the message body construction unit is used for extracting service response information in the service data and constructing the service response information into a message body of the first service data according to the plug-in registration system protocol;
and the sending unit is used for sending the constructed first service data containing the message header and the message body to the host APP.
Preferably, the host APP comprises a receiving unit, a packet unit and a forwarding unit, wherein,
the receiving unit is configured to receive first service data sent by the server;
the grouping unit is used for analyzing the service attribute identifier in the message header of the first service data and dividing the first service data with the same service attribute identifier into a group according to the service attribute identifier;
and the forwarding unit is used for respectively sending the grouped service data to the corresponding service plug-in the plug-in group.
Preferably, the service plug-in includes: a parsing unit and a response unit, wherein,
the analysis unit is used for analyzing the received grouped service data to obtain service response information contained in a message body of the grouped service data;
and the response unit is used for carrying out corresponding service response on the service response information according to the service response information obtained by analysis.
According to a second aspect of the present invention, there is provided a service plug-in interaction method, including:
a plug-in registration protocol for communication between a plug-in group and the host APP is formulated, wherein the plug-in registration protocol is used for indicating the server to process data transmitted by the server to generate data with a preset data format, and the preset data format comprises a message header and a message body;
processing the service data according to the plug-in registration system protocol, generating first service data containing a message header and a message body and sending the first service data to the host APP;
the host APP groups the first service data according to the content of the message header, and respectively forwards the grouped service data to corresponding service plug-ins in the plug-in group;
the plug-in obtains a message body of the grouped service data by analyzing the received grouped service data, and performs corresponding service response according to the content in the message body.
Preferably, the processing the service data according to the plug-in registration system protocol, generating first service data including a message header and a message body, and sending the first service data to the host APP includes:
extracting a service attribute identifier in the service data, and constructing the service attribute identifier into a message header of the first service data according to the plug-in registration system protocol;
extracting service response information in the service data, and constructing the service response information into a message body of the first service data according to the plug-in registration system protocol;
and sending the constructed first service data containing the message header and the message body to the host APP.
Preferably, the host APP groups the first service data according to the content of the message header, and forwards the grouped service data to the plug-in group respectively, including:
receiving first service data;
analyzing the service attribute identification in the message header of the first service data, and dividing the first service data with the same service attribute identification into a group according to the service attribute identification;
and respectively sending the grouped service data to corresponding service plug-ins in the plug-in group.
Preferably, the plug-in obtains a message body of the grouped service data by analyzing the received grouped service data, and performs a corresponding service response according to the content in the message body, including:
analyzing the received grouped service data to obtain service response information contained in a message body of the grouped service data;
and analyzing the obtained service response information, and carrying out corresponding service response on the service response information.
Compared with the prior art, the invention establishes the plug-in registration protocol for the communication between the service plug-in and the host APP, the service data processes and constructs the data at the server end according to the plug-in registration protocol, the constructed service data comprises the message header and the message body, the host APP forwards the service data to the service plug-in according to the message body of the service data, the service plug-in analyzes the content of the message body to perform corresponding response, since the host APP can forward the service data without paying attention to the main content of the service data, when the service plug-in interacts with the host APP, only the data construction is needed to be carried out according to the established plug-in registration system protocol, different communication protocols are not needed to be selected according to the types of the service plug-ins, and then the problem of the complicated flow of the host APP and the service plug-in unit for transmitting and analyzing the service data is solved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a service plug-in interaction system according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating a service plug-in interaction method according to a second embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1, a schematic structural diagram of a service plug-in interaction system provided in embodiment 1 of the present invention is shown, where the system includes:
the system comprises a protocol making device 1, a server 2, a host APP3 and a plug-in group 4 containing a plurality of service plug-ins;
the protocol formulating device 1 is configured to formulate a plug-in registration protocol for communication between the plug-in group and the host APP, where the plug-in registration protocol is used to instruct the server to process data transmitted by the server to generate data in a preset data format, and the preset data format includes a message header and a message body;
for example, when the android client installs the software package, the whole software is split into a plurality of modules in the installation process of the software package due to android plug-in development, and the modules comprise a host APP and business plug-ins. With the increasing number of service plug-ins accessed by the host APP, if the original communication protocol is adopted, each service plug-in needs an independent communication protocol when interacting with the host APP, so that a plug-in registration system protocol is formulated in the embodiment as a general communication protocol, so that the server can perform corresponding processing on transmitted data according to the protocol to generate a preset data format, and the data format comprises a message header and a message body. Correspondingly, a universal plug-in registration system protocol is formulated, which can meet the communication rules of different business plug-ins and has a positive effect on the extension of plug-in business.
The server 2 is configured to process service data according to the plug-in registration protocol, generate first service data including a message header and a message body, and send the first service data to the host APP 3;
specifically, the server includes a message header constructing unit 21, a message body constructing unit 22, and a sending unit 23, wherein,
the message header constructing unit 21 is configured to extract the service attribute identifier in the service data, and construct the service attribute identifier into a message header of the first service data according to the plug-in registration protocol;
the message body constructing unit 22 is configured to extract service response information in the service data, and construct the service response information into a message body of the first service data according to the plug-in registration system protocol;
a sending unit 23, configured to send the constructed first service data including the message header and the message body to the host APP.
It can be understood that, since the host APP and the service plug-in need to communicate, data transmitted therebetween follows a specified plug-in registration system protocol, and the transmitted service data is constructed according to the protocol, first extracting a service attribute identifier in the service data, and constructing the service attribute identifier into a message header of the service data according to the plug-in registration system protocol, that is, formulating a service business _ id required by each service plug-in as a message header for service data forwarding, which is a unique identifier of the service data.
The message body construction unit is configured to extract the service response information in the service data, construct the service response information into a message body of the service data according to the plug-in registration system protocol, that is, formulate necessary parameters required by each service plug-in, including business _ params and business _ plugins, where the parameters are message bodies and are used for the service plug-in to analyze the service data and process the service.
Correspondingly, the business data is uniformly constructed, namely the business data is constructed to contain the message header and the message body, so that the host APP only concerns the content of the message header, and the complex process that most host APPs participate in the business plug-in data analysis process in the prior art is eliminated.
The host APP3 is configured to group the first service data according to the content of the message header, and forward the grouped service data to the corresponding service plug-in 4 in the plug-in group respectively;
in particular, the host APP comprises a receiving unit 31, a grouping unit 32 and a forwarding unit 33, wherein,
the receiving unit is configured to receive first service data sent by the server;
the grouping unit is used for analyzing the service attribute identifier in the message header of the first service data and dividing the first service data with the same service attribute identifier into a group according to the service attribute identifier;
and the forwarding unit is used for respectively sending the grouped service data to the corresponding service plug-in the plug-in group.
It can be understood that, the host APP parses the service attribute identifier through the message header of the service data, because there are multiple service plug-ins and the service content corresponding to each service plug-in is different, the service data needs to be grouped according to the service attribute identifier and the service data corresponding to different service attribute identifiers is sent to the corresponding service plug-ins respectively, the host APP only parses the message header part in the service data, does not pay attention to the service content in the service data, which is the message body of the host APP, and only serves as a transfer party of the service data, i.e., a tedious process that the host APP does not participate in service plug-in parsing service is realized.
The plug-in is used for obtaining a message body of the grouped service data by analyzing the received grouped service data, and carrying out corresponding service response according to the content in the message body.
Specifically, the service plug-in includes: a parsing unit and a response unit, wherein,
the analysis unit is used for analyzing the received grouped service data to obtain service response information contained in a message body of the grouped service data;
and the response unit is used for carrying out corresponding service response on the service response information according to the service response information obtained by analysis.
For example, if the host APP is a video APP, the plug-in group corresponding to the host APP may include a show site plug-in, a live plug-in, a mall plug-in, and the like, when the host APP interacts with the plug-in group, that is, the plug-in group is accessed into the host APP, the video APP receives relevant service data and analyzes that a message header is a mall for entering the mall first page, and forwards the service data to the mall plug-in, and the mall plug-in analyzes the message body of the service data as entering the first page, and then performs correspondence to enter the first page of the mall.
Through the technical scheme disclosed by the embodiment of the invention, a plug-in registration protocol for communication between a service plug-in and a host APP is formulated, service data is processed and constructed at a server according to the plug-in registration protocol, the constructed service data comprises a message header and a message body, the host APP forwards the service data to the service plug-in according to the message body of the service data, the service plug-in analyzes the content of the message body to perform corresponding response, since the host APP can forward the service data without paying attention to the main content of the service data, i.e. the message body, when the service plug-in interacts with the host APP, only the data construction is needed to be carried out according to the established plug-in registration system protocol, different communication protocols are not needed to be selected according to the types of the service plug-ins, and then the problem of the complicated flow of the host APP and the service plug-in unit for transmitting and analyzing the service data is solved.
Example two
Corresponding to a service plug-in interaction system disclosed in the first embodiment of the present invention, a second embodiment of the present invention further provides a service plug-in interaction method, and referring to fig. 2, the method is a flow diagram of the service plug-in interaction method provided in the second embodiment of the present invention, and the method includes:
s11, formulating a plug-in registration protocol for communication between a plug-in group and a host APP, wherein the plug-in registration protocol is used for indicating the server to process data transmitted by the server to generate data in a preset data format, and the preset data format comprises a message header and a message body;
s12, processing the service data according to the plug-in registration system protocol, generating first service data containing a message header and a message body and sending the first service data to the host APP;
specifically, the processing the service data according to the plug-in registration system protocol, generating a first service data including a message header and a message body, and sending the first service data to the host APP includes:
extracting a service attribute identifier in the service data, and constructing the service attribute identifier into a message header of the first service data according to the plug-in registration system protocol;
extracting service response information in the service data, and constructing the service response information into a message body of the first service data according to the plug-in registration system protocol;
and sending the constructed first service data containing the message header and the message body to the host APP.
S13, the host APP groups the first service data according to the content of the message header, and respectively forwards the grouped service data to the corresponding service plug-in the plug-in group;
correspondingly, the host APP groups the first service data according to the content of the message header, and respectively forwards the grouped service data to the plug-in group, including:
receiving first service data;
analyzing the service attribute identification in the message header of the first service data, and dividing the first service data with the same service attribute identification into a group according to the service attribute identification;
and respectively sending the grouped service data to corresponding service plug-ins in the plug-in group.
S14, the service plug-in obtains the message body of the grouped service data by analyzing the received grouped service data, and carries out corresponding service response according to the content in the message body.
Correspondingly, the plug-in obtains a message body of the grouped service data by analyzing the received grouped service data, and performs corresponding service response according to the content in the message body, including:
analyzing the received grouped service data to obtain service response information contained in a message body of the grouped service data;
and analyzing the obtained service response information, and carrying out corresponding service response on the service response information.
It can be understood that the universal protocol formulated by the present invention can also be applied to the field of plug-in service extension, for example, when a new service plug-in is accessed to the host APP, that is, the new service plug-in communicates with the host APP, the data for communication transmission can be constructed in a unified format according to the formulated plug-in registration system protocol without introducing a new communication rule.
In the second embodiment of the present invention, a plug-in registration protocol is formulated, and when a service plug-in is connected to a host APP, communication is performed between the service plug-in and the host APP, because the number of the service plug-ins is large, the plug-in registration protocol can be used to construct a uniform data format for the service data to be transmitted, the host APP only needs to forward a corresponding message according to a message header in the constructed data, the corresponding service plug-in responds by analyzing the content in the message body, and the host APP does not give attention to the content of the message body in the message forwarding process, so that the service data analysis process becomes simpler, and the problem of a complicated flow of transmitting and analyzing the service data between the host APP and the plug-in APP is solved.
The terms "first" and "second," and the like in the description and claims of the present invention and the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not set forth for a listed step or element but may include steps or elements not listed.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A service plug-in interaction system, the system comprising: the system comprises a protocol making device, a server, a host APP and a plug-in group comprising a plurality of service plug-ins;
the protocol making device is used for making a plug-in registration protocol for communication between the plug-in group and the host APP, wherein the plug-in registration protocol is used for indicating the server to process transmitted data to generate data in a preset data format, and the preset data format comprises a message header and a message body;
the server is used for processing the service data according to the plug-in registration system protocol, generating first service data containing a message header and a message body and sending the first service data to the host APP;
the host APP is used for grouping the first service data according to the content of the message header and respectively forwarding the grouped service data to corresponding service plug-ins in the plug-in group;
the service plug-in is used for obtaining a message body of the grouped service data by analyzing the received grouped service data, and carrying out corresponding service response according to the content in the message body.
2. The system of claim 1, wherein the server comprises a message header construction unit, a message body construction unit, and a transmission unit, wherein,
the message header constructing unit is used for extracting the service attribute identification in the service data and constructing the service attribute identification into a message header of the first service data according to the plug-in registration system protocol;
the message body construction unit is used for extracting service response information in the service data and constructing the service response information into a message body of the first service data according to the plug-in registration system protocol;
and the sending unit is used for sending the constructed first service data containing the message header and the message body to the host APP.
3. The system of claim 1, wherein said host APP comprises a receiving unit, a packet unit, and a forwarding unit, wherein,
the receiving unit is configured to receive first service data sent by the server;
the grouping unit is used for analyzing the service attribute identifier in the message header of the first service data and dividing the first service data with the same service attribute identifier into a group according to the service attribute identifier;
and the forwarding unit is used for respectively sending the grouped service data to the corresponding service plug-in the plug-in group.
4. The system of claim 1, wherein the service plug-in comprises: a parsing unit and a response unit, wherein,
the analysis unit is used for analyzing the received grouped service data to obtain service response information contained in a message body of the grouped service data;
and the response unit is used for carrying out corresponding service response on the service response information according to the service response information obtained by analysis.
5. A service plug-in interaction method is characterized by comprising the following steps:
a plug-in registration system protocol for communication between a plug-in group and a host APP is formulated, wherein the plug-in registration system protocol is used for indicating a server to process data transmitted by the server to generate data with a preset data format, and the preset data format comprises a message header and a message body;
processing the service data according to the plug-in registration system protocol, generating first service data containing a message header and a message body and sending the first service data to the host APP;
the host APP groups the first service data according to the content of the message header, and respectively forwards the grouped service data to corresponding service plug-ins in the plug-in group;
the service plug-in obtains a message body of the grouped service data by analyzing the received grouped service data, and performs corresponding service response according to the content in the message body.
6. The method of claim 5, wherein the processing the service data according to the plugin registration protocol to generate first service data including a message header and a message body and send the first service data to the host APP includes:
extracting a service attribute identifier in the service data, and constructing the service attribute identifier into a message header of the first service data according to the plug-in registration system protocol;
extracting service response information in the service data, and constructing the service response information into a message body of the first service data according to the plug-in registration system protocol;
and sending the constructed first service data containing the message header and the message body to the host APP.
7. The method according to claim 5, wherein the host APP groups the first service data according to the content of a message header, and forwards the grouped service data to the plug-in groups respectively, including:
receiving first service data;
analyzing the service attribute identification in the message header of the first service data, and dividing the first service data with the same service attribute identification into a group according to the service attribute identification;
and respectively sending the grouped service data to corresponding service plug-ins in the plug-in group.
8. The method according to claim 5, wherein the plug-in obtains a message body of the grouped service data by parsing the received grouped service data, and performs a corresponding service response according to the content in the message body, including:
analyzing the received grouped service data to obtain service response information contained in a message body of the grouped service data;
and analyzing the obtained service response information, and carrying out corresponding service response on the service response information.
CN201710606899.5A 2017-07-24 2017-07-24 Business plug-in interaction system and method Active CN107368334B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710606899.5A CN107368334B (en) 2017-07-24 2017-07-24 Business plug-in interaction system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710606899.5A CN107368334B (en) 2017-07-24 2017-07-24 Business plug-in interaction system and method

Publications (2)

Publication Number Publication Date
CN107368334A CN107368334A (en) 2017-11-21
CN107368334B true CN107368334B (en) 2020-08-28

Family

ID=60307717

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710606899.5A Active CN107368334B (en) 2017-07-24 2017-07-24 Business plug-in interaction system and method

Country Status (1)

Country Link
CN (1) CN107368334B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108595220B (en) * 2018-04-25 2021-04-16 上海掌门科技有限公司 Application component processing method and device and computer readable storage medium
CN108958842A (en) * 2018-07-12 2018-12-07 北京猫眼文化传媒有限公司 The business plug-in unit application method of application program and application program
CN109286558A (en) * 2018-10-09 2019-01-29 武汉斗鱼网络科技有限公司 Message distributing method, device, electronic equipment and storage medium
CN114422625B (en) * 2022-01-26 2024-01-26 杭州鸿泉物联网技术股份有限公司 Data access method and gateway

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101013364A (en) * 2006-01-30 2007-08-08 国际商业机器公司 Method and system for extensible user interface
CN101699405A (en) * 2009-10-26 2010-04-28 中兴通讯股份有限公司 Method and device for interaction between host program and plug-in and interaction between plug-ins
CN101771960A (en) * 2009-01-04 2010-07-07 中国移动通信集团公司 Service invoking method for mobile network, and service gateway, service platform and system thereof
CN103747035A (en) * 2013-12-20 2014-04-23 深圳市金证科技股份有限公司 Message middleware multi-target routing and copying technology based on rule
CN104778042A (en) * 2015-03-30 2015-07-15 江苏省邮电规划设计院有限责任公司 Stream data processing method based on event stream processing and plug-in type development framework
CN105653335A (en) * 2015-12-31 2016-06-08 北京锐安科技有限公司 Plug-in procedure control method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090193444A1 (en) * 2008-01-29 2009-07-30 Microsoft Corporation Techniques for creating and managing extensions

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101013364A (en) * 2006-01-30 2007-08-08 国际商业机器公司 Method and system for extensible user interface
CN101771960A (en) * 2009-01-04 2010-07-07 中国移动通信集团公司 Service invoking method for mobile network, and service gateway, service platform and system thereof
CN101699405A (en) * 2009-10-26 2010-04-28 中兴通讯股份有限公司 Method and device for interaction between host program and plug-in and interaction between plug-ins
CN103747035A (en) * 2013-12-20 2014-04-23 深圳市金证科技股份有限公司 Message middleware multi-target routing and copying technology based on rule
CN104778042A (en) * 2015-03-30 2015-07-15 江苏省邮电规划设计院有限责任公司 Stream data processing method based on event stream processing and plug-in type development framework
CN105653335A (en) * 2015-12-31 2016-06-08 北京锐安科技有限公司 Plug-in procedure control method and device

Also Published As

Publication number Publication date
CN107368334A (en) 2017-11-21

Similar Documents

Publication Publication Date Title
CN107368334B (en) Business plug-in interaction system and method
CN107395572B (en) Data processing method and Internet of things gateway
CN111294798B (en) Data interaction method, device, terminal equipment and medium
CN102694857A (en) Methods and apparatus for gifting over a data network
CN110383896A (en) Method for network access, terminal, access net and core net
CN102904959A (en) Network accelerating method and gateway
WO2019184658A1 (en) Profile switching method and apparatus, and mobile terminal
CN111294235B (en) Data processing method, device, gateway and readable storage medium
CN101471953A (en) Information transmission method, system and device
CN108124007A (en) The method and apparatus of message data real-time Transmission
CN102594886B (en) Method and device for direct communication between browsers, and communication system
CN114979984A (en) Message transmission method and device
CN110417875B (en) Method, system, equipment and storage medium for docking between cloud servers
CN111901813A (en) Network configuration method and equipment for customer premises equipment
CN108924773B (en) Message processing method and device
CN103533001A (en) Communication method and communication system based on HTTP multi-proxy, and intermediate proxy server
CN110602194B (en) IOT message subscription method, IOT message subscription device and computer readable storage medium
CN211630177U (en) Equipment data acquisition system
CN104683973A (en) Method and system for automatic configuration management based on intelligent terminal
CN114006939A (en) Message pushing method and device
CN113709177A (en) Method for processing message and external call gateway
CN103795748A (en) Method for downloading mobile internet website content information
CN105338055A (en) Information interaction method, server, and information interaction system
CN102325187A (en) System and method for integrating multiple function services
CN110636114A (en) Customer service access method, access system, service system and cloud platform

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant