|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wink.common.model.multipart.BufferedInMultiPart
public class BufferedInMultiPart
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()
Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.