javax.wsdl.extensions.mime

Interface MIMEMultipartRelated

All Superinterfaces:
ExtensibilityElement, java.io.Serializable
Known Implementing Classes:
MIMEMultipartRelatedImpl

public interface MIMEMultipartRelated
extends ExtensibilityElement, java.io.Serializable

Author:
Matthew J. Duftler (duftler@us.ibm.com)

Method Summary

void
addMIMEPart(MIMEPart mimePart)
Add a MIME part to this MIME multipart related.
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 Details

addMIMEPart

public void addMIMEPart(MIMEPart mimePart)
Add a MIME part to this MIME multipart related.
Parameters:
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.
Parameters:
mimePart - the MIME part to be remove.
Returns:
the MIME part which was removed.

Copyright B) 2003,2006 IBM. All Rights Reserved.