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.

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.


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