Interface SOAPPipelineProvider

All Known Implementing Classes:
DefaultSOAPPipelineProvider

public interface SOAPPipelineProvider
Provider for the components required to perform SOAP calls for ArtifactResolve.
Since:
3.8.0
  • Method Summary

    Modifier and Type
    Method
    Description
    net.shibboleth.shared.httpclient.HttpClientBuilder
     
    org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory
     
  • Method Details

    • getHttpClientBuilder

      net.shibboleth.shared.httpclient.HttpClientBuilder getHttpClientBuilder()
      Returns:
      the configured builder for the http client.
    • getPipelineFactory

      org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory getPipelineFactory()
      Returns:
      a pipeline factory that will be used by the PipelineFactoryHttpSOAPClient to process incoming and outgoing messages.