Hi,
 
Is it possible to use an existing object as the root object for an unmarshalling operation?
 
In my binding file I have a top-level mapping from the document root element to a context object. I'd like to create this object outside of the binding framework and set its properties as I unmarshall the XML input document.  This would save needing to recreate the context object everytime I perform an unmarshalling operation.
 
Cheers
Adam

Reply via email to