此规则会标记不推荐的 WSAddressing for JAXWS 2.0 类。 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
有关其他信息,请参阅文档中包含的
不推荐使用的功能部件
列表。