2

JavaにWebサービス実装クラスがあり、wsgenを使用してサービスエンドポイントクラスを生成しています。SEIには、Webサービスインターフェイスから除外したいパブリックメソッドがあります。アノテーションのようです

@WebMethod (exclude=true)

これを行うことを目的としていますが、wsgenantタスクでは機能しないようです。

4

1 に答える 1

0

This sounds like Issue #789 (bug in wsgen). Maye give the suggested workaround a try:

As a temporary workaround with old impl, you can try removing the @WebMethod on non-excluded methods.

于 2010-02-11T16:22:12.847 に答える