JAX-WS Doc/Lit Wrapped Perf Flow
--------------------------------
Key: AXIS2-2502
URL: https://issues.apache.org/jira/browse/AXIS2-2502
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Reporter: Rich Scheuerle
The document/literal wrapped flow is probably the "golden path" through the jaxws engine.
We found a few minor performance issues while inspecting this path.
1) We can get MarshallerFactory from the cached value instead of recreating it.
2) We can boost perfromance slightly by doing less checking during the wrap/unwrap processing.
3) Setting the actual bean properties can be faster using some cached values.
I will commit these changes shortly. I do not have any representative tests.
--
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
|