Ch12 Axis&ESB
Yang Haoran 1/21/2022 ServiceService Computing
# Ch12 Axis&ESB
Axis2:
message处理模型:有点像责任链模式

核心模块

两种思路:

基于message filter和pipe:一个message先经过outcoming再经过incoming
incoming pipe:message在输入server之前的处理,比如查看授权等


outcoming pipe:message从client输出之后处理,比如写到日志等


Module是一组handler,以.mar结尾的文件,model can be engaged to service by deployment descriptor
Top-down:
webservice development with Axis:通过wsdl生成java类和xml,实现逻辑功能并部署到服务器上

Client development

summary
