javax.wsdl.extensions.mime
Interface MIMEMultipartRelated
- ExtensibilityElement, java.io.Serializable
- MIMEMultipartRelatedImpl
public interface MIMEMultipartRelated
- Matthew J. Duftler (duftler@us.ibm.com)
addMIMEPart
public void addMIMEPart(MIMEPart mimePart)
Add a MIME part to this MIME multipart related.
mimePart
- the MIME part to be added
getMIMEParts
public List getMIMEParts()
Get all the MIME parts defined here.
removeMIMEPart
public MIMEPart removeMIMEPart(MIMEPart mimePart)
Remove a MIME part to this MIME multipart related.
mimePart
- the MIME part to be remove.
- the MIME part which was removed.
Copyright B) 2003,2006 IBM. All Rights Reserved.