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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DMessageProviderArgumentBuilder.java49 protected Message getResponseMessage(Message returnValue) { method in class:MessageProviderArgumentBuilder
54 protected Message getResponseMessage(Exception e) { method in class:MessageProviderArgumentBuilder
H A DProviderArgumentsBuilder.java45 protected abstract Message getResponseMessage(Exception e); method in class:ProviderArgumentsBuilder
51 Message message = getResponseMessage(e);
62 protected abstract Message getResponseMessage(T returnValue); method in class:ProviderArgumentsBuilder
70 message = getResponseMessage(returnValue);
H A DXMLProviderArgumentBuilder.java77 public Message getResponseMessage(Source source) { method in class:XMLProviderArgumentBuilder.PayloadSource
81 protected Message getResponseMessage(Exception e) { method in class:XMLProviderArgumentBuilder.PayloadSource
99 public Message getResponseMessage(DataSource ds) { method in class:XMLProviderArgumentBuilder.DataSourceParameter
103 protected Message getResponseMessage(Exception e) { method in class:XMLProviderArgumentBuilder.DataSourceParameter
H A DSOAPProviderArgumentBuilder.java84 protected Message getResponseMessage(Source source) { method in class:SOAPProviderArgumentBuilder.PayloadSource
88 protected Message getResponseMessage(Exception e) { method in class:SOAPProviderArgumentBuilder.PayloadSource
103 protected Message getResponseMessage(Source source) { method in class:SOAPProviderArgumentBuilder.MessageSource
107 protected Message getResponseMessage(Exception e) { method in class:SOAPProviderArgumentBuilder.MessageSource
125 protected Message getResponseMessage(SOAPMessage soapMsg) { method in class:SOAPProviderArgumentBuilder.SOAPMessageParameter
129 protected Message getResponseMessage(Exception e) { method in class:SOAPProviderArgumentBuilder.SOAPMessageParameter
/openjdk7/jdk/test/java/net/URLConnection/
H A DResponses.java38 * getResponseMessage() results
148 // test getResponseMessage
151 String actualPhrase = http.getResponseMessage();
156 System.out.println("getResponseMessage returned: " +
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java351 public String getResponseMessage() throws IOException { method in class:HttpsURLConnectionOldImpl
352 return delegate.getResponseMessage();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java381 public String getResponseMessage() throws IOException { method in class:HttpsURLConnectionImpl
382 return delegate.getResponseMessage();
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpURLConnection.java533 public String getResponseMessage() throws IOException { method in class:HttpURLConnection
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/client/p2p/
H A DHttpSOAPConnection.java256 new String[] {httpConnection.getResponseMessage()});
260 + httpConnection.getResponseMessage());
452 new String[] { httpConnection.getResponseMessage()});
456 + httpConnection.getResponseMessage());
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java119 System.out.println(uc.getResponseMessage());
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSP.java246 + " - " + con.getResponseMessage());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpClientTransport.java193 statusMessage = httpConnection.getResponseMessage();

Completed in 89 milliseconds