This rule flags the deprecated WSAddressing for JAXWS 2.0 classes. These classes were deprecated in WebSphere v7.0. These classes are:
- com.ibm.websphere.wsaddressing.jaxws.W3CEndpointReference
- com.ibm.websphere.wsaddressing.jaxws.SubmissionEndpointReference
- com.ibm.websphere.wsaddressing.jaxws.EndpointReferenceConverter
Use the following classes instead:
- javax.xml.ws.wsaddressing.W3CEndpointReference
- com.ibm.websphere.wsaddressing.jaxws21.SubmissionEndpointReference
- com.ibm.websphere.wsaddressing.jaxws21.EndpointReferenceConverter
For additional information, see the
Deprecated features
list in the documentation.