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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]