|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.wsaddressing.util.WSAddressingHelper
public final class WSAddressingHelper
Helper methods for working with WS-Addressing.
Method Summary | |
---|---|
static void |
addWSAIsReferenceParameter(org.opensaml.xml.XMLObject soapObject,
boolean isReferenceParameter)
Adds a wsa:IsReferenceParameter attribute to the given SOAP object. |
static boolean |
getWSAIsReferenceParameter(org.opensaml.xml.XMLObject soapObject)
Get the wsa:IsReferenceParameter attribute from a given SOAP object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addWSAIsReferenceParameter(org.opensaml.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.xml.XMLObject soapObject)
wsa:IsReferenceParameter
attribute from a given SOAP object.
soapObject
- the SOAP object to add the attribute to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |