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 void
addWSAIsReferenceParameter
(XMLObject soapObject, boolean isReferenceParameter) Adds awsa:IsReferenceParameter
attribute to the given SOAP object.static boolean
getWSAIsReferenceParameter
(XMLObject soapObject) Get thewsa:IsReferenceParameter
attribute from a given SOAP object.
-
Constructor Details
-
WSAddressingSupport
private WSAddressingSupport()Private constructor.
-
-
Method Details
-
addWSAIsReferenceParameter
Adds awsa:IsReferenceParameter
attribute to the given SOAP object.- Parameters:
soapObject
- the SOAP object to add the attribute toisReferenceParameter
- whether IsReferenceParameter is true or false
-
getWSAIsReferenceParameter
Get thewsa:IsReferenceParameter
attribute 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
-