spring + axis集成开发(服务器端)

   1.用POJO写的service: 接口 +  实现类,并通过spring 注册为 业务bean

   2.为上面的业务bean定义一个decorator,并让它继承ServletEndpointSupport类。

     除了装饰原来的业务方法外,还要重载ServletEndpointSupport的onInit()方法.

     在 onInit()里,把业务bean从ApplicationContext中取出来

   3.最后写一个wsdd文件,定义web service 的名字,并使它与上面定义的decorator挂钩

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.