Interface LazyEnvelope

All Superinterfaces:
Element, Envelope, jakarta.xml.soap.Node, Node, jakarta.xml.soap.SOAPElement, jakarta.xml.soap.SOAPEnvelope
All Known Implementing Classes:
Envelope1_1Impl, Envelope1_2Impl, EnvelopeImpl

public interface LazyEnvelope extends Envelope
  • Method Details

    • getPayloadReader

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

      boolean isLazy()
    • writeTo

      void writeTo(XMLStreamWriter writer) throws XMLStreamException, jakarta.xml.soap.SOAPException
      Throws:
      XMLStreamException
      jakarta.xml.soap.SOAPException
    • 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