Class WSAddressingSupport
java.lang.Object
org.opensaml.soap.wsaddressing.util.WSAddressingSupport
Helper methods for working with WS-Addressing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
WSAddressingSupport
private WSAddressingSupport()Private constructor.
-
-
Method Details
-
addWSAIsReferenceParameter
public static void addWSAIsReferenceParameter(@Nonnull 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
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
-