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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSOAPBindingCodec.java142 private final String fiMimeType; field in class:SOAPBindingCodec
209 fiMimeType = fiSoapCodec.getMimeType();
211 connegXmlAccept = fiMimeType + ", " + clientAcceptedContentTypes;
237 fiMimeType = "";
244 fiMimeType = "";
423 return compareStrings(contentType, fiMimeType);
439 if (token.equalsIgnoreCase(fiMimeType)) {

Completed in 193 milliseconds