Ch12 Axis&ESB

1/21/2022 ServiceService Computing

# Ch12 Axis&ESB

  • Axis2:

    • message处理模型:有点像责任链模式img

    • 核心模块img

    • 两种思路:img

    • 基于message filter和pipe:一个message先经过outcoming再经过incoming

      • incoming pipe:message在输入server之前的处理,比如查看授权等imgimg

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

    • Module是一组handler,以.mar结尾的文件,model can be engaged to service by deployment descriptor

  • Top-down:

    • webservice development with Axis:通过wsdl生成java类和xml,实现逻辑功能并部署到服务器上img

    • Client developmentimg

    • summaryimg

Last Updated: 11/19/2024, 1:54:38 PM