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 bu...@apache.org on 2002/09/11 16:00:06 UTC

DO NOT REPLY [Bug 12531] New: - Misnamed option in WSDL2Java?

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=12531>.
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=12531

Misnamed option in WSDL2Java?

           Summary: Misnamed option in WSDL2Java?
           Product: Axis
           Version: beta-3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: jesper.soderlund@smarttrust.com


RC1-release..

When you type WSDL2Java to get the options there is an option called "--factory"
in the description it says "name of the JavaWriterFactory class for extending
Java generation functions".

I could not find an interface/class called JavaWriterFactory in the javadocs,
perhaps it has changed name to "GeneratorFactory" which seems to do what the
description hints at.