public static interface StAxSOAPBody.Payload
Modifier and Type | Method | Description |
---|---|---|
String |
getPayloadAttributeValue(String localName) |
Retrieve payload attribute value without materializing its contents
|
String |
getPayloadAttributeValue(QName qName) |
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
XMLStreamException
void writePayloadTo(XMLStreamWriter writer) throws XMLStreamException
XMLStreamException
String getPayloadAttributeValue(String localName) throws XMLStreamException
localName
- XMLStreamException
String getPayloadAttributeValue(QName qName) throws XMLStreamException
qName
- XMLStreamException
void materialize() throws XMLStreamException
XMLStreamException
Copyright © 2006-2018. All Rights Reserved.