Uses of Interface
com.sun.xml.ws.api.Component
-
Packages that use Component Package Description com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users.com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.transport.http com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI.com.sun.xml.ws.util -
-
Uses of Component in com.sun.xml.ws.api
Subinterfaces of Component in com.sun.xml.ws.api Modifier and Type Interface Description interfaceComponentExExtended version ofComponent.interfaceComponentRegistryRegistry for component delegates.Classes in com.sun.xml.ws.api that implement Component Modifier and Type Class Description classWSServiceJAX-WS implementation ofServiceDelegate.Methods in com.sun.xml.ws.api that return Component Modifier and Type Method Description ComponentComponentFeature. getComponent()Retrieves componentMethods in com.sun.xml.ws.api that return types with arguments of type Component Modifier and Type Method Description Set<Component>ComponentRegistry. getComponents()Returns the set ofComponents registered with this objectSet<Component>WSService. getComponents()Constructors in com.sun.xml.ws.api with parameters of type Component Constructor Description 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 Modifier and Type Field Description ComponentPacket. componentThe 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 Modifier and Type Class Description classFiberUser-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 Modifier and Type Method Description Set<Component>Fiber. getComponents() -
Uses of Component in com.sun.xml.ws.api.server
Subinterfaces of Component in com.sun.xml.ws.api.server Modifier and Type Interface Description interfaceBoundEndpointRepresents theWSEndpointbound to a particular transport.Classes in com.sun.xml.ws.api.server that implement Component Modifier and Type Class Description classAdapter<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).classContainerRoot of the SPI implemented by the container (such as application server.)classModuleRepresents an object scoped to the current "module" (like a JavaEE web appliation).classWebModuleModulethat 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 Component Modifier and Type Method Description protected ComponentAdapter. getEndpointComponent()Methods in com.sun.xml.ws.api.server that return types with arguments of type Component Modifier and Type Method Description Set<Component>Container. getComponents()Set<Component>WSEndpoint. getComponents() -
Uses of Component in com.sun.xml.ws.developer
Subinterfaces of Component in com.sun.xml.ws.developer Modifier and Type Interface Description interfaceWSBindingProviderBindingProviderwith JAX-WS RI's extension methods. -
Uses of Component in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement Component Modifier and Type Class Description classWSEndpointImpl<T>WSEndpointimplementation.classWSEndpointMOMProxyManagedObjectManagerproxy 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 Modifier and Type Method Description 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 Modifier and Type Class Description classHttpAdapterAdapterthat receives messages in HTTP. -
Uses of Component in com.sun.xml.ws.transport.http.servlet
Classes in com.sun.xml.ws.transport.http.servlet that implement Component Modifier and Type Class Description classServletAdapterHttpAdapterfor servlets.classServletModuleWebModulethat is a servlet container. -
Uses of Component in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util with parameters of type Component Modifier and Type Method Description static <T> ServiceFinder<T>ServiceFinder. find(Class<T> service, Component component)static <T> ServiceFinder<T>ServiceFinder. find(Class<T> service, ClassLoader loader, Component component)
-