Class HttpSOAPRequestParameters

    • Field Detail

      • SOAP_ACTION_HEADER

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

        private String soapAction
        HTTP SOAPAction header.
    • Constructor Detail

      • HttpSOAPRequestParameters

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

      • getSOAPAction

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