Uses of Class
org.opensaml.soap.client.SOAPClientContext
Packages that use SOAPClientContext
Package
Description
SOAP client functionality.
SOAP HTTP client functionality.
SOAP HTTP client messaging functionality.
-
Uses of SOAPClientContext in org.opensaml.soap.client
Methods in org.opensaml.soap.client that return SOAPClientContextModifier and TypeMethodDescriptionSOAPClientContext.setDestinationURI(String uri) Set the destination URI for the SOAP message being sent.SOAPClientContext.setPipelineName(String name) Set the name of the specific SOAP client message pipeline to use, for example withPipelineFactoryHttpSOAPClient.SOAPClientContext.setSOAPRequestParameters(SOAPClient.SOAPRequestParameters parameters) Sets a set of binding/transport-specific request parameters. -
Uses of SOAPClientContext in org.opensaml.soap.client.http
Fields in org.opensaml.soap.client.http with type parameters of type SOAPClientContextModifier and TypeFieldDescriptionprivate Function<MessageContext,SOAPClientContext> HttpSOAPClient.soapClientContextLookupStrategyDeprecated.Strategy used to look up theSOAPClientContextassociated with the outbound message context.Methods in org.opensaml.soap.client.http that return types with arguments of type SOAPClientContextModifier and TypeMethodDescriptionHttpSOAPClient.getSOAPClientContextLookupStrategy()Deprecated.Get the strategy used to look up theSOAPClientContextassociated with the outbound message context.Method parameters in org.opensaml.soap.client.http with type arguments of type SOAPClientContextModifier and TypeMethodDescriptionvoidHttpSOAPClient.setSOAPClientContextLookupStrategy(Function<MessageContext, SOAPClientContext> strategy) Deprecated.Set the strategy used to look up theSOAPClientContextassociated with the outbound message context. -
Uses of SOAPClientContext in org.opensaml.soap.client.messaging
Fields in org.opensaml.soap.client.messaging with type parameters of type SOAPClientContextModifier and TypeFieldDescriptionprivate Function<MessageContext,SOAPClientContext> SOAPClientPipelineNameMappingFunction.soapClientContextLookupLookup strategy for the SOAP client context.private Function<MessageContext,SOAPClientContext> SOAPClientPipelineNameMappingPredicate.soapClientContextLookupLookup strategy for the SOAP client context.Constructor parameters in org.opensaml.soap.client.messaging with type arguments of type SOAPClientContextModifierConstructorDescriptionSOAPClientPipelineNameMappingFunction(Map<String, Function<MessageContext, T>> mappings, ContextDataLookupFunction<MessageContext, SOAPClientContext> lookupStrategy) Constructor.SOAPClientPipelineNameMappingPredicate(Map<String, Predicate<MessageContext>> mappings, ContextDataLookupFunction<MessageContext, SOAPClientContext> lookupStrategy) Constructor.