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

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimePullMultipart.java48 private ContentType contType = null; field in class:MimePullMultipart
56 contType = new ContentType(ds.getContentType());
58 contType = ct;
61 boundary = contType.getParameter("boundary");
81 String st = contType.getParameter("start");

Completed in 81 milliseconds