Package org.apache.wink.common.model.multipart

Class Summary
BufferedInMultiPart This class is used to represent inbound MultiPart messages, unlike the InMultiPart the BufferedInMultiPart enable non sequential access to the message's parts
BufferedInPart An extension to the InPart class that enables calling of the InPart.getBody(Class, java.lang.reflect.Type) multiple times and in a non sequential order.
BufferedOutMultiPart A simple implementation of the OutMultiPart
InMultiPart This class is used to represent inbound MultiPart messages, it implements an Iterator to iterate over the message's parts.
InPart This class is used to represent a single part in an inbound MultiPart messages,
OutMultiPart An abstract class to generate a MultiPart response, the concept behind this class been abstract is that there might be simple implementation over a collection or more complex once like over a database cursor
OutPart This class is used to represent a part in an OutMultiPart message, basically it holds the part headers and body
 



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