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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder getHttpClientBuilder()  
      org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory<org.opensaml.saml.common.SAMLObject,​org.opensaml.saml.common.SAMLObject> getPipelineFactory()  
    • 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<org.opensaml.saml.common.SAMLObject,​org.opensaml.saml.common.SAMLObject> getPipelineFactory()
        Returns:
        a pipeline factory that will be used by the PipelineFactoryHttpSOAPClient to process incoming and outgoing messages.