CN101022431A - Interface gateway and interface gateway data processing method - Google Patents

Interface gateway and interface gateway data processing method Download PDF

Info

Publication number
CN101022431A
CN101022431A CNA2007100086750A CN200710008675A CN101022431A CN 101022431 A CN101022431 A CN 101022431A CN A2007100086750 A CNA2007100086750 A CN A2007100086750A CN 200710008675 A CN200710008675 A CN 200710008675A CN 101022431 A CN101022431 A CN 101022431A
Authority
CN
China
Prior art keywords
data message
module
service
message
converted
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.)
Granted
Application number
CNA2007100086750A
Other languages
Chinese (zh)
Other versions
CN101022431B (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.)
FUJIAN NEW LAND SOFTWARE ENGINEERING Co Ltd
China Mobile Group Fujian Co Ltd
Original Assignee
FUJIAN NEW LAND SOFTWARE ENGINEERING Co Ltd
China Mobile Group Fujian 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 FUJIAN NEW LAND SOFTWARE ENGINEERING Co Ltd, China Mobile Group Fujian Co Ltd filed Critical FUJIAN NEW LAND SOFTWARE ENGINEERING Co Ltd
Priority to CN2007100086750A priority Critical patent/CN101022431B/en
Publication of CN101022431A publication Critical patent/CN101022431A/en
Application granted granted Critical
Publication of CN101022431B publication Critical patent/CN101022431B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

A data processing method of interface gateway includes converting external data message received from external unit to be standard data message being further converted to be internal data message, carrying out service flow dispatch and processing call service according to data internal message, obtaining standard data message by carrying out format conversion on processed result, converting standard data message requiring to be sent to external unit to be message supporting external unit and returning converted message to external unit.

Description

