Uses of Interface
org.opensaml.soap.client.SOAPClient
Packages that use SOAPClient
Package
Description
SAML 2.0 message decoders.
SOAP HTTP client functionality.
-
Uses of SOAPClient in org.opensaml.saml.saml2.binding.decoding.impl
Fields in org.opensaml.saml.saml2.binding.decoding.impl declared as SOAPClientMethods in org.opensaml.saml.saml2.binding.decoding.impl that return SOAPClientModifier and TypeMethodDescriptionHTTPArtifactDecoder.getSOAPClient()Get the SOAP client instance.Methods in org.opensaml.saml.saml2.binding.decoding.impl with parameters of type SOAPClientModifier and TypeMethodDescriptionvoidHTTPArtifactDecoder.setSOAPClient(SOAPClient client) Set the SOAP client instance. -
Uses of SOAPClient in org.opensaml.soap.client.http
Classes in org.opensaml.soap.client.http that implement SOAPClientModifier and TypeClassDescriptionclassSOAP client that is based onHttpClientMessagePipeline.classSOAP client that uses HTTP as the underlying transport and POST as the binding.classSOAP client that is based onHttpClientMessagePipeline, produced at runtime from an instance ofHttpClientMessagePipelineFactory.