Uses of Interface
com.sun.xml.ws.client.ResponseContextReceiver
Packages that use ResponseContextReceiver
Package
Description
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.-
Uses of ResponseContextReceiver in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement ResponseContextReceiverModifier and TypeClassDescriptionfinal classResponseimplementation.classBase 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 ResponseContextReceiverModifier and TypeMethodDescriptionprotected final 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 ResponseContextReceiverModifier and TypeClassDescriptionclassclassDispatchImpl<T>TheDispatchImplabstract class provides support for the dynamic invocation of a service endpoint operation using XML constructs, JAXB objects orSOAPMessage.classTheJAXBDispatchclass provides support for the dynamic invocation of a service endpoint operation using JAXB objects.classDispatchimplementation forMessage.classDispatchimplementation forPacket.classTheSOAPMessageDispatchclass 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 ResponseContextReceiverModifier and TypeMethodDescriptionfinal 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 ResponseContextReceiverModifier and TypeClassDescriptionfinal classStubthat handles method invocations through a strongly-typed endpoint interface.Methods in com.sun.xml.ws.client.sei with parameters of type ResponseContextReceiverModifier and TypeMethodDescriptionfinal PacketSEIStub.doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)