Uses of Class
com.sun.tools.ws.wsdl.document.mime.MIMEPart

Packages that use MIMEPart
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.ws.wsdl.document.mime   
 

Uses of MIMEPart in com.sun.tools.ws.processor.modeler.wsdl
 

Methods in com.sun.tools.ws.processor.modeler.wsdl that return types with arguments of type MIMEPart
protected  Iterable<MIMEPart> WSDLModelerBase.getMimeParts(TWSDLExtensible ext)
           
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type MIMEPart
protected  List<MIMEContent> WSDLModelerBase.getMimeContents(MIMEPart part)
           
 

Method parameters in com.sun.tools.ws.processor.modeler.wsdl with type arguments of type MIMEPart
protected  boolean WSDLModelerBase.validateMimeParts(Iterable<MIMEPart> mimeParts)
           
 

Uses of MIMEPart in com.sun.tools.ws.wsdl.document.mime
 

Methods in com.sun.tools.ws.wsdl.document.mime that return types with arguments of type MIMEPart
 Iterable<MIMEPart> MIMEMultipartRelated.getParts()
           
 

Methods in com.sun.tools.ws.wsdl.document.mime with parameters of type MIMEPart
 void MIMEMultipartRelated.add(MIMEPart part)