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

Java2WSDL support for -extraClasses option

           Summary: Java2WSDL support for -extraClasses option
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Basic Architecture
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Lets say Java2WSDL is invoked on an interface that has
method that references a Base class (possibly Base is an Abstract class).

public interface SEI {
  public String query(Base base);
}

The generated wsdl file will automatically generate xml types for Base, but
there is no way for it to generate types for the classes that are dervived from 
Base.

So the proposal is to have an -extraClasses option which can be used to
designate additional classes that should be generated as xml types.  
The -extraClasses option should accept a list of space or comma separated
class names.  The -extraClasses option can be specified duplicate times.  Each 
specification results in the additional classes being added to the list.

Probably should have an -extraClassesFile option which is a file that contains
the list of extraClasses.

Reply via email to