Uses of Interface
org.opensaml.soap.client.SOAPClient
Package | Description |
---|---|
org.opensaml.saml.saml2.binding.decoding.impl |
SAML 2.0 message decoders.
|
org.opensaml.soap.client.http |
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 SOAPClient Modifier and Type Field Description private SOAPClient
HTTPArtifactDecoder. soapClient
SOAP client.Methods in org.opensaml.saml.saml2.binding.decoding.impl that return SOAPClient Modifier and Type Method Description SOAPClient
HTTPArtifactDecoder. getSOAPClient()
Get the SOAP client instance.Methods in org.opensaml.saml.saml2.binding.decoding.impl with parameters of type SOAPClient Modifier and Type Method Description void
HTTPArtifactDecoder. 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 SOAPClient Modifier and Type Class Description class
AbstractPipelineHttpSOAPClient
SOAP client that is based onHttpClientMessagePipeline
.class
HttpSOAPClient
SOAP client that uses HTTP as the underlying transport and POST as the binding.class
PipelineFactoryHttpSOAPClient
SOAP client that is based onHttpClientMessagePipeline
, produced at runtime from an instance ofHttpClientMessagePipelineFactory
.