Class WSAddressingSupport
- java.lang.Object
-
- org.opensaml.soap.wsaddressing.util.WSAddressingSupport
-
public final class WSAddressingSupport extends Object
Helper methods for working with WS-Addressing.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateWSAddressingSupport()Private constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddWSAIsReferenceParameter(XMLObject soapObject, boolean isReferenceParameter)Adds awsa:IsReferenceParameterattribute to the given SOAP object.static booleangetWSAIsReferenceParameter(XMLObject soapObject)Get thewsa:IsReferenceParameterattribute from a given SOAP object.
-
-
-
Method Detail
-
addWSAIsReferenceParameter
public static void addWSAIsReferenceParameter(XMLObject soapObject, boolean isReferenceParameter)
Adds awsa:IsReferenceParameterattribute to the given SOAP object.- Parameters:
soapObject- the SOAP object to add the attribute toisReferenceParameter- whether IsReferenceParameter is true or false
-
getWSAIsReferenceParameter
public static boolean getWSAIsReferenceParameter(XMLObject soapObject)
Get thewsa:IsReferenceParameterattribute from a given SOAP object.- Parameters:
soapObject- the SOAP object to add the attribute to- Returns:
- value of the IsReferenceParameter attribute, or false if not present
-
-