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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DRequestContext.java290 public void fill(Packet packet, boolean isAddressingEnabled) { argument
301 if ((soapActionUse != null && soapActionUse) || (soapActionUse == null && isAddressingEnabled)) {
306 if((!isAddressingEnabled && (soapActionUse == null || !soapActionUse)) && soapAction != null) {

Completed in 329 milliseconds