public abstract class MultiPartInputStream
extends java.io.FilterInputStream
Modifier and Type | Method and Description |
---|---|
abstract Part |
getAttachmentByReference(java.lang.String[] id) |
abstract java.util.Collection |
getAttachments() |
abstract java.lang.String |
getContentId()
Return the content id of the stream.
|
abstract java.lang.String |
getContentLocation()
Return the content location.
|
public abstract Part getAttachmentByReference(java.lang.String[] id) throws AxisFault
AxisFault
public abstract java.util.Collection getAttachments() throws AxisFault
AxisFault
public abstract java.lang.String getContentLocation()
public abstract java.lang.String getContentId()
Copyright © 2005 Apache Web Services Project. All Rights Reserved.