|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.util.stax.xop.XOPEncodedStream
public class XOPEncodedStream
Represents an XOP encoded stream. Since an XOP message is a MIME package with
an main 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 Summary | |
---|---|
MimePartProvider |
getMimePartProvider()
Get the provider object for the additional MIME parts referenced by the main part. |
XMLStreamReader |
getReader()
Get the stream reader for the main part of the XOP message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public XMLStreamReader getReader()
public MimePartProvider getMimePartProvider()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |