public class AsyncClientTransportTube.ClientResponseHandler extends Object implements NonAnonymousResponseHandler<com.sun.xml.ws.api.message.Message>
Constructor and Description |
---|
ClientResponseHandler(com.sun.xml.ws.api.message.Packet request) |
Modifier and Type | Method and Description |
---|---|
void |
onError(Throwable t) |
void |
onReceive(com.sun.xml.ws.api.message.Message msg) |
public ClientResponseHandler(com.sun.xml.ws.api.message.Packet request)
public void onReceive(@NotNull com.sun.xml.ws.api.message.Message msg)
onReceive
in interface NonAnonymousResponseHandler<com.sun.xml.ws.api.message.Message>
public void onError(@NotNull Throwable t)
onError
in interface NonAnonymousResponseHandler<com.sun.xml.ws.api.message.Message>
Copyright © 2015 Oracle Corporation. All rights reserved.