CN113542374B - Message processing method and system - Google Patents

Message processing method and system Download PDF

Info

Publication number
CN113542374B
CN113542374B CN202110737315.4A CN202110737315A CN113542374B CN 113542374 B CN113542374 B CN 113542374B CN 202110737315 A CN202110737315 A CN 202110737315A CN 113542374 B CN113542374 B CN 113542374B
Authority
CN
China
Prior art keywords
message
analysis result
information
description object
result belongs
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
CN202110737315.4A
Other languages
Chinese (zh)
Other versions
CN113542374A (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 Yusys Technologies Group Co ltd
Original Assignee
Beijing Yusys Technologies Group 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 Yusys Technologies Group Co ltd filed Critical Beijing Yusys Technologies Group Co ltd
Priority to CN202110737315.4A priority Critical patent/CN113542374B/en
Publication of CN113542374A publication Critical patent/CN113542374A/en
Application granted granted Critical
Publication of CN113542374B publication Critical patent/CN113542374B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content

Landscapes

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

Abstract

The invention provides a message processing method and a system, wherein the message processing method comprises the following steps: receiving an initial message; analyzing the initial message according to a unified message model; generating a corresponding message according to the analysis result according to the unified message model; the unified message model comprises a first-level structure and a second-level structure, wherein the first-level structure comprises a message header used for describing message public part information, a message body used for describing message field relation and a method used for describing message program processing; the second level structure includes fields, reference fields, packets, loops, branches, and reference messages belonging to the body of the message. The invention can generate the message with the uniform format according to the uniform message model, and flexibly deal with the conversion processing among various messages.

Description

Message processing method and system
Technical Field
The present invention relates to the field of information technologies, and in particular, to a method and a system for processing a packet.
Background
The interaction between each system and a peripheral system in the current market is not processed by a unified platform, or the accumulation of platform products is not enough, the system needs to write some non-service codes to adapt to various message formats to be butted with the peripheral system in different degrees, and meanwhile, the logic for mutual conversion processing among various messages is complex and not flexible enough, the conversion requirement is solved based on functionality, and the reusability and the universality are not enough.
Disclosure of Invention
In view of this, the present invention provides a method and a system for processing a message, which enable to generate a message with a uniform format and flexibly deal with conversion processing between various messages.
In one aspect, the present invention provides a method for processing a packet, including: receiving an initial message; analyzing the initial message according to a unified message model; generating a corresponding message according to the analysis result according to the unified message model; the unified message model comprises a first-level structure and a second-level structure, wherein the first-level structure comprises a message header used for describing message public part information, a message body used for describing message field relation and a method used for describing message program processing; the second level structure includes fields, reference fields, packets, loops, branches, and reference messages belonging to the body of the message.
Further, the unified message model comprises a third-level structure, wherein the third-level structure comprises header information of fields of the message body, data format information, method information for describing program processing of the message body, and sub-reference data format information for referring to associated data format information by the fields of the message body;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message body;
when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the field of the message body;
and when the analysis result belongs to the description object of the field of the message body, generating at least one of header information, data format information, method information for describing the message body program processing and sub-reference data format information for referring to the associated data format information by the field of the message body according to the analysis result.
Further, the third level structure further includes header information and body information of the packet;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message body;
when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the group;
and when the analysis result belongs to the description object of the group, generating at least one of header information and body information of the group according to the analysis result.
Further, the third-level structure further includes header information and volume information of the loop;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message body;
when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the cyclic description object;
and when the analysis result belongs to the description object of the loop, generating at least one of header information and body information of the loop according to the analysis result.
Further, the third-level structure further includes at least one condition information for branch judgment of the branch and default information for default execution when each condition information of the branch is not satisfied;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message body;
when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the branch;
and when the analysis result belongs to the description object of the branch, generating at least one of condition information used for branch judgment of the branch and default information used for default execution when all the condition information of the branch is not met according to the analysis result.
Further, the second-level structure further includes attribute information of the header;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message header;
and when the analysis result belongs to the description object of the message header, generating attribute information of the message header according to the analysis result.
In another aspect, the present invention further provides a message processing system, including: a message request receiving module for receiving an initial message;
the message information analysis module is used for analyzing the initial message according to the unified message model;
the unified message generation module is used for generating a corresponding message according to the unified message model and the analysis result; the unified message model comprises a first-level structure and a second-level structure, wherein the first-level structure comprises a message header used for describing message public part information, a message body used for describing message field relation and a method used for describing message program processing; the second level structure includes fields, reference fields, packets, loops, branches, and reference messages belonging to the body of the message.
Further, the unified message model comprises a third-level structure, wherein the third-level structure comprises header information of fields of the message body, data format information, method information for describing program processing of the message body, and sub-reference data format information for referring to associated data format information by the fields of the message body; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the field of the message body; when the analysis result belongs to the description object of the field of the message body, generating at least one of header information, data format information, method information for describing the processing of the message body program and sub-reference data format information for referring to the associated data format information by the field of the message body according to the analysis result;
the third level structure further includes header information and body information of the packet; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the group; when the analysis result belongs to the description object of the group, at least one of header information and body information of the group is generated according to the analysis result;
the third-level structure further comprises header information and body information of the loop; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the cyclic description object; when the analysis result belongs to the description object of the loop, at least one of header information and body information of the loop is generated according to the analysis result;
the third-level structure also comprises at least one condition information used for branch judgment of the branch and default information used for default execution when all the condition information of the branch is not met; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the branch; when the analysis result belongs to the description object of the branch, at least one of condition information used for branch judgment of the branch and default information used for default execution when all the condition information of the branch is not met is generated according to the analysis result; or/and the light source is arranged in the light path,
the second level structure also comprises attribute information of the message header; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message header; and when the analysis result belongs to the description object of the message header, generating attribute information of the message header according to the analysis result.
In still another aspect, the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements any one of the message processing methods described above.
In yet another aspect, the present invention also provides a computer apparatus comprising: one or more processors; storage means for storing one or more programs; when executed by the one or more processors, the one or more programs cause the one or more processors to implement any of the message processing methods described above.
The message processing method and the message processing system of the embodiment of the invention generate the messages with uniform formats according to the general message processing model, can conveniently and flexibly process the conversion among various messages, and simultaneously support the processing of circulation, branching, message introduction, nesting (the nesting of different formats of the messages can also be analyzed and processed), and the like.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a message processing method according to an exemplary first embodiment of the present invention;
fig. 2 is a schematic diagram of the structures of the various stages in the unified message model according to the exemplary second embodiment of the present invention;
fig. 3 is a block diagram of a message processing system according to an exemplary third embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
It should be noted that, in the case of no conflict, the features in the following embodiments and examples may be combined with each other; moreover, all other embodiments that can be derived by one of ordinary skill in the art from the embodiments disclosed herein without making any creative effort fall within the scope of the present disclosure.
It is noted that various aspects of the embodiments are described below within the scope of the appended claims. It should be apparent that the aspects described herein may be embodied in a wide variety of forms and that any specific structure and/or function described herein is merely illustrative. Based on the disclosure, one skilled in the art should appreciate that one aspect described herein may be implemented independently of any other aspects and that two or more of these aspects may be combined in various ways. For example, an apparatus may be implemented and/or a method practiced using any number of the aspects set forth herein. Additionally, such an apparatus may be implemented and/or such a method may be practiced using other structure and/or functionality in addition to one or more of the aspects set forth herein.
Fig. 1 is a flowchart of a message processing method according to an exemplary first embodiment of the present invention, where the message processing method includes:
step 101: receiving an initial message;
step 102: analyzing the initial message according to a unified message model;
step 103: generating a corresponding message according to the analysis result according to the unified message model; the unified message model comprises a first-level structure and a second-level structure, wherein the first-level structure comprises a message header used for describing message public part information, a message body used for describing message field relation and a method used for describing message program processing; the second level structure includes fields, reference fields, packets, loops, branches, and reference messages belonging to the body of the message.
The message processing method generates the messages with uniform formats according to the general message processing model, can conveniently and flexibly process the conversion among various messages, and simultaneously supports the processing of circulation, branching, message introduction, nesting (the nesting of different formats of the messages can also be analyzed and processed), and the like.
The schematic diagram of each level of structure in the unified message model according to the second exemplary embodiment of the present invention is specifically shown in fig. 2, and specifically:
1) each type of message can define a message header (message attribute) and an integral message default formatting method;
2) the data format (DataFormat) is a general name for describing file contents of the whole message, and comprises three parts, namely a message header (Head), a message Body (Body) and a method (Methods). The header (Head) mainly describes the common part information of the message (such as xml/json and the like); the method comprises the steps that a message Body (Body) describes a specific message field relation, a support packet (Group) has sub-fields, fields (Item), a loop (While), a branch (Switch) and a plurality of hierarchical relations, a reference message (DataFormatRef) is used, defined contents of a common message can be processed through an application, and description information with the same format is prevented from being repeatedly defined in a plurality of messages, wherein the fields (Item) can be in another format different from a main message, can be in an independent data format (DataFormat), can be referenced in a nested format, and are related through a sub-reference data format (SubRefDataFomat); methods (Methods) are program processes that can be done on specific messages, and scoped concepts can be the processing logic of the whole message, or the processing of specific fields (Item). The unified message model design can describe any message structure through multi-level, circulation, branch judgment, nesting and method logic processing. Specifically, the method includes the following steps:
Figure BDA0003142049640000051
Figure BDA0003142049640000061
Figure BDA0003142049640000071
Figure BDA0003142049640000081
Figure BDA0003142049640000091
Figure BDA0003142049640000101
more specifically, the document is as follows:
Figure BDA0003142049640000102
Figure BDA0003142049640000111
Figure BDA0003142049640000121
3) the field can define the attribute, the sub-message, the field is divided according to the sub-message, and the field supports the processing of the formatting method.
Fig. 3 is a block diagram of a message processing system according to an exemplary third embodiment of the present invention. The embodiments shown in fig. 1-2 may be applied to this embodiment, and specifically, as shown in fig. 3, the message processing system includes:
a message request receiving module 301, configured to receive an initial message;
a message information parsing module 302, configured to parse the initial message according to a unified message model;
a unified message generation module 303, configured to generate a corresponding message from the parsing result according to the unified message model; the unified message model comprises a first-level structure and a second-level structure, wherein the first-level structure comprises a message header used for describing message public part information, a message body used for describing message field relation and a method used for describing message program processing; the second level structure includes fields, reference fields, packets, loops, branches, and reference messages belonging to the body of the message.
Preferably, the unified message model includes a third-level structure, where the third-level structure includes header information of fields of the message body, data format information, method information for describing program processing on the message body, and sub-reference data format information for referring to associated data format information by fields of the message body; the unified message generating module 303 is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the field of the message body; when the analysis result belongs to the description object of the field of the message body, generating at least one of header information, data format information, method information for describing the processing of the message body program and sub-reference data format information for referring to the associated data format information by the field of the message body according to the analysis result;
the third level structure further includes header information and body information of the packet; the unified message generating module 303 is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the group; when the analysis result belongs to the description object of the group, at least one of header information and body information of the group is generated according to the analysis result;
the third-level structure further comprises header information and body information of the loop; the unified message generating module 303 is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the cyclic description object; when the analysis result belongs to the description object of the loop, at least one of header information and body information of the loop is generated according to the analysis result;
the third-level structure also comprises at least one condition information used for branch judgment of the branch and default information used for default execution when all the condition information of the branch is not met; the unified message generating module 303 is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the branch; when the analysis result belongs to the description object of the branch, at least one of condition information used for branch judgment of the branch and default information used for default execution when all the condition information of the branch is not met is generated according to the analysis result; or/and the light source is arranged in the light path,
the second level structure also comprises attribute information of the message header; the unified message generating module 303 is specifically configured to determine whether the parsing result belongs to a description object of the message header; and when the analysis result belongs to the description object of the message header, generating attribute information of the message header according to the analysis result.
The message processing system of the embodiment of the invention generates the messages with uniform format according to the general message processing model, the first-level structure of the message comprises a message header, a message body and a method for describing program processing of the message, the conversion among various messages can be conveniently and flexibly processed, and meanwhile, the message body supports the processing of circulation, branching, message introduction, nesting (nesting of different formats of the message can also be analyzed and processed), and the like, so that various message types can be satisfied, and the applicability is strong.
In addition, another embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements any one of the message processing methods described above. The message processing method includes but is not limited to: receiving an initial message; analyzing the initial message according to a unified message model; generating a corresponding message according to the analysis result according to the unified message model; the unified message model comprises a first-level structure and a second-level structure, wherein the first-level structure comprises a message header used for describing message public part information, a message body used for describing message field relation and a method used for describing message program processing; the second level structure includes fields, reference fields, packets, loops, branches, and reference messages belonging to the body of the message.
Another embodiment of the present invention also provides a computer apparatus, including: one or more processors; storage means for storing one or more programs; when executed by the one or more processors, the one or more programs cause the one or more processors to implement any of the message processing methods described above. The message processing method includes but is not limited to: receiving an initial message; analyzing the initial message according to a unified message model; generating a corresponding message according to the analysis result according to the unified message model; the unified message model comprises a first-level structure and a second-level structure, wherein the first-level structure comprises a message header used for describing message public part information, a message body used for describing message field relation and a method used for describing message program processing; the second level structure includes fields, reference fields, packets, loops, branches, and reference messages belonging to the body of the message.
The above description is only for the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A message processing method is characterized by comprising the following steps:
receiving an initial message;
analyzing the initial message according to a unified message model;
generating a corresponding message according to the analysis result according to the unified message model; the unified message model comprises a first-level structure and a second-level structure, wherein the first-level structure comprises a message header used for describing message public part information, a message body used for describing message field relation and a method used for describing message program processing; the second-level structure comprises fields, reference fields, groups, loops, branches and reference messages belonging to the message body;
the unified message model further comprises a third-level structure, wherein the third-level structure comprises header information of fields of the message body, data format information, method information for describing program processing of the fields of the message body, and sub-reference data format information for referring to the associated data format information by the fields of the message body;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message body;
when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the field of the message body;
and when the analysis result belongs to the description object of the field of the message body, generating at least one of header information, data format information, method information for describing the message body program processing and sub-reference data format information for referring to the associated data format information by the field of the message body according to the analysis result.
2. The message processing method according to claim 1, wherein the third-level structure further includes header information and body information of the packet;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message body;
when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the group;
and when the analysis result belongs to the description object of the group, generating at least one of header information and body information of the group according to the analysis result.
3. The message processing method according to claim 2, wherein the third-level structure further includes header information and body information of the loop;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message body;
when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the cyclic description object;
and when the analysis result belongs to the description object of the loop, generating at least one of header information and body information of the loop according to the analysis result.
4. The message processing method according to claim 3, wherein the third-level structure further includes at least one of condition information for branch judgment and default information for default execution when each condition information of the branch is not satisfied;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message body;
when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the branch;
and when the analysis result belongs to the description object of the branch, generating at least one of condition information used for branch judgment of the branch and default information used for default execution when all the condition information of the branch is not met according to the analysis result.
5. The message processing method of claim 4, wherein the second level structure further comprises attribute information of the message header;
the step of generating the corresponding message according to the unified message model comprises the following steps:
judging whether the analysis result belongs to the description object of the message header;
and when the analysis result belongs to the description object of the message header, generating attribute information of the message header according to the analysis result.
6. A message processing system, comprising:
a message request receiving module for receiving an initial message;
the message information analysis module is used for analyzing the initial message according to the unified message model;
the unified message generation module is used for generating a corresponding message according to the unified message model and the analysis result; the unified message model comprises a first-level structure and a second-level structure, wherein the first-level structure comprises a message header used for describing message public part information, a message body used for describing message field relation and a method used for describing message program processing; the second level structure comprises fields, reference fields, groups, circulation, branches and reference messages which belong to the message body;
the unified message model comprises a third-level structure, wherein the third-level structure comprises header information of fields of the message body, data format information, method information for describing program processing of the message body and sub-reference data format information for referring to the associated data format information by the fields of the message body; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the field of the message body; and when the analysis result belongs to the description object of the field of the message body, generating at least one of header information, data format information, method information for describing the message body program processing and sub-reference data format information for referring to the associated data format information by the field of the message body according to the analysis result.
7. The message processing system of claim 6, wherein the third level structure further includes header information and body information of the packet; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the group; and when the analysis result belongs to the description object of the group, generating at least one of header information and body information of the group according to the analysis result.
8. The message processing system of claim 7, wherein the third level structure further includes header information and body information of the loop; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the cyclic description object; when the analysis result belongs to the description object of the loop, at least one of header information and body information of the loop is generated according to the analysis result;
the third-level structure also comprises at least one condition information used for branch judgment of the branch and default information used for default execution when all the condition information of the branch is not met; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message body; when the analysis result belongs to the description object of the message body, continuously judging whether the analysis result belongs to the description object of the branch; when the analysis result belongs to the description object of the branch, at least one of condition information used for branch judgment of the branch and default information used for default execution when all the condition information of the branch is not met is generated according to the analysis result; or/and the light source is arranged in the light path,
the second level structure also comprises attribute information of the message header; the unified message generation module is specifically configured to determine whether the parsing result belongs to a description object of the message header; and when the analysis result belongs to the description object of the message header, generating attribute information of the message header according to the analysis result.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the message processing method of any one of claims 1 to 5.
10. A computer device, comprising:
one or more processors;
storage means for storing one or more programs;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the message processing method of any of claims 1-5 above.
CN202110737315.4A 2021-06-30 2021-06-30 Message processing method and system Active CN113542374B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110737315.4A CN113542374B (en) 2021-06-30 2021-06-30 Message processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110737315.4A CN113542374B (en) 2021-06-30 2021-06-30 Message processing method and system

