快速业务通道

在IBM Lotus Expeditor中构建并部署简单的Web服务资源 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-15
tContactDetails(int type) throws ContactDetailsNotFoundException, InvalidAddressTypeException; public void addContactDetails(ContactDetails contactObj); public void addDependents(String[] names); }

在IBM Lotus Expeditor中构建并部署简单的Web服务资源(4)

时间:2011-08-27 IBM Sivananthan Perumal

稍后使用 Mobile Web Services 生成器向导时,这个类似 bean 的接口将用 于描述 WS-Resource 的 Resource Property 文档。

适配器组件将使用 AddressFactoryInterface 来创建新的 Address 资源实例 或定位 Address 实例:

清单 2. com.ibm.wsrf.sampleapp.address.service.AddressFactoryInterface

public interface AddressFactoryInterface {    public String createAddress(String eMailId) throws Exception;    public void deleteAddress(String eMailId) throws Exception;    public AddressInterface getAddress(String eMailId) throws Exception; }

您必须将生成的激活器修改为包含 start() 和 stop() 方法:

清单 3. com.ibm.wsrf.sampleapp.address.bundle.AddressActivator

public class AddressActivator implements BundleActivator {    private ServiceRegistration serviceRegistration = null;    public AddressActivator() {    }   public void start(BundleContext context) throws Exception {     Hashtable properties = new Hashtable();     serviceRegistration = context.registerService      (AddressFactoryInterface.class.getName(), new  AddressFactoryImpl(), properties);   }   public void stop(BundleContext context) throws Exception {      serviceRegistration.unregister();   } }

请注意,将 AddressFactoryImpl(而不是 AddressImpl)实例注册为服务实 现。这样做是为了简化创建多个 Address 资源,以及定位相关的 Address 资源 实例并与其一起工作。

生成资源 bundle 的提供程序端组件

您可以使用 Lotus Expeditor Toolkit 的 Mobile Web Services 来生成资源 适配器和 WS-Resource 的 Web 服务 bundle。请参考 Lotus Expeditor Toolkit Help 部分的 “Developing Applications for Lotus Expeditor”,查看关于如 何使用生成器向导来生成提供方端组件的说明。

使用 WS-Resource Provider 向导时,请将 AddressFactoryInterface 指定 为资源类。向导将自查 Java 接口以获得 bean 属性,并给出提示,说明它们是 预期的资源属性。您可以选择这些资源属性,或指定新的资源属性名称。这些属 性将用于构造 Resource Property 文档。

在 WS-Resource Provider 向导中,请确保完成以下操作:

选择 WS-Resource Lifetime 和 Expose Service Methods 属性。

未选择 Enable Security 属性。

选择向导的 Resource Property 面板中所列示的所有资源属性。

仅选择向导的 Service Methods 面板中 Address 资源设计模型(图 1)中被 标识为服务方法的那些方法。

根据需要,在向导中编辑插件属性和项目属性。

在IBM Lotus Expeditor中构建并部署简单的Web服务资源(5)

时间:2011-08-27 IBM Sivananthan Perumal

绑定生成的代码和资源 bundle

WS-Resource Provider 向导将在 Eclipse 工作区中生成两个项目,用于两个 提供程序端 bundle,即适配器 bundle 和 Web 服务 bundle。Web 服务 bundle 不需要修改,可直接进行部署。但是,适配器 bundle 必须进行编辑并绑定到资 源 bundle。

如果浏览所生成的适配器代码,会注意到下面的 Java 类带有 TODO 占位符:

<Address>LifeTimeManager.java

<

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号