Uses of Interface
com.sun.xml.ws.api.server.EndpointComponent
-
Packages that use EndpointComponent Package Description com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.metro.api.config.management com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of EndpointComponent in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return types with arguments of type EndpointComponent Modifier and Type Method Description abstract Set<EndpointComponent>WSEndpoint. getComponentRegistry()Deprecated. -
Uses of EndpointComponent in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management that return types with arguments of type EndpointComponent Modifier and Type Method Description Set<EndpointComponent>ManagedEndpoint. getComponentRegistry() -
Uses of EndpointComponent in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return types with arguments of type EndpointComponent Modifier and Type Method Description Set<EndpointComponent>WSEndpointImpl. getComponentRegistry()
-