|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.soap.util.SOAPHelper
public class SOAPHelper
Helper methods for working with SOAP.
Method Summary | |
---|---|
static void |
addActorAttribute(org.opensaml.xml.AttributeExtensibleXMLObject soapObject,
java.lang.String actorURI)
Adds an "actor" attribute to the given SOAP object. |
static void |
addEncodingStyle(org.opensaml.xml.AttributeExtensibleXMLObject soapObject,
java.lang.String encodingStyle)
Adds a single encoding style to the given SOAP object. |
static void |
addEncodingStyles(org.opensaml.xml.AttributeExtensibleXMLObject soapObject,
java.util.List<java.lang.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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, java.lang.String actorURI)
soapObject
- the SOAP object to add the attribute toactorURI
- the URI of the actorpublic static void addEncodingStyle(org.opensaml.xml.AttributeExtensibleXMLObject soapObject, java.lang.String encodingStyle)
soapObject
- the SOAP object to add the attribute toencodingStyle
- the encoding style to addpublic static void addEncodingStyles(org.opensaml.xml.AttributeExtensibleXMLObject soapObject, java.util.List<java.lang.String> encodingStyles)
soapObject
- the SOAP object to add the attribute toencodingStyles
- the list of encoding styles to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |