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 emptySOAPException
public static void setQualifiedAttributeValue(SOAPElement element, String attributeName, QName value) throws SOAPException
value
- a namespace qualified name; its namespace name MUST NOT be emptySOAPException
Copyright © 2018 JBoss by Red Hat. All rights reserved.