Searched defs:getResponseMessage (Results 1 - 7 of 7) 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 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
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
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpURLConnection.java533 public String getResponseMessage() throws IOException { method in class:HttpURLConnection
/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();

Completed in 37 milliseconds