Package com.sun.xml.ws.api.handler
-
Interface Summary Interface Description MessageHandler<C extends MessageHandlerContext> TheMessageHandlerclass 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.MessageHandlerContext TheMessageHandlerContextinterface extendsMessageContextto provide easy access to the contained message.