Interface StAxSOAPBody.Payload

  • Enclosing interface:
    StAxSOAPBody

    public static interface StAxSOAPBody.Payload
    The StAxSOAPBody represents the StAX source of SOAPBody payload.
    • Method Detail

      • getPayloadQName

        javax.xml.namespace.QName getPayloadQName()
        Retrieve payload qname without materializing its contents
        Returns:
        qname
      • readPayload

        javax.xml.stream.XMLStreamReader readPayload()
                                              throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • writePayloadTo

        void writePayloadTo​(javax.xml.stream.XMLStreamWriter writer)
                     throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • getPayloadAttributeValue

        java.lang.String getPayloadAttributeValue​(java.lang.String localName)
                                           throws javax.xml.stream.XMLStreamException
        Retrieve payload attribute value without materializing its contents
        Parameters:
        localName - attribute local name
        Returns:
        payload attribute value
        Throws:
        javax.xml.stream.XMLStreamException - for errors
      • getPayloadAttributeValue

        java.lang.String getPayloadAttributeValue​(javax.xml.namespace.QName qName)
                                           throws javax.xml.stream.XMLStreamException
        Retrieve payload attribute value without materializing its contents
        Parameters:
        qName - attribute QName
        Returns:
        payload attribute value
        Throws:
        javax.xml.stream.XMLStreamException - for errors
      • materialize

        void materialize()
                  throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException