Questa regola contrassegna le classi WSAddressing per JAXWS 2.0 obsolete. Tali classi sono state rese obsolete in WebSphere v7.0. Le classi sono:
- com.ibm.websphere.wsaddressing.jaxws.W3CEndpointReference
- com.ibm.websphere.wsaddressing.jaxws.SubmissionEndpointReference
- com.ibm.websphere.wsaddressing.jaxws.EndpointReferenceConverter
Utilizzare invece le seguenti classi:
- javax.xml.ws.wsaddressing.W3CEndpointReference
- com.ibm.websphere.wsaddressing.jaxws21.SubmissionEndpointReference
- com.ibm.websphere.wsaddressing.jaxws21.EndpointReferenceConverter
Per ulteriori informazioni, consultare l'elenco
Deprecated features
nella documentazione.