ApplicationContextMigrator.java | Interface | The ContextPropertyMigrator is a utility interface that can be implemented to handle any
transformation or migration that needs to happen between the internal JAX-WS MessageContext for a
request or a response and the associated context for the client or the server.
client - On the client side, this will be called with the request or response context from the
BindingProvider instance.
server - On the server side, this will be called with the javax.xml.ws.handler.MessageContext
instance that the service endpoint will see. |