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

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

Classes in org.apache.wink.common.model.multipart used by org.apache.wink.common.model.multipart
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-2013 The Apache Software Foundation. All Rights Reserved.