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

Packages that use Component
com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API. 
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
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.commons   
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.rx.util   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.transport.http   
com.sun.xml.ws.transport.http.server   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
com.sun.xml.ws.transport.tcp.server   
com.sun.xml.ws.transport.tcp.server.glassfish   
com.sun.xml.ws.util   
 

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

Subinterfaces of Component in com.sun.xml.ws.api
 interface ComponentEx
          Extended version of Component.
 interface ComponentRegistry
          Registry for component delegates.
 

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

Methods in com.sun.xml.ws.api that return Component
 Component ComponentFeature.getComponent()
          Retrieves component
 

Methods in com.sun.xml.ws.api that return types with arguments of type Component
 Set<Component> ComponentRegistry.getComponents()
          Returns the set of Components registered with this object
 Set<Component> WSService.getComponents()
           
 

Constructors in com.sun.xml.ws.api with parameters of type Component
ComponentFeature(Component component)
          Constructs ComponentFeature with indicated component and that is targeted at the Container.
ComponentFeature(Component component, ComponentFeature.Target target)
          Constructs ComponentFeature with indicated component and target
 

Uses of Component in com.sun.xml.ws.api.message
 

Fields in com.sun.xml.ws.api.message declared as Component
 Component Packet.component
          The governing owner of this packet.
 

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

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

Methods in com.sun.xml.ws.api.pipe that return types with arguments of type Component
 Set<Component> Fiber.getComponents()
           
 

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

Subinterfaces of Component in com.sun.xml.ws.api.server
 interface BoundEndpoint
          Represents the WSEndpoint bound to a particular transport.
 

Classes in com.sun.xml.ws.api.server that implement Component
 class Adapter<TK extends Adapter.Toolkit>
          Receives incoming messages from a transport (such as HTTP, JMS, etc) in a transport specific way, and delivers it to WSEndpoint.PipeHead.process(com.sun.xml.ws.api.message.Packet, com.sun.xml.ws.api.server.WebServiceContextDelegate, com.sun.xml.ws.api.server.TransportBackChannel).
 class Container
          Root of the SPI implemented by the container (such as application server.)
 class Module
          Represents an object scoped to the current "module" (like a JavaEE web appliation).
 class WebModule
          Module that is an HTTP container.
 class WSEndpoint<T>
          Root object that hosts the Packet processing code at the server.
 

Methods in com.sun.xml.ws.api.server that return Component
protected  Component Adapter.getEndpointComponent()
           
 

Methods in com.sun.xml.ws.api.server that return types with arguments of type Component
 Set<Component> Container.getComponents()
           
 Set<Component> WSEndpoint.getComponents()
           
 

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

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

Methods in com.sun.xml.ws.client that return types with arguments of type Component
 Set<Component> Stub.getComponents()
           
 

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

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

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

Uses of Component in com.sun.xml.ws.commons
 

Methods in com.sun.xml.ws.commons that return Component
protected abstract  Component AbstractTaskManager.getComponent()
           
protected  Component DelayedTaskManager.getComponent()
           
protected  Component ScheduledTaskManager.getComponent()
           
 

Methods in com.sun.xml.ws.commons with parameters of type Component
static DelayedTaskManager DelayedTaskManager.createManager(String name, int coreThreadPoolSize, Component component)
           
static boolean MaintenanceTaskExecutor.register(DelayedTaskManager.DelayedTask task, long delay, TimeUnit timeUnit, Component component)
           
 

Constructors in com.sun.xml.ws.commons with parameters of type Component
ScheduledTaskManager(String name, Component component)
          TODO javadoc
 

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

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

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

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

Methods in com.sun.xml.ws.metro.api.config.management that return types with arguments of type Component
 Set<Component> ManagedEndpoint.getComponents()
           
 

Uses of Component in com.sun.xml.ws.rx.util
 

Methods in com.sun.xml.ws.rx.util that return Component
 Component Communicator.getContainer()
           
 

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

Classes in com.sun.xml.ws.server that implement Component
 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.
 

Methods in com.sun.xml.ws.server that return types with arguments of type Component
 Set<Component> WSEndpointImpl.getComponents()
           
 

Uses of Component in com.sun.xml.ws.transport.http
 

Classes in com.sun.xml.ws.transport.http that implement Component
 class HttpAdapter
          Adapter that receives messages in HTTP.
 

Uses of Component in com.sun.xml.ws.transport.http.server
 

Classes in com.sun.xml.ws.transport.http.server that implement Component
 class ServerAdapter
          HttpAdapter for Endpoint API.
 

Uses of Component in com.sun.xml.ws.transport.http.servlet
 

Classes in com.sun.xml.ws.transport.http.servlet that implement Component
 class ServletAdapter
          HttpAdapter for servlets.
 class ServletModule
          WebModule that is a servlet container.
 

Uses of Component in com.sun.xml.ws.transport.tcp.server
 

Classes in com.sun.xml.ws.transport.tcp.server that implement Component
 class TCPAdapter
           
 class TCPServiceChannelWSAdapter
           
 

Uses of Component in com.sun.xml.ws.transport.tcp.server.glassfish
 

Classes in com.sun.xml.ws.transport.tcp.server.glassfish that implement Component
 class TCP109Adapter
           
 

Uses of Component in com.sun.xml.ws.util
 

Methods in com.sun.xml.ws.util with parameters of type Component
static
<T> ServiceFinder<T>
ServiceFinder.find(Class<T> service, ClassLoader loader, Component component)
           
static
<T> ServiceFinder<T>
ServiceFinder.find(Class<T> service, Component component)
           
 



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