Publications (2)

Publication Number Publication Date
CN113542374A CN113542374A (en) 2021-10-22
CN113542374B true CN113542374B (en) 2022-04-12

Family

ID=78126404

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110737315.4A Active CN113542374B (en) 2021-06-30 2021-06-30 Message processing method and system

Country Status (1)

Country Link
CN (1) CN113542374B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1462135A (en) * 2002-05-28 2003-12-17 深圳市中兴通讯股份有限公司上海第二研究所 Communication message treatment equipment based on class template like management apparatus and method
WO2017193732A1 (en) * 2016-05-11 2017-11-16 华为技术有限公司 Method for encapsulating and decapsulating pseudo-wire data message, and relevant apparatus
CN109617881A (en) * 2018-12-18 2019-04-12 福建联迪商用设备有限公司 A kind of processing method and terminal of POS terminal message
CN109857755A (en) * 2019-01-08 2019-06-07 中国联合网络通信集团有限公司 A kind of rule method of calibration and device
CN112383533A (en) * 2020-11-10 2021-02-19 中国农业银行股份有限公司 Message format conversion method and device
CN112737869A (en) * 2021-04-02 2021-04-30 北京宇信科技集团股份有限公司 Link tracking method and system of ESB (Enterprise service bus) system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101309261B (en) * 2008-07-14 2011-04-06 成都卫士通信息产业股份有限公司 Network datagram processing method, system and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1462135A (en) * 2002-05-28 2003-12-17 深圳市中兴通讯股份有限公司上海第二研究所 Communication message treatment equipment based on class template like management apparatus and method
WO2017193732A1 (en) * 2016-05-11 2017-11-16 华为技术有限公司 Method for encapsulating and decapsulating pseudo-wire data message, and relevant apparatus
CN109617881A (en) * 2018-12-18 2019-04-12 福建联迪商用设备有限公司 A kind of processing method and terminal of POS terminal message
CN109857755A (en) * 2019-01-08 2019-06-07 中国联合网络通信集团有限公司 A kind of rule method of calibration and device
CN112383533A (en) * 2020-11-10 2021-02-19 中国农业银行股份有限公司 Message format conversion method and device
CN112737869A (en) * 2021-04-02 2021-04-30 北京宇信科技集团股份有限公司 Link tracking method and system of ESB (Enterprise service bus) system

