[ 
https://issues.apache.org/jira/browse/CXF-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Kulp resolved CXF-1371.
------------------------------

       Resolution: Won't Fix
    Fix Version/s: Invalid


This improvement request has been open for years and no-one has stepped up to 
implement it.  As such, it does not seems to be a priority for the existing CXF 
community.   If, in the future, someone would like to tackle this, feel free to 
open is and attach a patch.

> Add support for IDL interface inheritance
> -----------------------------------------
>
>                 Key: CXF-1371
>                 URL: https://issues.apache.org/jira/browse/CXF-1371
>             Project: CXF
>          Issue Type: New Feature
>          Components: CORBA Binding
>            Reporter: Matteo Vescovi
>             Fix For: Invalid
>
>
> The idltowsdl tool currently does not support IDL interface inheritance.
> An IDL interface declaration that has an interface inheritance specification 
> will result in a spurious operation named ":".
> Support for IDL interface inheritance needs to be added to the IDL interface 
> visitor.
> The syntax for inheritance is as follows:
> (10) <interface_inheritance_spec>::=":" <interface_name> { "," 
> <interface_name> }*
> (11) <interface_name> ::= <scoped_name>
> (12) <scoped_name> ::= <identifier> | "::" <identifier> | <scoped_name> "::" 
> <identifier>
> Each <scoped_name> in an <interface_inheritance_spec> must denote a 
> previously defined interface.
> See Section 3.7.5, "Interface Inheritance," on page 3-19 of the CORBA spec 
> for the description of inheritance.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to