| Package | Description |
|---|---|
| org.opensaml.ws.message.handler | |
| org.opensaml.ws.soap.common |
Common classes shared across SOAP versions, clients, and transports.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Handler> |
BasicHandlerChain.handlers
The handler chain.
|
| Modifier and Type | Method and Description |
|---|---|
List<Handler> |
PhasedHandlerChain.getHandlers()
Get the complete effective list of ordered handlers in the handler chain.
|
List<Handler> |
HandlerChain.getHandlers()
Get the modifiable list of handlers in the handler chain.
|
List<Handler> |
BasicPhasedHandlerChain.getHandlers()
Get the modifiable list of handlers in the handler chain.
|
List<Handler> |
BasicHandlerChain.getHandlers()
Get the modifiable list of handlers in the handler chain.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SOAPHandler
Interface for
Handler's that are specific to SOAP message processing. |
Copyright © 1999-2015. All Rights Reserved.