Package com.sun.xml.ws.api.handler
package com.sun.xml.ws.api.handler
-
InterfacesClassDescriptionMessageHandler<C extends MessageHandlerContext>The
MessageHandlerclass extendsHandlerto provide typesafety for the message context parameter and add a method to obtain access to the headers that may be processed by the handler.TheMessageHandlerContextinterface extendsMessageContextto provide easy access to the contained message.