public class SAAJUtils extends Object
| Constructor and Description |
|---|
SAAJUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setQualifiedAttributeValue(SOAPElement element,
String attributeName,
QName value)
Set the qname value to the specified attribute of the given element.
|
static void |
setQualifiedElementValue(SOAPElement element,
QName value)
Set the qname value to the given element.
|
public static void setQualifiedElementValue(SOAPElement element, QName value) throws SOAPException
value - a namespace qualified name; its namespace name MUST NOT be emptySOAPExceptionpublic static void setQualifiedAttributeValue(SOAPElement element, String attributeName, QName value) throws SOAPException
value - a namespace qualified name; its namespace name MUST NOT be emptySOAPExceptionCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.