Searched refs:getAttachmentType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java1705 jaxbType = getAttachmentType(mimeContents, part);
1711 jaxbType = getAttachmentType(mimeContents, part);
1717 jaxbType = getAttachmentType(mimeContents, part);
1724 JAXBType outJaxbType = getAttachmentType(mimeContents, part);
1845 JAXBType type = getAttachmentType(mimeContents, part);
1857 JAXBType outJaxbType = getAttachmentType(mimeContents, part);
1945 jaxbReqType = getAttachmentType(mimeContents, part);
2127 JAXBType type = getAttachmentType(mimeContents, part);
2164 private JAXBType getAttachmentType(List<MIMEContent> mimeContents, MessagePart part) { method in class:WSDLModeler

Completed in 35 milliseconds