org.opensaml.ws.soap.client.http
Class HttpSOAPRequestParameters

java.lang.Object
  extended by 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.


Field Summary
static String SOAP_ACTION_HEADER
          Name of the HTTP SOAPAction header.
 
Constructor Summary
HttpSOAPRequestParameters(String action)
          Constructor.
 
Method Summary
 String getSoapAction()
          Gets the HTTP SOAPAction header.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_ACTION_HEADER

public static final String SOAP_ACTION_HEADER
Name of the HTTP SOAPAction header.

See Also:
Constant Field Values
Constructor Detail

HttpSOAPRequestParameters

public HttpSOAPRequestParameters(String action)
Constructor.

Parameters:
action - value for the SOAPAction HTTP header
Method Detail

getSoapAction

public String getSoapAction()
Gets the HTTP SOAPAction header.

Returns:
HTTP SOAPAction header


Copyright © 2006-2013 Internet2. All Rights Reserved.