jax-ws-api
jax-ws-api copied to clipboard
@WebFault documentation errors in JSR-224 JAX-WS 2.2 rev a Maintenance Release 4 specification
Figure 3.4 on page 46 has several errors:
- @XmlRootElement has no attribute targetNamespace, but namespace
- Sting should be corrected to String
- UnknownTicker::getTicker() should return UnknownTickerBean
- AccessType.FIELD should be XmlAccessType.FIELD
- Comma missing in @XmlRootElement(name="UnknownTickerFault" targetNamespace="...") -etc
Source: https://github.com/javaee/metro-jax-ws/issues/1185 Author: glassfishrobot