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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DStreamSOAP12Codec.java75 return new ContentTypeImpl(SOAP12_CONTENT_TYPE + ";action="+fixQuotesAroundSoapAction(soapAction));
82 packet.soapAction = fixQuotesAroundSoapAction(ct.getParameter("action"));
86 private String fixQuotesAroundSoapAction(String soapAction) { method in class:StreamSOAP12Codec
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java307 packet.soapAction = fixQuotesAroundSoapAction(con.getRequestHeader("SOAPAction"));
332 private String fixQuotesAroundSoapAction(String soapAction) { method in class:HttpAdapter

Completed in 23 milliseconds