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 "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2007/04/12 00:03:32 UTC

[jira] Resolved: (AXIS2-2513) JAX-WS Attachment Flow Improvements

     [ https://issues.apache.org/jira/browse/AXIS2-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-2513.
-----------------------------------

    Resolution: Fixed

Revision 527698

> JAX-WS Attachment Flow Improvements
> -----------------------------------
>
>                 Key: AXIS2-2513
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2513
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>
> Currently the JAX-WS layer expands the entire OM tree during marshalling/unmarshalling if MTOM is enabled.
> This is not performant and unnecessary.
> Summary of changes:
>     * Stream the MTOM/SWA enabled message when marshalling.  
>     * Upgrade the JAXB Marshaling code to push the datahandlers to the Axiom Attachments map.
>      * Stream the MTOM/.SWA enabled message when unmarshalling.
>      * Upgrade the JAXB Unmarshalling code to get the datahandlers from the Axiom Attachments map.
>      * Remove the JAX-WS specific "Attachment" objects...and replace the code with references to the Axiom Attachment objects.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org