You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Thilina Gunarathne (JIRA)" <ji...@apache.org> on 2008/12/17 14:15:44 UTC

[jira] Commented: (WSCOMMONS-90) Add importNode(OMNode) method into OMFactory

    [ https://issues.apache.org/jira/browse/WSCOMMONS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657379#action_12657379 ] 

Thilina Gunarathne commented on WSCOMMONS-90:
---------------------------------------------

oh..yes... I can remember implementing this... IIRC there was a minor change remaining to do at that time, but cannot recall that now...  Let's see whether security guys will come up with it later.. Is so let's ask them to open a separate JIRA.

Thanks Andreas for resolving this.

> Add importNode(OMNode) method into OMFactory
> --------------------------------------------
>
>                 Key: WSCOMMONS-90
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-90
>             Project: WS-Commons
>          Issue Type: Improvement
>          Components: AXIOM
>            Reporter: Ruchith Udayanga Fernando
>            Assignee: Thilina Gunarathne
>
> We need to be able to import a node from one OM implementation to another OM implementation. Since an AXIOM object structure must only contain objects from *one* OMFactory.
> Proposed solution:
> Add the following method to OMFactory interface.
> /**
>  * Import the given node as a node of this factory.
>  * @param node The Input node.
>  * @return New node that is created with this factory.
>  */
> public OMNode importNode(OMNode node) ;

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