मुझे उम्मीद है कि किसी प्रकार का विस्तार उपलब्ध है जो ऐसा करता है (हालांकि मुझे लगता है कि मेरी आशा मूर्खतापूर्ण आशावादी है)।जेएडब्ल्यूडब्ल्यू से जेएक्स-डब्ल्यूएस के साथ डब्लूएसडीएल दस्तावेज उत्पन्न करने का कोई तरीका?
/**
* <p>
* Gets the {@link ResultObject} given the identifier. The following
* fields are not available for some users and will contain a null value:
* </p>
*
* <ul>
* <li>{@code resultObject.comment}</li>
* <li>{@code resultObject.anotherObject.actionById}</li>
* <li>{@code resultObject.anotherObject.actionByName}</li>
* </ul>
*
* <p>
* The {@code daysInPurgatory} value will be {@code -1} when not
* applicable
* </p>
*
* @param requestUser
* the user initiating the request
* @param identifier
* the id of the ResultObject
* @return the {@link ResultObject} or {@code null} if none exists
* @throws SomeException
* if the {@code identifier} is {@code null}
*/
@WebMethod
@WebResult(name = "resultObject")
public ResultObject getResultObjectById(
@WebParam(name = "RequestUser", header = true, partName = "RequestUser") final String requestUser,
@WebParam(name = "identifier") final Long identifier)
throws SomeException;
धन्यवाद, LES2
Enunciate [github] (https://github.com/stoicflame/enunciate/wiki/User-Guide) में स्थानांतरित हो गया है लेकिन कोई भी कम सुंदर मीठा नहीं है! –