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
protected abstract  java.util.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
 java.util.Iterator<OutPart> BufferedOutMultiPart.getIterator()
           
 

Methods in org.apache.wink.common.model.multipart with parameters of type OutPart
 void BufferedOutMultiPart.addPart(OutPart part)
           
 



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