Uses of Interface
com.sun.xml.ws.client.ResponseContextReceiver

Packages that use ResponseContextReceiver
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
 

Uses of ResponseContextReceiver in com.sun.xml.ws.client
 

Classes in com.sun.xml.ws.client that implement ResponseContextReceiver
 class AsyncResponseImpl<T>
          Response implementation.
 class Stub
          Base class for stubs, which accept method invocations from client applications and pass the message to a Tube for processing.
 

Methods in com.sun.xml.ws.client with parameters of type ResponseContextReceiver
protected  Packet Stub.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
 class DataSourceDispatch
           
 class DispatchImpl<T>
          The DispatchImpl abstract class provides support for the dynamic invocation of a service endpoint operation using XML constructs, JAXB objects or SOAPMessage.
 class JAXBDispatch
          The JAXBDispatch class provides support for the dynamic invocation of a service endpoint operation using JAXB objects.
 class MessageDispatch
          Dispatch implementation for Message.
 class PacketDispatch
          Dispatch implementation for Packet.
 class SOAPMessageDispatch
          The SOAPMessageDispatch class provides support for the dynamic invocation of a service endpoint operation using the SOAPMessage class.
 

Methods in com.sun.xml.ws.client.dispatch with parameters of type ResponseContextReceiver
 T DispatchImpl.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
 class SEIStub
          Stub that handles method invocations through a strongly-typed endpoint interface.
 

Methods in com.sun.xml.ws.client.sei with parameters of type ResponseContextReceiver
 Packet SEIStub.doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.