public final class WSAddressingSupport extends Object
| Modifier | Constructor and Description |
|---|---|
private |
WSAddressingSupport()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addWSAIsReferenceParameter(org.opensaml.core.xml.XMLObject soapObject,
boolean isReferenceParameter)
Adds a
wsa:IsReferenceParameter attribute to the given SOAP object. |
static boolean |
getWSAIsReferenceParameter(org.opensaml.core.xml.XMLObject soapObject)
Get the
wsa:IsReferenceParameter attribute from a given SOAP object. |
public static void addWSAIsReferenceParameter(org.opensaml.core.xml.XMLObject soapObject,
boolean isReferenceParameter)
wsa:IsReferenceParameter attribute to the given SOAP object.soapObject - the SOAP object to add the attribute toisReferenceParameter - whether IsReferenceParameter is true or falsepublic static boolean getWSAIsReferenceParameter(org.opensaml.core.xml.XMLObject soapObject)
wsa:IsReferenceParameter attribute from a given SOAP object.soapObject - the SOAP object to add the attribute toCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.