Raymond Feng wrote: [snip]
It's a bit tricky here. What the path does is to convert a simple-type java parameter to an AXIOM element to be consumed by the WS stack. The simple java types are now treated as JAXB objects.
I thought we were only using JAXB for complex java types / java beans :) I'm trying to understand, can you point me to the code that: - selects the databinding - transforms the simple type to a node? Thanks.
So the path would be JAXB-->AXIOM. At this moment, we don't have JAXB to XMLStreamer transformer, so it goes through JAXB --> DOM --> XMLStreamReader --> AXIOM. Sure, the path might be optimzed. With the current capability, we could try other alternatives such as JAXB --> XMLString --> XMLStreamReader --> AXIOM, but I'm not sure if it helps.
[snip] -- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
