@ThreadSafe public class HttpSOAPRequestParameters extends java.lang.Object implements SOAPClient.SOAPRequestParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SOAP_ACTION_HEADER
Name of the HTTP SOAPAction header.
|
private java.lang.String |
soapAction
HTTP SOAPAction header.
|
| Constructor and Description |
|---|
HttpSOAPRequestParameters(java.lang.String action)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSOAPAction()
Gets the HTTP SOAPAction header.
|
public static final java.lang.String SOAP_ACTION_HEADER
private java.lang.String soapAction