|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MIMEMultipartRelated
Method Summary | |
---|---|
void |
addMIMEPart(MIMEPart mimePart)
Add a MIME part to this MIME multipart related. |
java.util.List |
getMIMEParts()
Get all the MIME parts defined here. |
MIMEPart |
removeMIMEPart(MIMEPart mimePart)
Remove a MIME part to this MIME multipart related. |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
---|
getElementType, getRequired, setElementType, setRequired |
Method Detail |
---|
void addMIMEPart(MIMEPart mimePart)
mimePart
- the MIME part to be addedMIMEPart removeMIMEPart(MIMEPart mimePart)
mimePart
- the MIME part to be remove.
java.util.List getMIMEParts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |