@ThreadSafe public class HttpSOAPRequestParameters extends Object implements SOAPClient.SOAPRequestParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
SOAP_ACTION_HEADER
Name of the HTTP SOAPAction header.
|
private String |
soapAction
HTTP SOAPAction header.
|
| Constructor and Description |
|---|
HttpSOAPRequestParameters(String action)
Constructor.
|
public static final String SOAP_ACTION_HEADER
private String soapAction
public HttpSOAPRequestParameters(String action)
action - value for the SOAPAction HTTP headerpublic String getSoapAction()
Copyright © 1999-2016. All Rights Reserved.