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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]