org.opensaml.ws.wsaddressing.util
Class WSAddressingHelper

java.lang.Object
  extended by org.opensaml.ws.wsaddressing.util.WSAddressingHelper

public final class WSAddressingHelper
extends Object

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

addWSAIsReferenceParameter

public static void addWSAIsReferenceParameter(org.opensaml.xml.XMLObject soapObject,
                                              boolean isReferenceParameter)
Adds a wsa:IsReferenceParameter attribute to the given SOAP object.

Parameters:
soapObject - the SOAP object to add the attribute to
isReferenceParameter - whether IsReferenceParameter is true or false

getWSAIsReferenceParameter

public static boolean getWSAIsReferenceParameter(org.opensaml.xml.XMLObject soapObject)
Get the wsa: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


Copyright © 2006-2013 Internet2. All Rights Reserved.