Uses of Class
com.sun.xml.ws.client.Stub

Packages that use Stub
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

Uses of Stub in com.sun.xml.ws.client.dispatch
 

Subclasses of Stub in com.sun.xml.ws.client.dispatch
 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.
 

Uses of Stub in com.sun.xml.ws.client.sei
 

Subclasses of Stub in com.sun.xml.ws.client.sei
 class SEIStub
          Stub that handles method invocations through a strongly-typed endpoint interface.
 

Uses of Stub in com.sun.xml.ws.server
 

Methods in com.sun.xml.ws.server with parameters of type Stub
 ManagedObjectManager MonitorBase.createManagedObjectManager(Stub stub)
          Client monitoring is OFF by default because there is no standard stub.close() method.
 



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