org.opensaml.ws.soap.client.http
Class HttpSOAPRequestParameters
java.lang.Object
org.opensaml.ws.soap.client.http.HttpSOAPRequestParameters
- All Implemented Interfaces:
- SOAPClient.SOAPRequestParameters
@ThreadSafe
public class HttpSOAPRequestParameters
- extends Object
- implements SOAPClient.SOAPRequestParameters
HTTP transported SOAP request parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAP_ACTION_HEADER
public static final String SOAP_ACTION_HEADER
- Name of the HTTP SOAPAction header.
- See Also:
- Constant Field Values
HttpSOAPRequestParameters
public HttpSOAPRequestParameters(String action)
- Constructor.
- Parameters:
action
- value for the SOAPAction HTTP header
getSoapAction
public String getSoapAction()
- Gets the HTTP SOAPAction header.
- Returns:
- HTTP SOAPAction header
Copyright © 2006-2013 Internet2. All Rights Reserved.