org.apache.wink.common.model.multipart
Class BufferedOutMultiPart
java.lang.Object
org.apache.wink.common.model.multipart.OutMultiPart
org.apache.wink.common.model.multipart.BufferedOutMultiPart
public class BufferedOutMultiPart
- extends OutMultiPart
A simple implementation of the OutMultiPart
- Author:
- elib
Fields inherited from class org.apache.wink.common.model.multipart.OutMultiPart |
SEP |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedOutMultiPart
public BufferedOutMultiPart()
getIterator
public Iterator<OutPart> getIterator()
- Description copied from class:
OutMultiPart
- An implementation of this method should return an iterator over the
OutPart
of the message, this iterator is used to serialized the
message
- Specified by:
getIterator
in class OutMultiPart
- Returns:
addPart
public void addPart(OutPart part)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.