You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2006/11/14 16:16:37 UTC

[jira] Updated: (AXIS2-1697) JAX-WS Get Package Set from EndpointDescription

     [ http://issues.apache.org/jira/browse/AXIS2-1697?page=all ]

Rich Scheuerle updated AXIS2-1697:
----------------------------------

    Attachment: completepatch.txt

> JAX-WS Get Package Set from EndpointDescription
> -----------------------------------------------
>
>                 Key: AXIS2-1697
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1697
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Attachments: completepatch.txt
>
>
> Currently the data packages needed for JAXB are determined dynamically within the MethodMarshaller code.  This is slow and sometimes incomplete.
> I am making changes to get this information from the EndpointDescription. 
> The EndpointDescription will discover the packages in one of two ways.
>   1) Schema Traversal:  The wsdl and schema for the services will be traversed to determine the list of packages.
>    2) Annotation Traversal:  The classes of the webservices (ie. the parameters, faults etc.) will be traversed to determine the packages.
> For the initial drop, I will implement (2) and stub out (1).  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org