Package 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe StAxSOAPBody represents the StAX source of SOAPBody payload. -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoid
-
Method Details
-
setPayload
- Throws:
XMLStreamException
-
getPayload
- Throws:
XMLStreamException
-
hasStaxPayload
boolean hasStaxPayload()
-