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

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

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

Subclasses of InPart in org.apache.wink.common.model.multipart
 class BufferedInPart
          An extension to the InPart class that enables calling of the getBody(Class, java.lang.reflect.Type) multiple times and in a non sequential order.
 

Methods in org.apache.wink.common.model.multipart that return InPart
 InPart InMultiPart.next()
           
 

Methods in org.apache.wink.common.model.multipart that return types with arguments of type InPart
 java.util.List<InPart> BufferedInMultiPart.getParts()
           
 

Constructors in org.apache.wink.common.model.multipart with parameters of type InPart
BufferedInPart(InPart ip)
           
 



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