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.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.client.dispatch com.sun.xml.ws.client.sei SEIStuband its supporting code.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 Runtimecom.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.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.client
Classes in com.sun.xml.ws.client that implement Component Modifier and Type Class Description classStubBase class for stubs, which accept method invocations from client applications and pass the message to aTubefor processing.classWSServiceDelegateServiceobjects provide the client view of a Web service.Methods in com.sun.xml.ws.client that return types with arguments of type Component Modifier and Type Method Description 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 Modifier and Type Class Description classDataSourceDispatchclassDispatchImpl<T>TheDispatchImplabstract class provides support for the dynamic invocation of a service endpoint operation using XML constructs, JAXB objects orSOAPMessage.classJAXBDispatchTheJAXBDispatchclass provides support for the dynamic invocation of a service endpoint operation using JAXB objects.classMessageDispatchDispatchimplementation forMessage.classPacketDispatchDispatchimplementation forPacket.classSOAPMessageDispatchTheSOAPMessageDispatchclass 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 Modifier and Type Class Description classSEIStubStubthat 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 Modifier and Type Method Description protected abstract ComponentAbstractTaskManager. getComponent()protected ComponentDelayedTaskManager. getComponent()protected ComponentScheduledTaskManager. getComponent()Methods in com.sun.xml.ws.commons with parameters of type Component Modifier and Type Method Description static 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 Component Constructor Description 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 Modifier and Type Interface Description interfaceWSBindingProviderBindingProviderwith 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 Modifier and Type Class Description classManagedEndpoint<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 Modifier and Type Method Description 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 Modifier and Type Method Description ComponentCommunicator. getContainer() -
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.server
Classes in com.sun.xml.ws.transport.http.server that implement Component Modifier and Type Class Description classServerAdapterHttpAdapterfor 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 Modifier and Type Class Description classServletAdapterHttpAdapterfor servlets.classServletModuleWebModulethat 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 Modifier and Type Class Description classTCPAdapterclassTCPServiceChannelWSAdapter -
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)
-