Package org.jvnet.staxex
Interface StAxSOAPBody.Payload
- 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 contentsvoidvoidwritePayloadTo(XMLStreamWriter writer)
-
Method Details
-
getPayloadQName
QName getPayloadQName()Retrieve payload qname without materializing its contents- Returns:
-
readPayload
- Throws:
XMLStreamException
-
writePayloadTo
- Throws:
XMLStreamException
-
getPayloadAttributeValue
Retrieve payload attribute value without materializing its contents- Parameters:
localName-- Returns:
- Throws:
XMLStreamException
-
getPayloadAttributeValue
Retrieve payload attribute value without materializing its contents- Parameters:
qName-- Returns:
- Throws:
XMLStreamException
-
materialize
- Throws:
XMLStreamException
-