Uses of Interface
com.sun.xml.ws.client.ResponseContextReceiver
-
Packages that use ResponseContextReceiver Package Description com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.client.dispatch com.sun.xml.ws.client.sei SEIStuband its supporting code. -
-
Uses of ResponseContextReceiver in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement ResponseContextReceiver Modifier and Type Class Description classAsyncResponseImpl<T>Responseimplementation.classStubBase class for stubs, which accept method invocations from client applications and pass the message to aTubefor processing.Methods in com.sun.xml.ws.client with parameters of type ResponseContextReceiver Modifier and Type Method Description protected PacketStub. process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver)Passes a message to a pipe for processing. -
Uses of ResponseContextReceiver in com.sun.xml.ws.client.dispatch
Classes in com.sun.xml.ws.client.dispatch that implement ResponseContextReceiver Modifier and Type Class Description classDataSourceDispatchclassDispatchImpl<T>TheDispatchImplabstract class provides support for the dynamic invocation of a service endpoint operation using XML constructs, JAXB objects orSOAPMessage.classJAXBDispatchTheJAXBDispatchclass provides support for the dynamic invocation of a service endpoint operation using JAXB objects.classMessageDispatchDispatchimplementation forMessage.classPacketDispatchDispatchimplementation forPacket.classSOAPMessageDispatchTheSOAPMessageDispatchclass provides support for the dynamic invocation of a service endpoint operation using theSOAPMessageclass.Methods in com.sun.xml.ws.client.dispatch with parameters of type ResponseContextReceiver Modifier and Type Method Description TDispatchImpl. doInvoke(T in, RequestContext rc, ResponseContextReceiver receiver)Synchronously invokes a service. -
Uses of ResponseContextReceiver in com.sun.xml.ws.client.sei
Classes in com.sun.xml.ws.client.sei that implement ResponseContextReceiver Modifier and Type Class Description classSEIStubStubthat handles method invocations through a strongly-typed endpoint interface.Methods in com.sun.xml.ws.client.sei with parameters of type ResponseContextReceiver Modifier and Type Method Description PacketSEIStub. doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)
-