Uses of Class
com.sun.tools.ws.wsdl.document.mime.MIMEContent
-
Packages that use MIMEContent Package Description 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 Modifier and Type Method Description protected List<MIMEContent>WSDLModelerBase. getMimeContents(TWSDLExtensible ext, Message message, String name)protected List<MIMEContent>WSDLModelerBase. getMimeContents(MIMEPart part)Method parameters in com.sun.tools.ws.processor.modeler.wsdl with type arguments of type MIMEContent Modifier and Type Method Description 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 Modifier and Type Method Description protected MIMEContentMIMEExtensionHandler. parseMIMEContent(TWSDLParserContext context, Element e)
-