Uses of Interface
com.sun.xml.ws.transport.tcp.server.WSTCPAdapterRegistry

Packages that use WSTCPAdapterRegistry
com.sun.xml.ws.transport.tcp.server   
com.sun.xml.ws.transport.tcp.server.glassfish   
 

Uses of WSTCPAdapterRegistry in com.sun.xml.ws.transport.tcp.server
 

Classes in com.sun.xml.ws.transport.tcp.server that implement WSTCPAdapterRegistry
 class WSTCPDelegate
           
 

Methods in com.sun.xml.ws.transport.tcp.server that return WSTCPAdapterRegistry
 WSTCPAdapterRegistry TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.getAdapterRegistry()
           
 

Methods in com.sun.xml.ws.transport.tcp.server with parameters of type WSTCPAdapterRegistry
 void WSTCPDelegate.setCustomWSRegistry(WSTCPAdapterRegistry customWSRegistry)
           
 

Constructors in com.sun.xml.ws.transport.tcp.server with parameters of type WSTCPAdapterRegistry
TCPServiceChannelWSAdapter(java.lang.String name, java.lang.String urlPattern, com.sun.xml.ws.api.server.WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry)
           
 

Uses of WSTCPAdapterRegistry in com.sun.xml.ws.transport.tcp.server.glassfish
 

Classes in com.sun.xml.ws.transport.tcp.server.glassfish that implement WSTCPAdapterRegistry
 class WSTCPAdapterRegistryImpl