[jbossws-issues] [JBoss JIRA] Commented: (JBWS-1850) Documentation support for WSDL->Java and Java->WSDL
Alessio Soldano (JIRA)
jira-events at lists.jboss.org
Tue Jan 15 10:41:20 EST 2008
[ http://jira.jboss.com/jira/browse/JBWS-1850?page=comments#action_12395168 ]
Alessio Soldano commented on JBWS-1850:
---------------------------------------
I'm going to add support for wsdl:documentation elements in wsdl:portType and wsdl:portType/wsdl:operation that will come from JBoss proprietary annotation used in the endpoint interface / impl:
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Documentation
{
public String content();
}
This is IMHO the most important documentation users might need to go from their classes to the wsdl.
Doc support for WSDL->Java would require changes to the wsconsume tool and will thus be covered in another issue.
> Documentation support for WSDL->Java and Java->WSDL
> ---------------------------------------------------
>
> Key: JBWS-1850
> URL: http://jira.jboss.com/jira/browse/JBWS-1850
> Project: JBoss Web Services
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: tools-jaxws
> Reporter: jkario_78
> Assigned To: Alessio Soldano
> Priority: Minor
> Fix For: jbossws-2.0.3
>
>
> Apparently there is no standard jax-ws way for doing this. However this could be accomplished using some JBoss specific annotation. Adding this annotation would generate the associated wsdl:documentation element into the generated WSDL document.
> See.
> http://jira.codehaus.org/browse/XFIRE-507
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbossws-issues
mailing list