Interface MessageReader

    • Method Detail

      • isXsiNil

        boolean isXsiNil()
      • getValueAsInt

        int getValueAsInt()
      • getValueAsLong

        long getValueAsLong()
      • getValueAsDouble

        double getValueAsDouble()
      • getValueAsFloat

        float getValueAsFloat()
      • getValueAsBoolean

        boolean getValueAsBoolean()
      • getValueAsCharacter

        char getValueAsCharacter()
      • hasMoreAttributeReaders

        boolean hasMoreAttributeReaders()
      • hasMoreElementReaders

        boolean hasMoreElementReaders()
      • getName

        QName getName()
      • getLocalName

        String getLocalName()
        Get the local name of the element this reader represents.
        Returns:
        Local Name
      • getNamespace

        String getNamespace()
        Returns:
        Namespace
      • getNamespaceForPrefix

        String getNamespaceForPrefix​(String prefix)
      • readToEnd

        void readToEnd()