Uses of Class
com.sun.tools.ws.wsdl.document.mime.MIMEPart
-
Packages that use MIMEPart Package Description 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 Modifier and Type Method Description protected Iterable<MIMEPart>WSDLModelerBase. getMimeParts(TWSDLExtensible ext)Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type MIMEPart Modifier and Type Method Description protected List<MIMEContent>WSDLModelerBase. getMimeContents(MIMEPart part)Method parameters in com.sun.tools.ws.processor.modeler.wsdl with type arguments of type MIMEPart Modifier and Type Method Description protected booleanWSDLModelerBase. 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 Modifier and Type Method Description Iterable<MIMEPart>MIMEMultipartRelated. getParts()Methods in com.sun.tools.ws.wsdl.document.mime with parameters of type MIMEPart Modifier and Type Method Description voidMIMEMultipartRelated. add(MIMEPart part)
-