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 Detail

      • getHttpClientBuilder

        net.shibboleth.utilities.java.support.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.