|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void addMIMEPart(MIMEPart mimePart)
mimePart
- the MIME part to be addedpublic MIMEPart removeMIMEPart(MIMEPart mimePart)
mimePart
- the MIME part to be remove.
public java.util.List getMIMEParts()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |