[ 
https://issues.apache.org/jira/browse/AXIS2-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471554
 ] 

Rich Scheuerle commented on AXIS2-1800:
---------------------------------------

Nick,

The *RuntimeDescription object are designed to store information that is either 
(i) not available on the *Description objects or (ii) is information not 
related to WSDL and annotations).

So for example, my second patch will remove the getPackages() method from the 
EndpointDescription and move it to a *RuntimeDescription object.  The package 
name list construction is very JAX-WS specific and is not built by the normal 
Description processing.

A side effect of the second patch is that the PackageSetBuilder, SchemaReader 
and related classes will be moved out of the metadata module and into the jaxws 
module.  This is a step in the right direction as it streamlines the metadata 
module.


> JAX-WS Cache or improve the @XMLRootElement and related annotation lookups
> --------------------------------------------------------------------------
>
>                 Key: AXIS2-1800
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1800
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> The JAX-WS doc/lit wrapped marshalling code needs to query annotations such 
> as @XmlRootElement, @XmlList, @XmlType etc.
> This defect is opened to save/cache the resulting information on the 
> OperationDescription or possibly a static WeakHashtable to improve 
> performance.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to