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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSOAPBindingCodec.java115 private boolean ignoreContentNegotiationProperty; field in class:SOAPBindingCodec
163 if (!ignoreContentNegotiationProperty && p.contentNegotiation != ContentNegotiation.none) {
221 ignoreContentNegotiationProperty = true;
239 ignoreContentNegotiationProperty = true;
246 ignoreContentNegotiationProperty = true;
337 if (!ignoreContentNegotiationProperty && packet.contentNegotiation == ContentNegotiation.none)
472 if (!ignoreContentNegotiationProperty) {

Completed in 28 milliseconds