Support for abstract types
--------------------------

                 Key: AXIS2-1108
                 URL: http://issues.apache.org/jira/browse/AXIS2-1108
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
            Reporter: Fabian Christ
         Attachments: abstract-example.zip

Hi,

here is an example for an abstract type definition. The abstract type is 
extended by some concrete types. WSDL2Java does the following:

- Creates a class for the abstract type but this class is not abstract (or an 
interface)
- Concrete types are not generated since there is no element which uses this 
type and the codegen doesn´t generate code for such types (see AXIS2-1060)

- Fabian

-- 
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]

Reply via email to