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 2006/09/14 18:05:26 UTC

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

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

Thilina Gunarathne reassigned WSCOMMONS-90:
-------------------------------------------

    Assignee: Thilina Gunarathne  (was: Ruchith Udayanga Fernando)

> Add importNode(OMNode) method into OMFactory
> --------------------------------------------
>
>                 Key: WSCOMMONS-90
>                 URL: http://issues.apache.org/jira/browse/WSCOMMONS-90
>             Project: WS-Commons
>          Issue Type: Improvement
>          Components: AXIOM
>            Reporter: Ruchith Udayanga Fernando
>         Assigned To: Thilina Gunarathne
>            Priority: Blocker
>
> 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.
-
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org