Class XOPEncodedStream


  • public class XOPEncodedStream
    extends Object
    Represents an XOP encoded stream. Since an XOP message is a MIME package with a root part in XML and a set of additional (binary) parts referenced from the main part, this class encapsulates an XMLStreamReader representing the main part and a MimePartProvider giving access to the attachments. Instances of this class can be obtained from XOPUtils.getXOPEncodedStream(XMLStreamReader).
    • Method Detail

      • getReader

        public XMLStreamReader getReader()
        Get the stream reader for the main part of the XOP message.
        Returns:
        the stream reader for the main part
      • getMimePartProvider

        public MimePartProvider getMimePartProvider()
        Get the provider object for the additional MIME parts referenced by the main part.
        Returns:
        the MIME part provider