用于 Java 的 Office 通信器 API
我需要从java应用程序(没有javascript)联系microsoft office communicator。我需要获取联系人 ID 并通过通信器 ping 他们。是否有任何 Jars 可以执行此操作。 提前致谢 。
I need to contact the microsoft office communicator from a java application(without javascript). I require to get the contact id and ping them back through communicator.Is there is any Jars for doing this.
Thanks in advance .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Office Communator 没有特定的 java API。
如果您的应用程序是客户端,并且您非常了解访问 COM 对象(特定于 Windows),则有一个名为 的 API Jacob 通过它,您可以访问 Communicator 客户端 COM 对象来执行任务
Communicator http://msdn.microsoft.com/en- us/library/lync/bb758755(v=office.12).aspx
如果您的应用程序是服务器,那么您可以Web 服务 连接到 OCS 服务器。
There is no specific java API for office communicator.
If your application is a client and you are well aware of accessing COM objects (Specific to windows) there is an API called Jacob through which you can access communicator client COM objects to do your task
COM Reference API for Communicator http://msdn.microsoft.com/en-us/library/lync/bb758755(v=office.12).aspx
If your application is a server then you can this web services to connect to the OCS server.