Precursor to streaming optimizations, elimination of xmlFragment
----------------------------------------------------------------
Key: JBWS-1314
URL:
http://jira.jboss.com/jira/browse/JBWS-1314
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jaxws
Reporter: Thomas Diesler
Fix For: jbossws-2.0.1
At some point, we should remove the xml string fragment processing phase. It's not
needed in our long term streaming optimization plan, and it adds unneeded performance
overhead in the current design.
Instead we could pass the corresponding DOM chunk directly to the marshalling layer. JAXB
supports this using javax.xml.transform.Source, and it wouldn't be difficult to
enhance JBossXB to do the same. This would also be more robust because it would eliminate
the xml escape processing that we duplicate from a standard XML parser (see [JBWS-1240]
for an example).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira