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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPConstants.java54 public static final String SOAP_1_1_PROTOCOL = "SOAP 1.1 Protocol"; field in interface:SOAPConstants
70 public static final String DEFAULT_SOAP_PROTOCOL = SOAP_1_1_PROTOCOL;
H A DMessageFactory.java111 return newInstance(SOAPConstants.SOAP_1_1_PROTOCOL);
136 * as) <code>SOAP_1_1_PROTOCOL</code>, or
192 * <code>SOAP_1_1_PROTOCOL</code> or
H A DSOAPFactory.java267 return newInstance(SOAPConstants.SOAP_1_1_PROTOCOL);
286 * as) <code>SOAP_1_1_PROTOCOL</code>, or
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSAAJMetaFactoryImpl.java47 if (SOAPConstants.SOAP_1_1_PROTOCOL.equals(protocol)) {
65 if (SOAPConstants.SOAP_1_1_PROTOCOL.equals(protocol)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DSOAPVersion.java75 javax.xml.soap.SOAPConstants.SOAP_1_1_PROTOCOL,

Completed in 33 milliseconds