|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultipartRelatedInput
Represents a multipart/related (RFC2387) incoming mime message. A multipart/related message is used to hold a root or start part and other parts which are referenced from the root part. All parts have a unique id. The type and the id of the start part is presented in parameters in the message content-type header.
Method Summary | |
---|---|
java.util.Map<java.lang.String,InputPart> |
getRelatedMap()
|
InputPart |
getRootPart()
|
java.lang.String |
getStart()
A start parameter is not mandatory in a message. |
java.lang.String |
getStartInfo()
Optional. |
java.lang.String |
getType()
The type parameter as it was read from the content-type header of the multipart/related message. |
Methods inherited from interface org.jboss.resteasy.plugins.providers.multipart.MultipartInput |
---|
getParts, getPreamble |
Method Detail |
---|
java.lang.String getType()
java.lang.String getStart()
java.lang.String getStartInfo()
InputPart getRootPart()
java.util.Map<java.lang.String,InputPart> getRelatedMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |