Performance Imporvement when using JAX-WS Provider<OM>
------------------------------------------------------
Key: AXIS2-4323
URL: https://issues.apache.org/jira/browse/AXIS2-4323
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Components: jaxws
Reporter: Nikhil Thaker
Assignee: Nikhil Thaker
Attachments: patch_apache.txt
I am making a small change to improve performance when a JAX-WS provider<OM> is
used by an application. Currently when a message block is represented by OM, we
are expanding OM before we serialize, this change is to avoid OM Expansion and
directly serialize the xml represented by OM into an Output Stream there by
improving the performance and avioding un necessary expansion of OM.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.