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 Summary
Fields Modifier and Type Field Description static StringSOAP_ACTION_HEADERName of the HTTP SOAPAction header.private StringsoapActionHTTP SOAPAction header.
-
Constructor Summary
Constructors Constructor Description HttpSOAPRequestParameters(String action)Constructor.
-
-
-
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
-
-