Package org.opensaml.soap.client.http
SOAP HTTP client functionality.
-
Class Summary Class Description AbstractPipelineHttpSOAPClient SOAP client that is based onHttpClientMessagePipeline
.HttpSOAPClient SOAP client that uses HTTP as the underlying transport and POST as the binding.HttpSOAPRequestParameters HTTP transported SOAP request parameters.PipelineFactoryHttpSOAPClient SOAP client that is based onHttpClientMessagePipeline
, produced at runtime from an instance ofHttpClientMessagePipelineFactory
.PipelineFactoryHttpSOAPClient.DefaultPipelineNameStrategy Default strategy for resolving SOAP client message pipeline name from theSOAPClientContext.getPipelineName()
which is a direct child of the input operation context.