org.apache.wink.common.model.multipart
Class BufferedOutMultiPart

java.lang.Object
  extended by org.apache.wink.common.model.multipart.OutMultiPart
      extended by org.apache.wink.common.model.multipart.BufferedOutMultiPart

public class BufferedOutMultiPart
extends OutMultiPart

A simple implementation of the OutMultiPart

Author:
elib

Field Summary
 
Fields inherited from class org.apache.wink.common.model.multipart.OutMultiPart
SEP
 
Constructor Summary
BufferedOutMultiPart()
           
 
Method Summary
 void addPart(OutPart part)
           
 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

BufferedOutMultiPart

public BufferedOutMultiPart()
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.