Interface LazyEnvelope

    • Method Detail

      • getPayloadReader

        XMLStreamReader getPayloadReader()
                                  throws jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
      • isLazy

        boolean isLazy()
      • getPayloadQName

        QName getPayloadQName()
                       throws jakarta.xml.soap.SOAPException
        Retrieve payload qname without materializing its contents
        Returns:
        QName
        Throws:
        jakarta.xml.soap.SOAPException - in case of an error
      • getPayloadAttributeValue

        String getPayloadAttributeValue​(String localName)
                                 throws jakarta.xml.soap.SOAPException
        Retrieve payload attribute value without materializing its contents
        Parameters:
        localName - local name
        Returns:
        payload attribute value
        Throws:
        jakarta.xml.soap.SOAPException - in case of an error
      • getPayloadAttributeValue

        String getPayloadAttributeValue​(QName qName)
                                 throws jakarta.xml.soap.SOAPException
        Retrieve payload attribute value without materializing its contents
        Parameters:
        qName - QName
        Returns:
        payload attribute value
        Throws:
        jakarta.xml.soap.SOAPException - in case of an error