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 java.lang.Object
implements SOAPClient.SOAPRequestParameters

HTTP transported SOAP request parameters.


Field Summary
static java.lang.String SOAP_ACTION_HEADER
          Name of the HTTP SOAPAction header.
 
Constructor Summary
HttpSOAPRequestParameters(java.lang.String action)
          Constructor.
 
Method Summary
 java.lang.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 java.lang.String SOAP_ACTION_HEADER
Name of the HTTP SOAPAction header.

See Also:
Constant Field Values
Constructor Detail

HttpSOAPRequestParameters

public HttpSOAPRequestParameters(java.lang.String action)
Constructor.

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

getSoapAction

public java.lang.String getSoapAction()
Gets the HTTP SOAPAction header.

Returns:
HTTP SOAPAction header


Copyright © 2006-2011 Internet2. All Rights Reserved.