Interface StAxSOAPBody


  • public interface StAxSOAPBody
    A StAxSOAPBody is a SOAPBody that allows to be loaded from a StAX style payload.
    • Method Detail

      • setPayload

        void setPayload​(StAxSOAPBody.Payload src)
                 throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • getPayload

        StAxSOAPBody.Payload getPayload()
                                 throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • hasStaxPayload

        boolean hasStaxPayload()