この規則により、非推奨の JAXWS 2.0 用 WSAddressing クラスにフラグを立てます。これらのクラスは、WebSphere V7.0 で非推奨となりました。クラスは以下のとおりです。
-
com.ibm.websphere.wsaddressing.jaxws.W3CEndpointReference
-
com.ibm.websphere.wsaddressing.jaxws.SubmissionEndpointReference
-
com.ibm.websphere.wsaddressing.jaxws.EndpointReferenceConverter
代わりに以下のクラスを使用します。
-
javax.xml.ws.wsaddressing.W3CEndpointReference
-
com.ibm.websphere.wsaddressing.jaxws21.SubmissionEndpointReference
-
com.ibm.websphere.wsaddressing.jaxws21.EndpointReferenceConverter
追加情報については、以下を参照してください。
資料内の 非推奨フィーチャー
のリスト。