Uses of Class
org.apache.wink.common.model.multipart.OutPart

Packages that use OutPart
org.apache.wink.common.model.multipart   
 

Uses of OutPart in org.apache.wink.common.model.multipart
 

Methods in org.apache.wink.common.model.multipart that return types with arguments of type OutPart
 Iterator<OutPart> BufferedOutMultiPart.getIterator()
           
protected abstract  Iterator<? extends OutPart> OutMultiPart.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 in org.apache.wink.common.model.multipart with parameters of type OutPart
 void BufferedOutMultiPart.addPart(OutPart part)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.