Uses of Interface
com.sun.xml.ws.api.ComponentRegistry
-
Packages that use ComponentRegistry Package Description com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.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 This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.client.dispatch com.sun.xml.ws.client.sei SEIStuband its supporting code.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 This document describes the architecture of server side JAX-WS 2.0.1 runtime. -
-
Uses of ComponentRegistry in com.sun.xml.ws.api
Classes in com.sun.xml.ws.api that implement ComponentRegistry Modifier and Type Class Description classWSServiceJAX-WS implementation ofServiceDelegate. -
Uses of ComponentRegistry in com.sun.xml.ws.api.pipe
Classes in com.sun.xml.ws.api.pipe that implement ComponentRegistry Modifier and Type Class Description classFiberUser-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 Modifier and Type Class Description classContainerRoot of the SPI implemented by the container (such as application server.)classWSEndpoint<T>Root object that hosts thePacketprocessing code at the server. -
Uses of ComponentRegistry in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement ComponentRegistry 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. -
Uses of ComponentRegistry in com.sun.xml.ws.client.dispatch
Classes in com.sun.xml.ws.client.dispatch that implement ComponentRegistry 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 ComponentRegistry in com.sun.xml.ws.client.sei
Classes in com.sun.xml.ws.client.sei that implement ComponentRegistry Modifier and Type Class Description classSEIStubStubthat 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 Modifier and Type Interface Description interfaceWSBindingProviderBindingProviderwith 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 Modifier and Type Class Description classManagedEndpoint<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 Modifier and Type Class Description classWSEndpointImpl<T>WSEndpointimplementation.classWSEndpointMOMProxyManagedObjectManagerproxy class forWSEndpointImplinstances that could be used when Gmbal API calls need to be deferred.
-