org.apache.wink.common.model.multipart
Class BufferedInMultiPart

java.lang.Object
  extended by org.apache.wink.common.model.multipart.BufferedInMultiPart

public class BufferedInMultiPart
extends java.lang.Object

This class is used to represent inbound MultiPart messages, unlike the InMultiPart the BufferedInMultiPart enable non sequential access to the message's parts


Constructor Summary
BufferedInMultiPart(InMultiPart imp)
           
 
Method Summary
 java.util.List<InPart> getParts()
           
 int getSize()
          return the number of parts in the multipart message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedInMultiPart

public BufferedInMultiPart(InMultiPart imp)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getSize

public int getSize()
return the number of parts in the multipart message


getParts

public java.util.List<InPart> getParts()


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