DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17585>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17585 Various toJava classes use 'private' accessor making subclassing difficult Summary: Various toJava classes use 'private' accessor making subclassing difficult Product: Axis Version: 1.1RC1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Trying to change the functionallity of WSDL2Java by extending existing AXIS classes is not easy as some fields and methods are private. In particular for what I'm trying to do the classes are: JavaServiceWriter, JavaGeneratorFactory and one Utils method. This patch changes 3 fields in JavaServiceWriter to be protected, 2 fields in JavaGeneratorFactory to be protected, and the Writer class to be protected. Also the method getConstructorForParam in the Utils class is changed to be public.