The data processing method of interface gateway and interface gateway
Technical field
The present invention relates to data communication technology, relate in particular to the interface gateway that is applied to business operation support system and the data processing method of interface gateway.
Background technology
Business operation support system (Business Operating Support System, be called for short BOSS), be to utilize main frame, the network equipment and application software, realize telecom operators' business support, the reasonable in technology of decision support, data centralization, the real-time platform of processing, contained data acquisition, business is awarded reason, customer service is chargeed and is handled, service management, comprehensive account, functions such as system monitoring.
BOSS system and many external systems as Short Message Service Gateway, customer service system, banking system etc., all have interface.Because building time is different with business demand, each external system all has different interface protocols surely with the BOSS system, interface mode (Socket, HTTP, SOA), the data format of each external system (XML, HTML, self-defined fixed length, self-defined separator) also is not quite similar.Generally speaking, in order to support these external interfaces, the BOSS system need be the different different service routines of external system exploitation, even the service function that most of interface need be realized realizes in BOSS inside, but because the difference of interface protocol, the service that interface can't directly use BOSS inside to provide can only be developed a cover again.This caused service logic repeat realize, increased the development amount, in case and service logic change, need to revise a large amount of codes, increased workload of safeguarding and the possibility of makeing mistakes, cause the instability of system easily.
Common unified the access is the unified interface protocol of regulation one cover, requires external system to realize interface according to this agreement.But the external system kind of BOSS system is many, and ripe agreement is all arranged, and can't adopt this mode.
Summary of the invention
Technical problem to be solved by this invention is: the data processing method of interface gateway and interface gateway is provided, can inserts by the distinct interface agreement, unified agreement and the data format of inner employing handled, and service is provided.
In order to address the above problem, the invention provides a kind of interface gateway, comprise: gateway module, be used for message is carried out protocol conversion and form conversion, to be converted to the normal data message from the external data message that external system receives, and the normal data message that needs send to external system is converted to the external data message, return to external system; And nucleus module, be used for the normal data message is converted to the internal data message, carry out service procedure scheduling according to the internal data message, the service of calling is handled, and result is carried out format conversion obtains the normal data message.
Described nucleus module can comprise: format converting module, be used for carrying out the conversion of datagram message according to default conversion masterplate, to be converted to the internal data message from the normal data message that gateway module receives, and the internal data message that needs send to external system will be converted to the normal data message; The service procedure scheduler module is used for calling service according to internal data message and default scheduling configuration; Administration module is used for the management of nucleus module self.
Described nucleus module also can comprise: the notice transaction modules, be used for handling the transaction of notice class, and will notify the internal data message of class transaction request to be sent to the service module that respective service is provided; The transmitted transaction module is used for the transaction of processing forward class, and the internal data message of transmitting the class transaction request is sent to the service module that respective service is provided, and echo reply; And the flow process transaction modules, be used to handle the complex class transaction, call the service module that respective service is provided according to operation flow.
Described nucleus module can be a plurality of, and further comprises: Routing Forward Module is used for according to default forwarding configuration the normal data message being forwarded to corresponding nucleus module.
In order to address the above problem, the present invention also provides a kind of data processing method of interface gateway, and described method comprises:
To receive the external data message from external system and be converted to the normal data message;
The normal data message is converted to the internal data message;
Carry out the service procedure scheduling according to the internal data message, the service of calling is handled;
Result is carried out format conversion obtain the normal data message;
The normal data message that needs is sent to external system is converted to the message that external system is supported, and returns to external system.
When the conversion of carrying out between normal data message and internal data message, can carry out according to default conversion masterplate.
Described method also can comprise: according to default forwarding configuration the normal data message is forwarded to corresponding internal services address and handles.
The present invention has realized inserting by the distinct interface agreement, unified agreement and the data format of inner employing handled, service is provided, application protocol is resolved, data transaction, realize multiple interfaces mode (Socket, HTTP, SOA), multiple interfaces data format (XML, HTML, self-defined fixed length, self-defined separator) support, realized the unified interface gateway of BOSS system, possesses the controllability that system inserts, autgmentability, and inner with the outside system integration and the information sharing of telecommunications enterprise, improve the development and maintenance efficient of system, improved the stability of system.
Below by drawings and Examples, technical scheme of the present invention is described in further detail.
Description of drawings
Fig. 1 is the structural representation of interface gateway of the present invention;
Fig. 2 is the data processing method flow chart of interface gateway of the present invention;
Fig. 3 is interface gateway embodiment one structural representation of the present invention;
Fig. 4 is interface gateway embodiment two structural representations of the present invention;
Fig. 5 is interface gateway embodiment four structural representations of the present invention;
Fig. 6 is the data processing method one embodiment flow chart of interface gateway of the present invention;
Fig. 7 is interface gateway embodiment five structural representations of the present invention.
Embodiment
As shown in Figure 1, for interface gateway structural representation of the present invention, comprise gateway module and nucleus module.Gateway module is used for message is carried out protocol conversion and form conversion, to be converted to the normal data message from the external data message that external system receives, and the normal data message that needs send to external system is converted to the external data message, return to external system.Nucleus module is used for the normal data message is converted to the internal data message, carries out service procedure scheduling according to the internal data message, and the service of calling is handled, and result is carried out format conversion obtains the normal data message.Each gateway module be responsible for an external system between message protocol change and format conversion, because the communication protocol and the data format of each external system are all inequality, for example, banking system can adopt 8583 agreements, customer service system can adopt http protocol, business platforms such as SMS platform and multimedia message platform also may adopt different agreements, in order to simplify the follow-up service flow process, the external data message that gateway module sends the respective external system is converted to agreement and the unified normal data message of form, for example, be converted to the XML formatted data message of deferring to http protocol, and the normal data message that is converted to transferred to nucleus module handle.Nucleus module calls corresponding internal services message is handled after, return replying of normal data message form, gateway module is replied this and is converted to the external data message and sends to external system.
As shown in Figure 2, the data processing method flow chart for interface gateway of the present invention comprises the steps:
Step 1, will receive the external data message from external system and be converted to the normal data message;
Step 2, the normal data message is converted to the internal data message;
Step 3, carry out service procedure scheduling according to the internal data message, the service of calling is handled;
Step 4, result is carried out format conversion obtain the normal data message;
Step 5, the normal data message that needs are sent to external system are converted to the message that external system is supported, and return to external system.
The foregoing description has been realized the unified conversion of external data message and internal data message, when service procedure is called, only needs to handle at the message of uniform format, can effectively improve controllability, the autgmentability of system, has improved the development and maintenance efficient of system.
Though the normal data message after gateway module is handled is deferred to unified agreement and data format, but various data formats have generally only defined basic framework, and allow the user under this basic framework, to carry out flexible definition, thereby when handling message, need know that these concrete definition just can handle accordingly.For example, when utilizing XML language description data, the user will be different according to the requirement definition of oneself label, for user's phone number, the user can be defined as XID with label, UserID, TelNum or the like, during the data message of internal services processing XML form, need know these labels definition, could be from message correct obtain required data.
As shown in Figure 3, be interface gateway embodiment one structural representation of the present invention.In the present embodiment, nucleus module comprises format converting module, service dispatch module and administration module.Be preset with the conversion masterplate in the format converting module, this module is carried out the data message conversion according to default conversion masterplate, to be converted to the internal data message from the normal data message that gateway module receives, and the internal data message that needs send to external system will be converted to the normal data message.The service procedure scheduler module is used for calling service according to internal data message and default scheduling configuration.The normal data message obtains meeting the internal data message of internal data format after the format converting module conversion, the service procedure scheduler module only need be resolved this internal data message just can call different services according to default scheduling configuration.In addition, also can carry out format conversion according to the conversion masterplate, and not need to establish in addition format converting module by gateway module.Administration module is used for the management of nucleus module self, comprises configuration management, operational management, Service Management, monitoring management etc., can carry out pre-configured to the conversion masterplate by administration module.
Interface gateway need be handled multiple transaction, the handling process difference of every kind of transaction.When handling the transaction of notice class, initiator's request directly need be issued service side, must not wait for that service side replys, be applicable to asynchronous event.When the processing forward class is concluded the business, initiator's request need be issued service side, and replying of the side of service returned the initiator, be applicable to synchronous event.In addition, also have some complex class transaction, this class incident relates to a plurality of incidents, and these incidents might be polytypes, need dispatch by flow process.
As shown in Figure 4, be interface gateway embodiment two structural representations of the present invention.Present embodiment has added a plurality of transaction modules on the basis of embodiment one, each transaction modules is responsible for handling dissimilar transaction.The notice transaction modules is used for handling the transaction of notice class, will notify the internal data message of class transaction request to be sent to the service module that respective service is provided with initiating; The transmitted transaction module is used for the transaction of processing forward class, and the internal data message of transmitting the class transaction request is sent to the service module that respective service is provided, and echo reply; The flow process transaction modules is used for the transaction of handling process class, calls the service module that respective service is provided according to operation flow.Present embodiment is handled all kinds of transaction respectively by different modules.
When traffic carrying capacity is very big, a plurality of nucleus modules can be set, with the enhancement process ability.As shown in Figure 5, be interface gateway embodiment four structural representations of the present invention.Present embodiment comprises a plurality of nucleus modules, and each nucleus module provides unified external address of service, but has unique internal services address.All external data messages all are sent to the Routing Forward Module of a main nucleus module, and this Routing Forward Module is selected nucleus module according to the forwarding strategy that sets in advance, and according to its internal services address request are forwarded to this nucleus module and handle.According to the difference of concrete application need, forwarding strategy can be set flexibly.For example, can transmit by load-balancing technique, the transaction that each nucleus module is used to handle different services also can be set, for example, the nucleus module that has is used for chargeing, and the nucleus module that has is used for account management.When transmitting request, can consider the equipment performance of nucleus module, the demanding transaction request of real-time is sent to the good nucleus module of equipment performance handle.According to concrete forwarding strategy, can add relevant field in the route head of message, for example, add the field that shows COS, Routing Forward Module extracts this field, according to default forwarding strategy, take all factors into consideration various loading conditions, equipment performance is selected nucleus module, according to the internal services address of this nucleus module request is forwarded to this nucleus module.Each nucleus module will be replied and return main nucleus module and returned to external system by respective gateway by main nucleus module after being handled request.Each nucleus module also can be connected with gateway module respectively, will directly return gateway module and by main nucleus module.By main nucleus module echo reply, main nucleus module can be grasped the loading condition of each nucleus module, helps better realizing the load balancing equilibrium; Do not pass through main nucleus module directly to the gateway module echo reply, can alleviate the processing pressure of main nucleus module.
As shown in Figure 6,, disposed a plurality of nucleus modules in the present embodiment, handled according to the default corresponding nucleus module of forwarding selection of configuration for the data processing method one embodiment flow chart of interface gateway of the present invention.Present embodiment comprises the steps:
Step 101, gateway module will receive the external data message from external system and be converted to the normal data message, and be sent to the Routing Forward Module of nucleus module A;
Step 102, Routing Forward Module are handled message according to route field according to predetermined forwarding selection of configuration nucleus module B, and the internal services address of normal data message to nucleus module B correspondence sent;
The format converting module of step 103, nucleus module B is converted to the internal data message according to default conversion masterplate with the normal data message;
The service procedure scheduler module of step 104, nucleus module B is carried out the service procedure scheduling according to the internal data message, for the transaction of notice class, data message is issued BOSS by the notice transaction modules, calls the respective service of BOSS; For transmitting the class transaction, data message is issued BOSS by the transmitted transaction module, call the respective service of BOSS, service side returns service response to the service procedure scheduler module; For the complex class transaction, this class incident relates to a plurality of incidents, and these incidents might be polytypes, needs the related service by flow scheduling BOSS;
The service procedure scheduler module of step 105, nucleus module B is sent to format converting module with service response;
The format converting module of step 106, nucleus module B is converted to the normal data message with the internal data message, and is sent to corresponding gateway module;
Step 107, gateway module are converted to the external data message that the respective external system supports with the normal data message, and return to external system.
Realized the collaborative work of a plurality of nucleus modules in the present embodiment, the effective disposal ability of enhanced system, but concrete forwarding strategy flexible configuration.
As shown in Figure 7, be interface gateway embodiment five structural representations of the present invention.Banking system, SMS platform and mobile payment platform insert by bank's gateway module, Short Message Service Gateway module and mobile payment gateway module respectively.The host-host protocol of customer service system is identical with data format and interface gateway, does not need to insert by gateway module, gets final product and directly be connected with nucleus module.Bank's gateway module, Short Message Service Gateway module and mobile payment gateway module are converted to the XML format standard data message that transmits with http protocol with the external data message, are issuing the unified processing of main nucleus module.Behind the Routing Forward Module normal data message of main nucleus module, handle the nucleus module of this message according to default forwarding selection of configuration, and send message according to the internal services address of this nucleus module according to route field.After this nucleus module was received the normal data message, its format converting module was converted to the internal form message according to default conversion masterplate with standard message, and was sent to the processing of service procedure scheduler module.The service procedure scheduler module is called the service that BOSS provides according to default scheduling configuration by each transaction modules, after receiving service response, the service response of internal data message format is sent to format converting module, format converting module is converted to the normal data message with the internal data message, is sent to corresponding gateway module.Corresponding gateway module carries out protocol conversion and format conversion with the normal data message again, is converted to the message that external system is supported, sends to the respective external system.
When banking system need be used the service of BOSS, banking system sent request to bank's gateway, and bank's gateway module receives 8583 protocol massages, converts http protocol XML form message to, and sent to the nucleus module processing.Nucleus module is sent to corresponding internal services address according to transmitting configuration with request according to route field; The nucleus module of being responsible for the request of handling carries out Data Format Transform to message, dispatches corresponding BOSS service according to preset configuration; Corresponding service processing is carried out in the request of BOSS service response, and echo reply; After nucleus module receives service response, response message is converted to the normal data message sends to bank's gateway, bank's gateway further converts message to 8583 protocol massages, returns to banking system.
It is similar to banking system that SMS platform and mobile payment platform call the process of BOSS service.
When customer service system was called the BOSS service, system directly sent request to nucleus module.Customer service system has been used standard XML form message, so needn't filter through gateway.The processing procedure of nucleus module was similar when the internal processes of nucleus module was called the BOSS service to above-mentioned banking system at this moment.After nucleus module receives service response, be converted to the XML message that customer service system is supported, directly return to customer service system replying.
Application protocol of the present invention is resolved, data transaction, realize the support of multiple interfaces mode (Socket, HTTP, SOA), multiple interfaces data format (XML, HTML, self-defined fixed length, self-defined separator), realized the unified interface gateway of BOSS system, possess inner with the outside system integration and the information sharing of controllability, autgmentability and telecommunications enterprise that system inserts, improve the development and maintenance efficient of system, improved the stability of system.
Should be noted that at last: above embodiment is only in order to illustrate that technical scheme of the present invention is not intended to limit; Although with reference to preferred embodiment the present invention is had been described in detail, those of ordinary skill in the field should be appreciated that still and can make amendment or the part technical characterictic is equal to replacement the specific embodiment of the present invention; And not breaking away from the spirit of technical solution of the present invention, it all should be encompassed in the middle of the technical scheme scope that the present invention asks for protection.

