Package org.opensaml.soap.client.http
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
Name of the HTTP SOAPAction header.- See Also:
-
soapAction
HTTP SOAPAction header.
-
-
Constructor Details
-
HttpSOAPRequestParameters
Constructor.- Parameters:
action
- value for the SOAPAction HTTP header
-
-
Method Details
-
getSOAPAction
Gets the HTTP SOAPAction header.- Returns:
- HTTP SOAPAction header
-