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

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/dispatch/
H A DPacketDispatch.java61 public PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) { argument
62 super(portInfo, Mode.MESSAGE, pipe, binding, epr, allowFaultResponseMsg);
H A DDispatchImpl.java98 final boolean allowFaultResponseMsg; field in class:DispatchImpl
114 this.allowFaultResponseMsg = false;
130 * @param allowFaultResponseMsg A packet containing a SOAP fault message is allowed as the response to a request on this dispatch instance.
132 protected DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, @Nullable WSEndpointReference epr, boolean allowFaultResponseMsg) { argument
133 this(portInfo, mode, binding, null, epr, allowFaultResponseMsg);
141 * @param allowFaultResponseMsg A packet containing a SOAP fault message is allowed as the response to a request on this dispatch instance.
143 protected DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, Tube pipe, @Nullable WSEndpointReference epr, boolean allowFaultResponseMsg) { argument
147 this.allowFaultResponseMsg = allowFaultResponseMsg;
155 * @param allowFaultResponseMsg
157 DispatchImpl(WSPortInfo portInfo, Service.Mode mode, Tube pipe, BindingImpl binding, @Nullable WSEndpointReference epr, boolean allowFaultResponseMsg) argument
[all...]

Completed in 40 milliseconds