Uses of Class
org.opensaml.soap.messaging.context.SOAP11Context
Packages that use SOAP11Context
Package
Description
SOAP HTTP client functionality.
SOAP 1.1 client message decoding support implementations.
SOAP messaging support components.
-
Uses of SOAP11Context in org.opensaml.soap.client.http
Fields in org.opensaml.soap.client.http with type parameters of type SOAP11ContextModifier and TypeFieldDescriptionprivate Function<MessageContext,SOAP11Context> HttpSOAPClient.soap11ContextLookupStrategyStrategy used to look up theSOAP11Contextassociated with the outbound message context.Methods in org.opensaml.soap.client.http that return types with arguments of type SOAP11ContextModifier and TypeMethodDescriptionHttpSOAPClient.getSOAP11ContextLookupStrategy()Get the strategy used to look up theSOAP11Contextassociated with the outbound message context.Method parameters in org.opensaml.soap.client.http with type arguments of type SOAP11ContextModifier and TypeMethodDescriptionvoidHttpSOAPClient.setSOAP11ContextLookupStrategy(Function<MessageContext, SOAP11Context> strategy) Set the strategy used to look up theSOAP11Contextassociated with the outbound message context. -
Uses of SOAP11Context in org.opensaml.soap.client.soap11.decoder.http.impl
Methods in org.opensaml.soap.client.soap11.decoder.http.impl with parameters of type SOAP11ContextModifier and TypeMethodDescriptionprotected voidHttpClientResponseSOAP11Decoder.processSuccessResponse(org.apache.http.HttpResponse httpResponse, SOAP11Context soapContext) Process a successful response, i.e. -
Uses of SOAP11Context in org.opensaml.soap.messaging
Methods in org.opensaml.soap.messaging that return SOAP11ContextModifier and TypeMethodDescriptionstatic SOAP11ContextSOAPMessagingSupport.getSOAP11Context(MessageContext messageContext, boolean autoCreate) Get the currentSOAP11Contextfor the givenMessageContext.