Add a method to OMFactory to create an OMSourcedElement using a QName
---------------------------------------------------------------------

                 Key: WSCOMMONS-481
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-481
             Project: WS-Commons
          Issue Type: Improvement
          Components: AXIOM
            Reporter: Andreas Veithen
            Assignee: Andreas Veithen
            Priority: Minor


The only way OMFactory offers to create an OMSourcedElement is by specifying 
the local name and the OMNamespace. On the other hand, in many cases the user 
code has a QName. Since developers are lazy, very often they will just 
instantiate OMSourcedElementImpl directly, without going through the factory 
(see e.g. the code generated by ADB). This is not very clean and we should add 
a method to OMFactory that allows to create an OMSourcedElement from an 
OMDataSource and a QName.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to