Also Published As

Publication number Publication date
CN113542374A (en) 2021-10-22

Similar Documents

Publication Publication Date Title
Alur et al. Model checking of message sequence charts
US20180054403A1 (en) Opaque Message Parsing
US8572157B2 (en) Configuration based approach to unify web services
US7941417B2 (en) Processing structured electronic document streams using look-ahead automata
Drivalos et al. Engineering a DSL for software traceability
US20120137276A1 (en) Processing of expressions
US20090006944A1 (en) Parsing a markup language document
CN109460220A (en) The predefined code generating method of message, device, electronic equipment and storage medium
CN109614106A (en) A kind of C++ program compiling method and device
WO2023273218A1 (en) Json packet checking method and json packet checking apparatus
CN103034553B (en) Intelligent verification algorithm, method and device for report designer
CN111553652A (en) Service processing method and device
CN113542374B (en) Message processing method and system
US20090287845A1 (en) Mediator with interleaved static and dynamic routing
CN106484488B (en) Integrated cloud Compilation Method and system
CN114124918A (en) Message parsing method and device
CN105306602A (en) Processing method, processing device and server for hypertext transfer protocol request
WO2008012198A1 (en) Reduction of message flow between bus-connected consumers and producers
CN114443940A (en) Message subscription method, device and equipment
US8312429B2 (en) Cell based data processing
CN114860668A (en) Online dynamic generation method and device for data file
WO2017084515A1 (en) Method and device for transmitting data code stream
CN113536762A (en) JSON text comparison method and device
US20200341740A1 (en) Aliasing entities in recorded code
CN111638973A (en) Method for tracing execution sequence of calculation by link

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