[ http://issues.apache.org/jira/browse/AXIS2-878?page=comments#action_12420141 ]
Jeff Barrett commented on AXIS2-878: ------------------------------------ Rajith, Actually I am doing this work, not Rich :-). This layer doesn't include any JSR-181 support. It is a wrapper around the various places that JAX-WS metadata can come from. The JSR-181 annotations and WSDL will come from elsewhere in Axis2 (i.e. the AxisService built from WSDL + JSR-181 annotations). The only annotations contained in this layer are the JAX-WS specific ones. Sorry that wasn't clear in my original Description. Jeff > JAXWS: Metadata Abstraction Layer > --------------------------------- > > Key: AXIS2-878 > URL: http://issues.apache.org/jira/browse/AXIS2-878 > Project: Apache Axis 2.0 (Axis2) > Type: New Feature > Components: jaxws > Reporter: Jeff Barrett > Assignee: Rich Scheuerle > > This layer abstracts the various metadata used by JAXWS. That metadata > currently consists of WSDL, JSR-181 annotations, and JAXWS-defined > annotations. Eventually, JSR-109 1.2 Deployment Descriptors will be another > source of metadata. This layer will shield the rest of JAX-WS from this > metadata and the complexities involved in merging the various sources into > the final effective metadata to be used. > The layer will contain a hierachy of description artifacts corresponding to > the service, ports, port types, operations, and parameters. These > Description classes will delegate to the AxisSerivce, AxisOperation, etc to > access WSDL metadata and non-JAXWS-specific annotation information. The > Description classes will contain the JAXWS-specific annotation information > (and eventually) other JAXWS-specific information (such as JSR-109 DD > information). > I am currently working on the initial implementation of this layer and the > associated tests. -- 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]
