It seems that throughout the codebase we're using Providers/Dispatches with specific Source implementations. For instance Provider<DOMSource> instead of Provider<Source>. The JAX-WS spec seems to imply that people should be using Provider<Source> though and mentions nothing about specific Source implementations. We don't even seem to support Provider<Source> which is an issue I'm working on fixing, but are specific Source implementations something we wish to allow?
ts an alright feature to support DOMSource & SAXSource for incoming requests I suppose. Although I don't see much point in supporting Provider<StreamSource> as that would be particularly wasteful and of no point. So I'm tempted to just remove our support for specific Sources and just send in whats most efficient. - Dan -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog
