Class HttpSOAPRequestParameters

java.lang.Object
org.opensaml.soap.client.http.HttpSOAPRequestParameters
All Implemented Interfaces:
SOAPClient.SOAPRequestParameters

@ThreadSafe public class HttpSOAPRequestParameters extends Object implements SOAPClient.SOAPRequestParameters
HTTP transported SOAP request parameters.
  • Field Details

    • SOAP_ACTION_HEADER

      public static final String SOAP_ACTION_HEADER
      Name of the HTTP SOAPAction header.
      See Also:
    • soapAction

      private String soapAction
      HTTP SOAPAction header.
  • Constructor Details

    • HttpSOAPRequestParameters

      public HttpSOAPRequestParameters(@Nullable String action)
      Constructor.
      Parameters:
      action - value for the SOAPAction HTTP header
  • Method Details

    • getSOAPAction

      @Nullable public String getSOAPAction()
      Gets the HTTP SOAPAction header.
      Returns:
      HTTP SOAPAction header