1.什么是registry?
From a business analyst’s perspective, it is similar to an Internet search engine
for business processes. From a developers perspective, they use the registry to
publish services and query the registry to discover services matching various
criteria.
2.什么是jbossESB?
In keeping with SOA principles, everything within JBossESB is considered to be
either a service or a message. Services encapsulate the business logic or points of
integration with legacy systems. Messages are the way in which clients and services
communicate with each other.
In the following sections we shall look at how Services and Messages are supported
within JBossESB.
3.什么是service?
A “Service” in JBossESB is defined as a list of “Action” classes that process
an ESB Message in a sequential manner (see below). This list of Action classes is
referred to as an “Action Pipeline”. A Service can define a list of “Listeners”
, which act as inbound routers for the Service, routing messages to the Action
Pipeline.
<?xml version = "1.0" encoding = "UTF-8"?>
<jbossesb
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jb
ossesb-1.0.1.xsd" invmScope="GLOBAL">
<services>
<service category="Retail" name="ShoeStore" description="Acme Shoe Store
Service">
<actions>
<action name="println" class="org.jboss.soa.esb.actions.SystemPrintln"
/>
</actions>
</service>
</services>
</jbossesb>
As you can see from the above example, a Service has “category” and “name”
attributes. When JBossESB deploys the Service, it uses these attributes to register
the Service endpoints (listeners) in the Service Registry (see Registry Guide).
Clients can invoke the Service using the ServiceInvoker as follows.
ServiceInvoker invoker = new ServiceInvoker(Retail, ShoeStore);
Message message = MessageFactory.getInstance().getMessage();
message.getBody().add(Hi there!);
invoker.deliverAsync(message);
The ServiceInvoker uses the Service Registry (see ServicesGuide) to lookup the
available Endpoint addresses for the “Retail:ShoeStore” Service. It takes care of
all the transport details of getting the message from the Client to one of the
available Service Endpoints (JMS, FTP, HTTP etc), hiding all of the lower level
details from the Client.
解密UDDI
我们首先来看看UDDI代表什么?UDDI是Universal Description, Discovery and
Integration(统一描述、发现和集成)的缩写。UDDI的意图是作为一个注册簿,就象黄页是一
个地区企业的注册簿一样。象在黄页中那样,在UDDI注册簿中,企业将在不同的目录下注册它
们自己或其服务。通过浏览一个UDDI注册簿,开发人员能够查找一种服务或一个公司,并发现
如何调用该服务。
除了黄页外,UDDI还使用了白页和绿页。白页是企业实体列表,绿页是调用一项服务所必
需的文档。
UDDI的定义非常全面,足以适应不同种类的服务。一个UDDI服务定义可能代表一个传真服务或
电话服务。作为一种注册簿,UDDI一般使用数据库一类的软件来实现,在该数据库中,存在一
个允许发布或查询服务的有关信息。
UDDI数据模型
UDDI数据模型包括下面的主要元素:
·businessEntity:表示一个实际的企业。
·businessService:表示一个企业提供的服务。
·bindingTemplate:如何调用服务的说明。
http://www.yesky.com/351/1626851
分享到:
相关推荐
ta_lib-0.5.1-cp312-cp312-win32.whl
课程设计 在线实时的斗兽棋游戏,时间赶,粗暴的使用jQuery + websoket 实现实时H5对战游戏 + java.zip课程设计
ta_lib-0.5.1-cp310-cp310-win_amd64.whl
基于springboot+vue物流系统源码数据库文档.zip
GEE训练教程——Landsat5、8和Sentinel-2、DEM和各2哦想指数下载
知识图谱
333498005787635解决keil下载失败的文件.zip
【微信机器人原理与实现】 微信机器人是通过模拟微信客户端的行为,自动处理消息、发送消息的程序。在Python中实现微信机器人的主要库是WeChatBot,它提供了丰富的接口,允许开发者方便地进行微信消息的接收与发送。这个项目标题中的"基于python实现的微信机器人源码"指的是使用Python编程语言编写的微信机器人程序。 1. **Python基础**:Python是一种高级编程语言,以其简洁的语法和强大的功能深受开发者喜爱。在实现微信机器人时,你需要熟悉Python的基本语法、数据类型、函数、类以及异常处理等概念。 2. **微信API与WeChatBot库**:微信为开发者提供了微信公共平台和微信开放平台,可以获取到必要的API来实现机器人功能。WeChatBot库是Python中一个用于微信开发的第三方库,它封装了微信的API,简化了消息处理的流程。使用WeChatBot,开发者可以快速搭建起一个微信机器人。 3. **微信OAuth2.0授权**:为了能够接入微信,首先需要通过OAuth2.0协议获取用户的授权。用户授权后,机器人可以获取到微信用户的身份信息,从而进行
基于springboot实验室研究生信息管理系统源码数据库文档.zip
张力控制,色标跟踪,多轴同步,电子凸轮,横切等工艺控制案例。
在Python编程环境中,处理Microsoft Word文档是一项常见的任务。Python提供了几个库来实现这一目标,如`python-docx`,它可以让我们创建、修改和操作.docx文件。本教程将重点介绍如何利用Python进行Word文档的合并、格式转换以及转换为PDF。 1. **合并Word文档(merge4docx)** 合并多个Word文档是一项实用的功能,特别是在处理大量报告或文档集合时。在Python中,可以使用`python-docx`库实现。我们需要导入`docx`模块,然后读取每个文档并将其内容插入到主文档中。以下是一个基本示例: ```python from docx import Document def merge4docx(file_list, output_file): main_doc = Document() for file in file_list: doc = Document(file) for paragraph in doc.paragraphs: main_doc.add_paragraph(paragraph.text) m
基于springboot+Javaweb的二手图书交易系统源码数据库文档.zip
基于springboot餐品美食论坛源码数据库文档.zip
基于springboot亚运会志愿者管理系统源码数据库文档.zip
使用WPF的数据样式绑定,切换对象数据值来完成控件动态切换背景渐变动画效果。 使用动画样式渲染比线程修改性能消耗更低更稳定
基于SpringBoot的企业客源关系管理系统源码数据库文档.zip
基于springboot+vue的桂林旅游网站系统源码数据库文档.zip
基于springboot嗨玩旅游网站源码数据库文档.zip
基于springboot的流浪动物管理系统源码数据库文档.zip
基于springboot课件通中小学教学课件共享平台源码数据库文档.zip