Lines Matching refs:request

105  * Some properties need to be retained between request and response,
118 * <h3>Relationship to request/response context</h3>
156 * @param request
157 * The request {@link Message}. Can be null.
159 public Packet(Message request) {
161 this.message = request;
340 * Must not be null for a request message on the client. Otherwise
447 * request-header field.
450 * meta-data of a inbound message in a request/response message exchange.
582 * {@link Boolean#FALSE} when used on the request message
622 * These properties are copied from a request to a response.
673 * Creates a response {@link Packet} from a request packet ({@code this}).
677 * copied over from a request to a response, and this method handles it correctly.
695 * Creates a response {@link Packet} from a request packet ({@code this}).
699 * copied over from a request to a response, and this method handles it correctly.
712 * Creates a server-side response {@link Packet} from a request
734 //populate WS-A headers only if the request has addressing headers
749 * Creates a server-side response {@link Packet} from a request
770 //populate WS-A headers only if the request has addressing headers
783 * requires the access to the request packet.
790 public void setResponseMessage(@NotNull Packet request, @Nullable Message responseMessage, @NotNull AddressingVersion addressingVersion, @NotNull SOAPVersion soapVersion, @NotNull String action) {
791 Packet temp = request.createServerResponse(responseMessage, addressingVersion, soapVersion, action);