Claims (8)

1, a kind of interface gateway is characterized in that, described interface gateway comprises:
Gateway module, be used for message is carried out protocol conversion and form conversion, to be converted to the normal data message from the external data message that external system receives, and the normal data message that needs send to external system will be converted to the external data message, return to external system;
Nucleus module is used for the normal data message is converted to the internal data message, carries out service procedure scheduling according to the internal data message, and the service of calling is handled, and result is carried out format conversion obtains the normal data message.
2, interface gateway according to claim 1 is characterized in that, described nucleus module comprises:
Format converting module is used for carrying out the conversion of datagram message according to default conversion masterplate, will be converted to the internal data message from the normal data message that gateway module receives, and the internal data message that needs send to external system is converted to the normal data message;
The service procedure scheduler module is used for calling service according to internal data message and default scheduling configuration;
Administration module is used for the management of nucleus module self.
3, interface gateway according to claim 1 is characterized in that, described nucleus module comprises:
The notice transaction modules is used for handling the transaction of notice class, will notify the internal data message of class transaction request to be sent to the service module that respective service is provided;
The transmitted transaction module is used for the transaction of processing forward class, and the internal data message of transmitting the class transaction request is sent to the service module that respective service is provided, and echo reply;
The flow process transaction modules is used to handle the complex class transaction, calls the service module that respective service is provided according to operation flow.
4, interface gateway according to claim 1 is characterized in that, described nucleus module is a plurality of, and further comprises: Routing Forward Module is used for according to default forwarding configuration the normal data message being forwarded to corresponding nucleus module.
5, interface gateway according to claim 1 is characterized in that, described gateway module is a plurality of.
6, a kind of data processing method of interface gateway is characterized in that, described method comprises:
To receive the external data message from external system and be converted to the normal data message;
The normal data message is converted to the internal data message;
Carry out the service procedure scheduling according to the internal data message, the service of calling is handled;
Result is carried out format conversion obtain the normal data message;
The normal data message that needs is sent to external system is converted to the message that external system is supported, and returns to external system.
7, the data processing method of interface gateway according to claim 6 is characterized in that, carries out conversion between normal data message and internal data message according to default conversion masterplate.
8, the data processing method of interface gateway according to claim 6 is characterized in that, described method also comprises: according to default forwarding configuration the normal data message is forwarded to corresponding internal services address and handles.
CN2007100086750A 2007-03-09 2007-03-09 Interface gateway and interface gateway data processing method Expired - Fee Related CN101022431B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2007100086750A CN101022431B (en) 2007-03-09 2007-03-09 Interface gateway and interface gateway data processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2007100086750A CN101022431B (en) 2007-03-09 2007-03-09 Interface gateway and interface gateway data processing method

