public class SOAPHelper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addActorAttribute(org.opensaml.xml.AttributeExtensibleXMLObject soapObject,
String actorURI)
Adds an "actor" attribute to the given SOAP object.
|
static void |
addEncodingStyle(org.opensaml.xml.AttributeExtensibleXMLObject soapObject,
String encodingStyle)
Adds a single encoding style to the given SOAP object.
|
static void |
addEncodingStyles(org.opensaml.xml.AttributeExtensibleXMLObject soapObject,
List<String> encodingStyles)
Adds an "encodingStyle" attribute to the given SOAP object.
|
static void |
addMustUnderstandAttribute(org.opensaml.xml.AttributeExtensibleXMLObject soapObject,
boolean mustUnderstand)
Adds a "mustUnderstand" attribute to the given SOAP object.
|
public static void addMustUnderstandAttribute(org.opensaml.xml.AttributeExtensibleXMLObject soapObject, boolean mustUnderstand)
soapObject
- the SOAP object to add the attribute tomustUnderstand
- whether mustUnderstand is true or falsepublic static void addActorAttribute(org.opensaml.xml.AttributeExtensibleXMLObject soapObject, String actorURI)
soapObject
- the SOAP object to add the attribute toactorURI
- the URI of the actorpublic static void addEncodingStyle(org.opensaml.xml.AttributeExtensibleXMLObject soapObject, String encodingStyle)
soapObject
- the SOAP object to add the attribute toencodingStyle
- the encoding style to addpublic static void addEncodingStyles(org.opensaml.xml.AttributeExtensibleXMLObject soapObject, List<String> encodingStyles)
soapObject
- the SOAP object to add the attribute toencodingStyles
- the list of encoding styles to addCopyright © 2006-2013 Internet2. All Rights Reserved.