Uses of Interface
com.sun.xml.ws.api.Component
Packages that use Component
Package
Description
JAX-WS RI extension of JAX-WS API.
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.APIs for hosting JAX-WS services.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
Servlet transport for the JAX-WS RI.
-
Uses of Component in com.sun.xml.ws.api
Subinterfaces of Component in com.sun.xml.ws.apiModifier and TypeInterfaceDescriptioninterfaceExtended version ofComponent.interfaceRegistry for component delegates.Classes in com.sun.xml.ws.api that implement ComponentMethods in com.sun.xml.ws.api that return ComponentMethods in com.sun.xml.ws.api that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponentRegistry.getComponents()Returns the set ofComponents registered with this objectWSService.getComponents()Constructors in com.sun.xml.ws.api with parameters of type ComponentModifierConstructorDescriptionComponentFeature(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 -
Uses of Component in com.sun.xml.ws.api.pipe
Classes in com.sun.xml.ws.api.pipe that implement ComponentModifier and TypeClassDescriptionfinal classUser-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 -
Uses of Component in com.sun.xml.ws.api.server
Subinterfaces of Component in com.sun.xml.ws.api.serverModifier and TypeInterfaceDescriptioninterfaceRepresents theWSEndpointbound to a particular transport.Classes in com.sun.xml.ws.api.server that implement ComponentModifier and TypeClassDescriptionclassAdapter<TK extends Adapter.Toolkit>Receives incoming messages from a transport (such as HTTP, JMS, etc) in a transport specific way, and delivers it toWSEndpoint.PipeHead.process(com.sun.xml.ws.api.message.Packet, com.sun.xml.ws.api.server.WebServiceContextDelegate, com.sun.xml.ws.api.server.TransportBackChannel).classRoot of the SPI implemented by the container (such as application server.)classRepresents an object scoped to the current "module" (like a JavaEE web appliation).classModulethat is an HTTP container.classWSEndpoint<T>Root object that hosts thePacketprocessing code at the server.Methods in com.sun.xml.ws.api.server that return ComponentMethods in com.sun.xml.ws.api.server that return types with arguments of type ComponentModifier and TypeMethodDescriptionContainer.getComponents()WSEndpoint.getComponents()Gets the list ofComponents that are associated with this endpoint. -
Uses of Component in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement ComponentModifier and TypeClassDescriptionclassBase class for stubs, which accept method invocations from client applications and pass the message to aTubefor processing.classServiceobjects provide the client view of a Web service.Methods in com.sun.xml.ws.client that return types with arguments of type Component -
Uses of Component in com.sun.xml.ws.client.dispatch
Classes in com.sun.xml.ws.client.dispatch that implement ComponentModifier 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.classclassclassTheSOAPMessageDispatchclass provides support for the dynamic invocation of a service endpoint operation using theSOAPMessageclass. -
Uses of Component in com.sun.xml.ws.client.sei
Classes in com.sun.xml.ws.client.sei that implement Component -
Uses of Component in com.sun.xml.ws.commons
Methods in com.sun.xml.ws.commons that return ComponentModifier and TypeMethodDescriptionprotected abstract ComponentAbstractTaskManager.getComponent()protected ComponentDelayedTaskManager.getComponent()protected ComponentScheduledTaskManager.getComponent()Methods in com.sun.xml.ws.commons with parameters of type ComponentModifier and TypeMethodDescriptionstatic DelayedTaskManagerDelayedTaskManager.createManager(String name, int coreThreadPoolSize, Component component) static booleanMaintenanceTaskExecutor.register(DelayedTaskManager.DelayedTask task, long delay, TimeUnit timeUnit, Component component) Constructors in com.sun.xml.ws.commons with parameters of type ComponentModifierConstructorDescriptionScheduledTaskManager(String name, Component component) TODO javadoc -
Uses of Component in com.sun.xml.ws.developer
Subinterfaces of Component in com.sun.xml.ws.developerModifier and TypeInterfaceDescriptioninterfaceBindingProviderwith 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 ComponentModifier and TypeClassDescriptionclassWraps 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 -
Uses of Component in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util that return Component -
Uses of Component in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement ComponentModifier and TypeClassDescriptionclassWSEndpointimplementation.classManagedObjectManagerproxy class forWSEndpointImplinstances 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 -
Uses of Component in com.sun.xml.ws.transport.http
Classes in com.sun.xml.ws.transport.http that implement Component -
Uses of Component in com.sun.xml.ws.transport.http.server
Classes in com.sun.xml.ws.transport.http.server that implement Component -
Uses of Component in com.sun.xml.ws.transport.http.servlet
Classes in com.sun.xml.ws.transport.http.servlet that implement ComponentModifier and TypeClassDescriptionclassHttpAdapterfor servlets.classWebModulethat 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 -
Uses of Component in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util with parameters of type ComponentModifier and TypeMethodDescriptionstatic <T> ServiceFinder<T>static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, Component component, ServiceLoader<T> serviceLoader) static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, ClassLoader loader, Component component)