Class HttpClientRequestSOAP11Encoder

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, UnmodifiableComponent, HttpClientRequestMessageEncoder, MessageEncoder, SAMLMessageEncoder

public class HttpClientRequestSOAP11Encoder extends HttpClientRequestSOAP11Encoder implements SAMLMessageEncoder
SAML 1.X HTTP SOAP 1.1 binding message encoder for HttpClient HttpRequest.
  • Constructor Details

    • HttpClientRequestSOAP11Encoder

      public HttpClientRequestSOAP11Encoder()
  • Method Details

    • getSOAPAction

      protected String getSOAPAction()
      Determine the value of the SOAPAction HTTP header to send.

      The default behavior is to return the value of the SOAP Envelope's WS-Addressing Action header, if present.

      Overrides:
      getSOAPAction in class HttpClientRequestSOAP11Encoder
      Returns:
      a SOAPAction HTTP header URI value
    • getBindingURI

      public String getBindingURI()
      Gets the SAML binding URI supported by this encoder.
      Specified by:
      getBindingURI in interface SAMLMessageEncoder
      Returns:
      SAML binding URI supported by this encoder