make JavaServiceDesc.getMethods() protected (instead of private)
----------------------------------------------------------------
Key: AXIS-2529
URL: http://issues.apache.org/jira/browse/AXIS-2529
Project: Apache Axis
Issue Type: Wish
Components: Deployment / Registries
Affects Versions: current (nightly)
Reporter: Christopher Sahnwaldt
I would like to extend JavaServiceDesc and override getMethods(). I can't do
that because the method is private. I changed it to protected, made a patched
axis.jar, and everything works fine. It would be great if someone could make
that change in SVN.
P.S.: I need to override getMethods() because I'm publishing objects of
CGLIB-generated classes as services. getMethods() now returns the generated
methods, which messes up a few things. Overriding getMethods() and returning
the methods of the original class fixes that.
--
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]