Searched defs:statusCode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/http/
H A DHTTPException.java39 private int statusCode; field in class:HTTPException
42 * @param statusCode <code>int</code> for the HTTP status code
44 public HTTPException(int statusCode) { argument
46 this.statusCode = statusCode;
54 return statusCode;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpClientTransport.java76 /*package*/ int statusCode; field in class:HttpClientTransport
147 throw new ClientTransportException(ClientMessages.localizableHTTP_STATUS_CODE(statusCode, statusMessage), e);
192 statusCode = httpConnection.getResponseCode();

Completed in 29 milliseconds