| |
|
| javax.xml.ws.handler.soap.SOAPHandler
SOAPHandler | public interface SOAPHandler extends Handler<T>(Code) | | The SOAPHandler 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.
since: JAX-WS 2.0 |
Method Summary | |
Set<QName> | getHeaders() Gets the header blocks that can be processed by this Handler
instance.
Set of QNames of header blocks processed by thishandler instance. |
getHeaders | Set<QName> getHeaders()(Code) | | Gets the header blocks that can be processed by this Handler
instance.
Set of QNames of header blocks processed by thishandler instance. QName is the qualified name of the outermost element of the Header block. |
|
|
|