Uses of Interface
com.sun.xml.ws.api.ComponentRegistry

Packages that use ComponentRegistry
com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. 
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
com.sun.xml.ws.metro.api.config.management   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

Uses of ComponentRegistry in com.sun.xml.ws.api
 

Classes in com.sun.xml.ws.api that implement ComponentRegistry
 class WSService
          JAX-WS implementation of ServiceDelegate.
 

Uses of ComponentRegistry in com.sun.xml.ws.api.pipe
 

Classes in com.sun.xml.ws.api.pipe that implement ComponentRegistry
 class Fiber
          User-level thread. Represents the execution of one request/response processing.
 

Uses of ComponentRegistry in com.sun.xml.ws.api.server
 

Classes in com.sun.xml.ws.api.server that implement ComponentRegistry
 class Container
          Root of the SPI implemented by the container (such as application server.)
 class WSEndpoint<T>
          Root object that hosts the Packet processing code at the server.
 

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

Classes in com.sun.xml.ws.client that implement ComponentRegistry
 class Stub
          Base class for stubs, which accept method invocations from client applications and pass the message to a Tube for processing.
 class WSServiceDelegate
          Service objects provide the client view of a Web service.
 

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

Classes in com.sun.xml.ws.client.dispatch that implement ComponentRegistry
 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 ComponentRegistry in com.sun.xml.ws.client.sei
 

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

Uses of ComponentRegistry in com.sun.xml.ws.developer
 

Subinterfaces of ComponentRegistry in com.sun.xml.ws.developer
 interface WSBindingProvider
          BindingProvider with JAX-WS RI's extension methods.
 

Uses of ComponentRegistry in com.sun.xml.ws.metro.api.config.management
 

Classes in com.sun.xml.ws.metro.api.config.management that implement ComponentRegistry
 class ManagedEndpoint<T>
          Wraps an existing WSEndpoint instance and provides a method to swap the WSEndpoint instance.
 

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

Classes in com.sun.xml.ws.server that implement ComponentRegistry
 class WSEndpointImpl<T>
          WSEndpoint implementation.
 class WSEndpointMOMProxy
          ManagedObjectManager proxy class for WSEndpointImpl instances that could be used when Gmbal API calls need to be deferred.
 



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