[ 
http://jira.codehaus.org/browse/JIBX-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Sosnoski updated JIBX-224:
---------------------------------

    Assignee: Dennis Sosnoski

You can already unmarshal to an existing object by casting it to 
IUnmarshallable (which interface will be added to the class by the binding 
compiler if it has a concrete global mapping), then calling the unmarshal() 
method of that interface. Is there a reason you can't use this approach, and 
need to have it as part of the context API?

> Ability to unmarshall to an already instantiated object
> -------------------------------------------------------
>
>                 Key: JIBX-224
>                 URL: http://jira.codehaus.org/browse/JIBX-224
>             Project: JiBX
>          Issue Type: Improvement
>          Components: core
>            Reporter: Jon Little
>            Assignee: Dennis Sosnoski
>         Attachments: IUnmarshallingContext.java, UnmarshallingContext.java
>
>
> Adid the ability to  unmarshall to an already instantiated object.
> This is particularly useful for the Struts2 RESTful plug in.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to