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() |
javax.xml.stream.XMLStreamReader |
readPayload() |
void |
writePayloadTo(javax.xml.stream.XMLStreamWriter writer) |
QName getPayloadQName()
javax.xml.stream.XMLStreamReader readPayload() throws javax.xml.stream.XMLStreamException
void writePayloadTo(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
String getPayloadAttributeValue(String localName) throws javax.xml.stream.XMLStreamException
localName
- javax.xml.stream.XMLStreamException
String getPayloadAttributeValue(QName qName) throws javax.xml.stream.XMLStreamException
qName
- javax.xml.stream.XMLStreamException
void materialize() throws javax.xml.stream.XMLStreamException
Copyright © 2006–2020. All rights reserved.