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
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 © 2006-2018. All Rights Reserved.