|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.soap.client.http.HttpSOAPRequestParameters
@ThreadSafe public class HttpSOAPRequestParameters
HTTP transported SOAP request parameters.
Field Summary | |
---|---|
static String |
SOAP_ACTION_HEADER
Name of the HTTP SOAPAction header. |
private String |
soapAction
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 |
---|
public static final String SOAP_ACTION_HEADER
private String soapAction
Constructor Detail |
---|
public HttpSOAPRequestParameters(String action)
action
- value for the SOAPAction HTTP headerMethod Detail |
---|
public String getSoapAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |