Uses of Class
org.opensaml.soap.messaging.context.SOAP11Context
Packages that use SOAP11Context
Package
Description
SOAP HTTP client functionality.
SOAP messaging support components.
Context classes in support of SOAP messaging.
-
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.soap11ContextLookupStrategyDeprecated.Strategy 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()Deprecated.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) Deprecated.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 SOAP11ContextModifier and TypeMethodDescriptionstatic SOAP11ContextSOAPMessagingSupport.ensureSOAP11Context(MessageContext messageContext) Get the currentSOAP11Contextfor the givenMessageContext, or create one if necessary.static SOAP11ContextSOAPMessagingSupport.getSOAP11Context(MessageContext messageContext) Get the currentSOAP11Contextfor the givenMessageContext.static SOAP11ContextSOAPMessagingSupport.getSOAP11Context(MessageContext messageContext, boolean autoCreate) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SOAP11Context in org.opensaml.soap.messaging.context
Methods in org.opensaml.soap.messaging.context that return SOAP11ContextModifier and TypeMethodDescriptionSOAP11Context.setEnvelope(Envelope newEnvelope) Sets the current SOAP 1.1 Envelope.Set the current SOAP 1.1 Fault related to the current message processing context.SOAP11Context.setHTTPResponseStatus(Integer status) Set the optional HTTP response status code to return.