public abstract class MultiPartInputStream extends FilterInputStream
in
Modifier and Type | Method and Description |
---|---|
abstract Part |
getAttachmentByReference(String[] id) |
abstract Collection |
getAttachments() |
abstract String |
getContentId()
Return the content id of the stream.
|
abstract String |
getContentLocation()
Return the content location.
|
available, close, mark, markSupported, read, read, read, reset, skip
public abstract Part getAttachmentByReference(String[] id) throws AxisFault
AxisFault
public abstract Collection getAttachments() throws AxisFault
AxisFault
public abstract String getContentLocation()
public abstract String getContentId()
Copyright © The Apache Software Foundation. All Rights Reserved.