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 "Christopher Sahnwaldt (JIRA)" <ax...@ws.apache.org> on 2006/07/23 12:12:13 UTC

[jira] Created: (AXIS-2529) make JavaServiceDesc.getMethods() protected (instead of private)

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS-2529) make JavaServiceDesc.getMethods() protected (instead of private)

Posted by "Christopher Sahnwaldt (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS-2529?page=comments#action_12423164 ] 
            
Christopher Sahnwaldt commented on AXIS-2529:
---------------------------------------------

Here's what I've got so far: http://issues.apache.org/jira/browse/AXIS-2530

> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org