| Package | Description |
|---|---|
| org.opensaml.soap.client.http |
SOAP HTTP client functionality.
|
| org.opensaml.soap.messaging |
SOAP messaging support components.
|
| Modifier and Type | Field and Description |
|---|---|
private Function<MessageContext,SOAP11Context> |
HttpSOAPClient.soap11ContextLookupStrategy
Strategy used to look up the
SOAP11Context associated with the
outbound message context. |
| Modifier and Type | Method and Description |
|---|---|
Function<MessageContext,SOAP11Context> |
HttpSOAPClient.getSOAP11ContextLookupStrategy()
Get the strategy used to look up the
SOAP11Context associated with the outbound message
context. |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpSOAPClient.setSOAP11ContextLookupStrategy(Function<MessageContext,SOAP11Context> strategy)
Set the strategy used to look up the
SOAP11Context associated with the outbound message
context. |
| Modifier and Type | Method and Description |
|---|---|
static SOAP11Context |
SOAPMessagingSupport.getSOAP11Context(MessageContext messageContext,
boolean autoCreate)
Get the current
SOAP11Context for the given MessageContext. |
Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.