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
Author:
bidou
  • Method Summary

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

    • getHttpClientBuilder

      net.shibboleth.shared.httpclient.HttpClientBuilder getHttpClientBuilder()

      getHttpClientBuilder.

      Returns:
      the configured builder for the http client.
    • getPipelineFactory

      org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory getPipelineFactory()

      getPipelineFactory.

      Returns:
      a pipeline factory that will be used by the PipelineFactoryHttpSOAPClient to process incoming and outgoing messages.