jax-ws: how to get a handle to start/end of processing incoming soap message
Posted
by Gerard
on Stack Overflow
See other posts from Stack Overflow
or by Gerard
Published on 2009-11-27T10:46:32Z
Indexed on
2010/05/16
1:50 UTC
Read the original article
Hit count: 396
Situation: jax-ws web service on Weblogic appserver; wsdl first development, jaxb customizations in external binding file.
I would like to get a handle to the actual jaxb context that will process the incoming soap xml message, before it has been unmarshalled into java objects.
Then I would like to get the unmarshaller of this jaxb context - the one that actually will be used during the unmarshalling. And then setup some properties of this unmarshaller (e.g. listener and idresolver).
© Stack Overflow or respective owner