Ignore the methods while no webmethod annotation and no webservice annotation
on the declaring class
----------------------------------------------------------------------------------------------------
Key: AXIS2-5040
URL: https://issues.apache.org/jira/browse/AXIS2-5040
Project: Axis2
Issue Type: Bug
Components: jaxws
Affects Versions: 1.7.0
Reporter: Ivan
Per JAX-WS spec 3.3,
the class implicitly defines a service endpoint interface (SEI) which comprises
all of the public
non-static or non-final methods that satisfy one of the following conditions:
1. They are annotated with the javax.jws.WebMethod annotation with the exclude
element set to
false or missing (since false is the default for this annotation element).
2. They are not annotated with the javax.jws.WebMethod annotation but their
declaring class has a
javax.jws.WebService annotation.
In the current PostRI216MethodRetrieverImpl, one method without webmethod
annotation and no webservice annotation on the declaring class is also added.
--
This message is automatically generated by JIRA.
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]