| Package | Description |
|---|---|
| javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
| org.picketlink.identity.federation.core.wstrust.handlers |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SOAPHandler<T extends SOAPMessageContext>
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. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
STSSecurityHandler.handleFault(SOAPMessageContext messageContext) |
boolean |
STSSecurityHandler.handleMessage(SOAPMessageContext messageContext)
Will process in-bound messages and extract a security token from the SOAP Header.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.