Searched defs:identifyContentType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLMessage.java88 final int contentTypeId = identifyContentType(contentType);
134 return identifyContentType(contentType);
157 public static int identifyContentType(ContentType contentType) { method in class:XMLMessage
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java231 * the mask value obtained from {@link #identifyContentType(ContentType)}
239 * the mask value obtained from {@link #identifyContentType(ContentType)}
301 init(headers,identifyContentType(contentType),contentType,in);
335 * The result of {@link #identifyContentType(ContentType)} over
603 static int identifyContentType(ContentType ct) method in class:MessageImpl

Completed in 123 milliseconds