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

Packages that use MIMEContent
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.ws.wsdl.parser   
 

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

Methods in com.sun.tools.ws.processor.modeler.wsdl that return types with arguments of type MIMEContent
protected  List<MIMEContent> WSDLModelerBase.getMimeContents(MIMEPart part)
           
protected  List<MIMEContent> WSDLModelerBase.getMimeContents(TWSDLExtensible ext, Message message, String name)
           
 

Method parameters in com.sun.tools.ws.processor.modeler.wsdl with type arguments of type MIMEContent
protected  List<String> WSDLModelerBase.getAlternateMimeTypes(List<MIMEContent> mimeContents)
           
 

Uses of MIMEContent in com.sun.tools.ws.wsdl.parser
 

Methods in com.sun.tools.ws.wsdl.parser that return MIMEContent
protected  MIMEContent MIMEExtensionHandler.parseMIMEContent(TWSDLParserContext context, Element e)