Uses of Interface
org.opensaml.soap.client.SOAPClient
-
Packages that use SOAPClient Package Description org.opensaml.soap.client.http SOAP HTTP client functionality. -
-
Uses of SOAPClient in org.opensaml.soap.client.http
Classes in org.opensaml.soap.client.http that implement SOAPClient Modifier and Type Class Description classAbstractPipelineHttpSOAPClientSOAP client that is based onHttpClientMessagePipeline.classHttpSOAPClientSOAP client that uses HTTP as the underlying transport and POST as the binding.classPipelineFactoryHttpSOAPClientSOAP client that is based onHttpClientMessagePipeline, produced at runtime from an instance ofHttpClientMessagePipelineFactory.
-