Searched refs:responses (Results 1 - 8 of 8) sorted by relevance
| /openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/soap/ |
| H A D | AddressingFeature.java | 97 * <code>@Addressing(required=true, responses=Responses.ANONYMOUS)</code> 135 * the use of only anonymous responses, or only non-anonymous responses, or all. 143 * responses. It will result into wsam:AnonymousResponses nested assertion 150 * responses. It will result into 160 * responses. It will result into wsam:AnonymousResponses nested assertion 169 * responses. It will result into 182 private final Responses responses; field in class:AddressingFeature 226 * <code>responses</code> parameter. 231 * @param responses specifie 235 AddressingFeature(boolean enabled, boolean required, Responses responses) argument [all...] |
| H A D | Addressing.java | 88 * requires the use of anonymous responses, or non-anonymous responses, 97 * responses. It will result into wsam:AnonymousResponses nested assertion 104 * responses. It will result into 111 Responses responses() default Responses.ALL;
|
| /openjdk7/jdk/src/share/classes/sun/net/www/http/ |
| H A D | HttpClient.java | 616 public boolean parseHTTP(MessageHeader responses, ProgressSource pi, HttpURLConnection httpuc) argument 622 * out of the beginning of the response into the responses, 633 return (parseHTTPHeader(responses, pi, httpuc)); 658 return parseHTTP(responses, pi, httpuc); 666 private boolean parseHTTPHeader(MessageHeader responses, ProgressSource pi, HttpURLConnection httpuc) argument 672 * out of the beginning of the response into the responses, 699 responses.parseHeader(serverInput); 711 cookieHandler.put(uri, responses.getHeaders()); 721 keep = responses.findValue("Proxy-Connection"); 724 keep = responses [all...] |
| H A D | ChunkedInputStream.java | 61 private MessageHeader responses; field in class:ChunkedInputStream 472 responses.add(key, value); 621 * @param responses the MessageHeader that should be populated with optional 624 public ChunkedInputStream(InputStream in, HttpClient hc, MessageHeader responses) throws IOException { argument 628 this.responses = responses;
|
| /openjdk7/jdk/test/com/sun/net/httpserver/bugs/ |
| H A D | B6361557.java | 87 int responses = 0; 100 responses++; 116 if (responses == NUM) {
|
| /openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/ |
| H A D | HttpURLConnection.java | 332 private MessageHeader responses; field in class:HttpURLConnection 635 responses = new MessageHeader(); 729 responses = new MessageHeader(); 1020 http.parseHTTP(responses, pi, this); 1030 String resp = responses.getValue(0); 1052 responses.reset(); 1323 http.parseHTTP(responses, pi, this); 1325 logger.fine(responses.toString()); 1328 boolean b1 = responses.filterNTLMResponses("WWW-Authenticate"); 1329 boolean b2 = responses [all...] |
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/policy/ |
| H A D | AddressingPolicyMapConfigurator.java | 127 AddressingFeature.Responses responses = af.getResponses(); 128 if (responses == AddressingFeature.Responses.ANONYMOUS) { 132 } else if (responses == AddressingFeature.Responses.NON_ANONYMOUS) {
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/ |
| H A D | WebServiceFeatureList.java | 117 ftr = new AddressingFeature(addAnn.enabled(), addAnn.required(),addAnn.responses()); 119 //throw error. We can't default to Responses.ALL as we dont know if the user has not used 2.2 annotation with responses.
|
Completed in 129 milliseconds