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.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 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.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.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.
-