Uses of Class
org.opensaml.soap.messaging.context.SOAP11Context
-
Packages that use SOAP11Context Package Description org.opensaml.soap.client.http SOAP HTTP client functionality.org.opensaml.soap.messaging 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 SOAP11Context Modifier and Type Field Description private Function<org.opensaml.messaging.context.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 SOAP11Context Modifier and Type Method Description Function<org.opensaml.messaging.context.MessageContext,SOAP11Context>HttpSOAPClient. 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 SOAP11Context Modifier and Type Method Description voidHttpSOAPClient. setSOAP11ContextLookupStrategy(Function<org.opensaml.messaging.context.MessageContext,SOAP11Context> strategy)Set the strategy used to look up theSOAP11Contextassociated with the outbound message context. -
Uses of SOAP11Context in org.opensaml.soap.messaging
Methods in org.opensaml.soap.messaging that return SOAP11Context Modifier and Type Method Description static SOAP11ContextSOAPMessagingSupport. getSOAP11Context(org.opensaml.messaging.context.MessageContext messageContext, boolean autoCreate)Get the currentSOAP11Contextfor the givenMessageContext.
-