public static interface StAxSOAPBody.Payload
| Modifier and Type | Method and Description |
|---|---|
String |
getPayloadAttributeValue(QName qName)
Retrieve payload attribute value without materializing its contents
|
String |
getPayloadAttributeValue(String localName)
Retrieve payload attribute value without materializing its contents
|
QName |
getPayloadQName()
Retrieve payload qname without materializing its contents
|
void |
materialize() |
XMLStreamReader |
readPayload() |
void |
writePayloadTo(XMLStreamWriter writer) |
QName getPayloadQName()
XMLStreamReader readPayload() throws XMLStreamException
XMLStreamExceptionvoid writePayloadTo(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionString getPayloadAttributeValue(String localName) throws XMLStreamException
localName - XMLStreamExceptionString getPayloadAttributeValue(QName qName) throws XMLStreamException
qName - XMLStreamExceptionvoid materialize()
throws XMLStreamException
XMLStreamExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.