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 "Afkham Azeez (JIRA)" <ji...@apache.org> on 2006/09/06 15:58:23 UTC

[jira] Resolved: (AXIS2-1096) org.apache.axis2.saaj.SOAPElementImpl.getAttributes returns null

     [ http://issues.apache.org/jira/browse/AXIS2-1096?page=all ]

Afkham Azeez resolved AXIS2-1096.
---------------------------------

    Resolution: Fixed

Fixed. Added this method to org.apache.axis2.saaj.SOAPElementImpl

> org.apache.axis2.saaj.SOAPElementImpl.getAttributes returns null
> ----------------------------------------------------------------
>
>                 Key: AXIS2-1096
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1096
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: David Illsley
>         Assigned To: Afkham Azeez
>
> org.apache.axis2.saaj.SOAPElementImpl.getAttributes returns null
> It is implemented in Axiom in org.apache.axiom.om.impl.dom.NodeImpl as:
> public NamedNodeMap getAttributes() {
>         return null; // overridden in ElementImpl
> }
> However the axis2 saaj implementation  (NodeImplEx, SOAPElementImpl) extends this class directly and does not override this method

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org