|
|||||||||
| Home >> All >> org >> apache >> axis >> [ attachments overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.attachments
Class DimeMultiPart

java.lang.Objectorg.apache.axis.attachments.DimeMultiPart
- public final class DimeMultiPart
- extends java.lang.Object
This class hold all parts of a DIME multipart message.
| Field Summary | |
(package private) static byte |
CURRENT_VERSION
|
protected java.util.Vector |
parts
|
(package private) static long |
transSize
|
| Constructor Summary | |
DimeMultiPart()
|
|
| Method Summary | |
void |
addBodyPart(DimeBodyPart part)
|
long |
getTransmissionSize()
|
void |
write(java.io.OutputStream os)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
transSize
static final long transSize
- See Also:
- Constant Field Values
CURRENT_VERSION
static final byte CURRENT_VERSION
- See Also:
- Constant Field Values
parts
protected java.util.Vector parts
| Constructor Detail |
DimeMultiPart
public DimeMultiPart()
| Method Detail |
addBodyPart
public void addBodyPart(DimeBodyPart part)
write
public void write(java.io.OutputStream os) throws java.io.IOException
getTransmissionSize
public long getTransmissionSize()
|
|||||||||
| Home >> All >> org >> apache >> axis >> [ attachments overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.axis.attachments.DimeMultiPart