com.sun.xml.ws.api.handler |
|
Java Source File Name | Type | Comment |
MessageHandler.java | Interface | The MessageHandler class extends Handler
to provide typesafety for the message context parameter and add a method
to obtain access to the headers that may be processed by the handler.
Its provides similar functionality as a SOAPHandler but provides RI's
Message in the MessageContext. |
MessageHandlerContext.java | Interface | The MessageHandlerContext interface extends
MessageContext to provide easy access to the contained message.
This context provides access to RI's Message model for efficient access
to various things like accessing headers etc. |