org.jvnet.staxex
Interface StAxSOAPBody
public interface StAxSOAPBody
A StAxSOAPBody is a SOAPBody that allows to be loaded from a StAX style payload.
- Author:
- shih-chang.chen@oracle.com
|
Nested Class Summary |
static interface |
StAxSOAPBody.Payload
The StAxSOAPBody represents the StAX source of SOAPBody payload. |
setPayload
void setPayload(StAxSOAPBody.Payload src)
throws XMLStreamException
- Throws:
XMLStreamException
getPayload
StAxSOAPBody.Payload getPayload()
throws XMLStreamException
- Throws:
XMLStreamException
hasStaxPayload
boolean hasStaxPayload()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.