|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.wink.common.model.multipart.OutMultiPart org.apache.wink.common.model.multipart.BufferedOutMultiPart
public class BufferedOutMultiPart
A simple implementation of the OutMultiPart
Field Summary |
---|
Fields inherited from class org.apache.wink.common.model.multipart.OutMultiPart |
---|
SEP |
Constructor Summary | |
---|---|
BufferedOutMultiPart()
|
Method Summary | |
---|---|
void |
addPart(OutPart part)
|
java.util.Iterator<OutPart> |
getIterator()
An implementation of this method should return an iterator over the OutPart of the message, this iterator is used to serialized the
message |
Methods inherited from class org.apache.wink.common.model.multipart.OutMultiPart |
---|
getBoundary, setBoundary, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferedOutMultiPart()
Method Detail |
---|
public java.util.Iterator<OutPart> getIterator()
OutMultiPart
OutPart
of the message, this iterator is used to serialized the
message
getIterator
in class OutMultiPart
public void addPart(OutPart part)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |