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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DStreamSOAP12Codec.java49 public static final String SOAP12_CONTENT_TYPE = SOAP12_MIME_TYPE+"; charset=utf-8"; field in class:StreamSOAP12Codec
67 new ContentTypeImpl(SOAP12_CONTENT_TYPE);
75 return new ContentTypeImpl(SOAP12_CONTENT_TYPE + ";action="+fixQuotesAroundSoapAction(soapAction));

Completed in 700 milliseconds