Is it possible to include your own parser, which, in my opinion, is based on Java reflection. We have some performance issues, and I wonder if we can switch the implementation.
Your advice is much appreciated.
Additional Information: This is legacy code, and we need to fix performance issues in our web services. I am looking for performance improvements without code changes. Existing code uses JAXB to sort and untie Java objects that are generated through CXF (wsdl-java).
My goal is to switch the implementation to sTax and then use the Woodstox library.
source share