Publications (2)

Publication Number Publication Date
CN101022431A true CN101022431A (en) 2007-08-22
CN101022431B CN101022431B (en) 2010-08-04

Family

ID=38710086

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007100086750A Expired - Fee Related CN101022431B (en) 2007-03-09 2007-03-09 Interface gateway and interface gateway data processing method

Country Status (1)

Country Link
CN (1) CN101022431B (en)

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101695169A (en) * 2009-10-22 2010-04-14 中兴通讯股份有限公司 Remote-end maintaining method of operation support system data as well as system and remote-end account opening proxy
CN101997721A (en) * 2010-11-15 2011-03-30 中兴通讯股份有限公司 System, method and corresponding device for managing telecommunication network
CN102223731A (en) * 2010-04-19 2011-10-19 中兴通讯股份有限公司 Interface equipment compatible with various terminals in internet of things and realization method thereof
CN103347024A (en) * 2013-07-05 2013-10-09 昆山华谷科技发展有限公司 Method and device for conversion of elevator communication protocols
CN103491159A (en) * 2013-09-18 2014-01-01 北京思特奇信息技术股份有限公司 Work order analysis asynchronous calling service method and system
CN103729778A (en) * 2013-12-12 2014-04-16 广州市网威信息技术有限公司 Omni-channel advertisement accurate delivery system and method
CN103944814A (en) * 2014-04-29 2014-07-23 深圳市天维尔通讯技术有限公司 Data exchange method and system and gateway server
CN105245521A (en) * 2015-10-14 2016-01-13 海能达通信股份有限公司 Protocol format conversion method and device and interface platform
CN105577761A (en) * 2015-12-16 2016-05-11 北京神州新桥科技有限公司 Trade processing system and trade processing method based on double sites
CN105931054A (en) * 2015-12-24 2016-09-07 中国银联股份有限公司 Transaction request processing method, gateway device, agent device, and business device
CN106656777A (en) * 2017-01-22 2017-05-10 上海新柏石智能科技股份有限公司 Object-based smart home gateway communication interface framework
CN106686021A (en) * 2015-11-05 2017-05-17 北京京东尚科信息技术有限公司 Service invoking method and gateway
CN106708976A (en) * 2016-12-07 2017-05-24 安徽尚果信息科技有限公司 Method for managing businesses via standard data interface
CN107634861A (en) * 2017-10-10 2018-01-26 安徽皖通邮电股份有限公司 A kind of router multi-service configures tiered management approach
CN108833446A (en) * 2018-08-01 2018-11-16 广发证券股份有限公司 A kind of method for converting protocol and device based on Fix agreement request packet
CN108989422A (en) * 2018-07-12 2018-12-11 中国建设银行股份有限公司 A kind of message and document handling method and system
CN109150893A (en) * 2018-09-12 2019-01-04 山东中创软件工程股份有限公司 A kind of service request retransmission method and relevant apparatus
CN110290135A (en) * 2019-06-24 2019-09-27 四川新网银行股份有限公司 The data flow of method and request to complicated message unified standardization processing side
CN110830442A (en) * 2019-10-09 2020-02-21 贝壳技术有限公司 Message processing method, device and gateway
CN110958278A (en) * 2018-09-26 2020-04-03 北京国双科技有限公司 API gateway-based data processing method and system and API gateway
US10701186B2 (en) 2015-10-14 2020-06-30 Hytera Communications Corp., Ltd. Protocol format conversion method and apparatus, and interface platform
CN111600909A (en) * 2020-06-24 2020-08-28 腾讯科技(深圳)有限公司 Data processing method, device, protocol conversion equipment and storage medium
CN112104640A (en) * 2020-09-11 2020-12-18 深圳前海微众银行股份有限公司 Data processing method, device and equipment of gateway and readable storage medium
CN112118142A (en) * 2020-09-28 2020-12-22 中国银行股份有限公司 Message transmission method and device
CN112333009A (en) * 2020-10-23 2021-02-05 苏宁消费金融有限公司 Gateway system based on configuration
CN112532564A (en) * 2019-09-17 2021-03-19 中国移动通信集团广东有限公司 Service calling method and device and electronic equipment
CN113132114A (en) * 2021-04-22 2021-07-16 广州市品高软件股份有限公司 Method, device, medium and equipment for realizing multi-cloud-pipe unified interface gateway
CN113507488A (en) * 2021-09-10 2021-10-15 之江实验室 Edge data plane control system and method based on heterogeneous security
CN113626320A (en) * 2021-07-28 2021-11-09 南京苏宁软件技术有限公司 Automatic test method and device for TCP (Transmission control protocol) interface and computer equipment
CN114500358A (en) * 2022-02-14 2022-05-13 未鲲(上海)科技服务有限公司 Gateway message distribution method, device, equipment and storage medium
CN115150557A (en) * 2022-08-30 2022-10-04 杭州萤石软件有限公司 Internet of things camera, message processing method and device
CN115412865A (en) * 2022-08-11 2022-11-29 北京天融信网络安全技术有限公司 Short message gateway protocol calling method, system, electronic equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7167924B1 (en) * 1996-06-10 2007-01-23 Diebold, Incorporated Financial transaction processing system and method
CN100433768C (en) * 2002-11-15 2008-11-12 中兴通讯股份有限公司 Method of switchingin multiple short message protocols on short message platform of stationary network
CN100384144C (en) * 2004-08-11 2008-04-23 华为技术有限公司 Combination device and its management and maintenance method
CN1852296A (en) * 2005-09-30 2006-10-25 华为技术有限公司 Multiprotocol support system and method

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010145415A1 (en) * 2009-10-22 2010-12-23 中兴通讯股份有限公司 Remote maintenance method and system for business operation support system data, remote account opening agent
CN101695169A (en) * 2009-10-22 2010-04-14 中兴通讯股份有限公司 Remote-end maintaining method of operation support system data as well as system and remote-end account opening proxy
CN101695169B (en) * 2009-10-22 2015-05-20 中兴通讯股份有限公司 Remote-end maintaining method of operation support system data as well as system and remote-end account opening proxy
CN102223731A (en) * 2010-04-19 2011-10-19 中兴通讯股份有限公司 Interface equipment compatible with various terminals in internet of things and realization method thereof
CN101997721B (en) * 2010-11-15 2016-05-11 中兴通讯股份有限公司 A kind of telecommunication network management system, method and accordingly device
CN101997721A (en) * 2010-11-15 2011-03-30 中兴通讯股份有限公司 System, method and corresponding device for managing telecommunication network
CN103347024A (en) * 2013-07-05 2013-10-09 昆山华谷科技发展有限公司 Method and device for conversion of elevator communication protocols
CN103491159A (en) * 2013-09-18 2014-01-01 北京思特奇信息技术股份有限公司 Work order analysis asynchronous calling service method and system
CN103491159B (en) * 2013-09-18 2017-05-17 北京思特奇信息技术股份有限公司 Work order analysis asynchronous calling service method and system
CN103729778A (en) * 2013-12-12 2014-04-16 广州市网威信息技术有限公司 Omni-channel advertisement accurate delivery system and method
CN103944814A (en) * 2014-04-29 2014-07-23 深圳市天维尔通讯技术有限公司 Data exchange method and system and gateway server
CN103944814B (en) * 2014-04-29 2017-10-20 天维尔信息科技股份有限公司 A kind of method for interchanging data and system and a kind of gateway server
CN105245521A (en) * 2015-10-14 2016-01-13 海能达通信股份有限公司 Protocol format conversion method and device and interface platform
US10701186B2 (en) 2015-10-14 2020-06-30 Hytera Communications Corp., Ltd. Protocol format conversion method and apparatus, and interface platform
CN106686021A (en) * 2015-11-05 2017-05-17 北京京东尚科信息技术有限公司 Service invoking method and gateway
CN105577761B (en) * 2015-12-16 2019-03-12 北京神州新桥科技有限公司 A kind of transaction processing system and transaction processing method based on dual station point
CN105577761A (en) * 2015-12-16 2016-05-11 北京神州新桥科技有限公司 Trade processing system and trade processing method based on double sites
CN105931054A (en) * 2015-12-24 2016-09-07 中国银联股份有限公司 Transaction request processing method, gateway device, agent device, and business device
CN106708976A (en) * 2016-12-07 2017-05-24 安徽尚果信息科技有限公司 Method for managing businesses via standard data interface
CN106656777A (en) * 2017-01-22 2017-05-10 上海新柏石智能科技股份有限公司 Object-based smart home gateway communication interface framework
CN107634861A (en) * 2017-10-10 2018-01-26 安徽皖通邮电股份有限公司 A kind of router multi-service configures tiered management approach
CN108989422A (en) * 2018-07-12 2018-12-11 中国建设银行股份有限公司 A kind of message and document handling method and system
CN108833446A (en) * 2018-08-01 2018-11-16 广发证券股份有限公司 A kind of method for converting protocol and device based on Fix agreement request packet
CN109150893A (en) * 2018-09-12 2019-01-04 山东中创软件工程股份有限公司 A kind of service request retransmission method and relevant apparatus
CN110958278B (en) * 2018-09-26 2022-06-03 北京国双科技有限公司 API gateway-based data processing method and system and API gateway
CN110958278A (en) * 2018-09-26 2020-04-03 北京国双科技有限公司 API gateway-based data processing method and system and API gateway
CN110290135A (en) * 2019-06-24 2019-09-27 四川新网银行股份有限公司 The data flow of method and request to complicated message unified standardization processing side
CN110290135B (en) * 2019-06-24 2021-12-07 四川新网银行股份有限公司 Method for unified and standardized processing of complex messages and requested data stream
CN112532564A (en) * 2019-09-17 2021-03-19 中国移动通信集团广东有限公司 Service calling method and device and electronic equipment
CN112532564B (en) * 2019-09-17 2022-09-13 中国移动通信集团广东有限公司 Service calling method and device and electronic equipment
CN110830442A (en) * 2019-10-09 2020-02-21 贝壳技术有限公司 Message processing method, device and gateway
CN111600909B (en) * 2020-06-24 2023-06-23 腾讯科技(深圳)有限公司 Data processing method, device, protocol conversion equipment and storage medium
CN111600909A (en) * 2020-06-24 2020-08-28 腾讯科技(深圳)有限公司 Data processing method, device, protocol conversion equipment and storage medium
CN112104640A (en) * 2020-09-11 2020-12-18 深圳前海微众银行股份有限公司 Data processing method, device and equipment of gateway and readable storage medium
CN112118142A (en) * 2020-09-28 2020-12-22 中国银行股份有限公司 Message transmission method and device
CN112333009A (en) * 2020-10-23 2021-02-05 苏宁消费金融有限公司 Gateway system based on configuration
CN113132114B (en) * 2021-04-22 2023-03-10 广州市品高软件股份有限公司 Method, device, medium and equipment for realizing multi-cloud-pipe unified interface gateway
CN113132114A (en) * 2021-04-22 2021-07-16 广州市品高软件股份有限公司 Method, device, medium and equipment for realizing multi-cloud-pipe unified interface gateway
CN113626320A (en) * 2021-07-28 2021-11-09 南京苏宁软件技术有限公司 Automatic test method and device for TCP (Transmission control protocol) interface and computer equipment
CN113507488A (en) * 2021-09-10 2021-10-15 之江实验室 Edge data plane control system and method based on heterogeneous security
CN114500358A (en) * 2022-02-14 2022-05-13 未鲲(上海)科技服务有限公司 Gateway message distribution method, device, equipment and storage medium
CN114500358B (en) * 2022-02-14 2023-10-24 西藏创煌信息科技有限公司 Gateway message distribution method, device, equipment and storage medium
CN115412865A (en) * 2022-08-11 2022-11-29 北京天融信网络安全技术有限公司 Short message gateway protocol calling method, system, electronic equipment and storage medium
CN115412865B (en) * 2022-08-11 2023-11-24 北京天融信网络安全技术有限公司 Short message gateway protocol calling method, system, electronic equipment and storage medium
CN115150557A (en) * 2022-08-30 2022-10-04 杭州萤石软件有限公司 Internet of things camera, message processing method and device

