- Enclosing interface:
StAxSOAPBody
public static interface StAxSOAPBody.Payload
The StAxSOAPBody represents the StAX source of SOAPBody payload.
-
Method Summary
Modifier and TypeMethodDescriptiongetPayloadAttributeValue
(String localName) Retrieve payload attribute value without materializing its contentsgetPayloadAttributeValue
(QName qName) Retrieve payload attribute value without materializing its contentsRetrieve payload qname without materializing its contentsvoid
void
writePayloadTo
(XMLStreamWriter writer)
-
Method Details
-
getPayloadQName
QName getPayloadQName()Retrieve payload qname without materializing its contents- Returns:
- qname
-
readPayload
- Throws:
XMLStreamException
-
writePayloadTo
- Throws:
XMLStreamException
-
getPayloadAttributeValue
Retrieve payload attribute value without materializing its contents- Parameters:
localName
- attribute local name- Returns:
- payload attribute value
- Throws:
XMLStreamException
- for errors
-
getPayloadAttributeValue
Retrieve payload attribute value without materializing its contents- Parameters:
qName
- attribute QName- Returns:
- payload attribute value
- Throws:
XMLStreamException
- for errors
-
materialize
- Throws:
XMLStreamException
-