public class SOAPElementExtension extends Object
| Constructor and Description |
|---|
SOAPElementExtension() |
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
addAttribute(QName qname,
String value) |
SOAPElement |
addChildElement(QName qname) |
QName |
createQName(String localName,
String prefix) |
String |
getAttributeValue(QName qname) |
Iterator |
getChildElements(QName qname) |
QName |
getElementQName() |
boolean |
removeAttribute(QName qname) |
SOAPElement |
setElementQName(QName newName) |
public SOAPElement addChildElement(QName qname) throws SOAPException
SOAPExceptionpublic SOAPElement addAttribute(QName qname, String value) throws SOAPException
SOAPExceptionpublic QName createQName(String localName, String prefix) throws SOAPException
SOAPExceptionpublic QName getElementQName()
public SOAPElement setElementQName(QName newName) throws SOAPException
SOAPExceptionpublic boolean removeAttribute(QName qname)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.