Also Published As

Publication number Publication date
CN101022431B (en) 2010-08-04

Similar Documents

Publication Publication Date Title
CN101022431B (en) Interface gateway and interface gateway data processing method
EP3399715B1 (en) Protocol conversion method, platform, and protocol conversion gateway
CN102546442B (en) Communication protocol conversion technology
US5826034A (en) System and method for transmission of communication signals through different media
US8488448B2 (en) System and method for message sequencing in a broadband gateway
EP2232795B1 (en) Communications router
EP2081336B1 (en) Business message transmission method, system and apparatus
CN101388887B (en) Network service processing method and system
KR19980070451A (en) Distributed Protocol Server
CN107483592A (en) A kind of transaction processing method based on General Front End Processor and a kind of General Front End Processor
CN101771960A (en) Service invoking method for mobile network, and service gateway, service platform and system thereof
CN106027534A (en) System for implementing financial message processing based on Netty
CN102946376A (en) Method for implementing asynchronous communication
CN1973282A (en) System and method for managing a change to a cluster configuration
CN100388665C (en) Telecommunication network calling centre system and its implementing method
US7327712B2 (en) Selection system, its selection method for voice channels, and switchboard for use therein
CN101478545B (en) Data distribution processing method, apparatus and system based on Web service interface
CN101339520B (en) Method for accessing EJB into enterprise service bus
AU717670B2 (en) Processor for signaling messages in a data switching network
CN102404786A (en) Method and device for controlling service jam
CN101150443B (en) Processing method for telecommunication network management message
CN105515947A (en) Method, server and system for information intercommunication of heterogeneous terminal based on XMPP (Extensible Messaging and Presence Protocol)
CN101030927B (en) Interface telecommunication between OSS subsystems based on middleware
CN112764945B (en) Message center service middleware system
EP1202176B1 (en) Message-based software system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20100804

Termination date: 20180309

CF01 Termination of patent right due to non-payment of annual fee