Uses of Class
com.sun.xml.ws.transport.tcp.server.WSTCPModule

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

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

Methods in com.sun.xml.ws.transport.tcp.server that return WSTCPModule
static WSTCPModule WSTCPModule.getInstance()
          Method returns initialized WSTCPModule instance
 

Methods in com.sun.xml.ws.transport.tcp.server with parameters of type WSTCPModule
protected static void WSTCPModule.setInstance(WSTCPModule instance)
           
 

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

Subclasses of WSTCPModule in com.sun.xml.ws.transport.tcp.server.glassfish
 class WSTCPLifeCycleModule
          GlassFish lifecycle module, which works as SOAP/TCP endpoints registry.
 

Uses of WSTCPModule in com.sun.xml.ws.transport.tcp.server.tomcat
 

Subclasses of WSTCPModule in com.sun.xml.ws.transport.tcp.server.tomcat
 class WSTCPTomcatRegistry
           
 

Methods in com.sun.xml.ws.transport.tcp.server.tomcat with parameters of type WSTCPModule
protected static void WSTCPTomcatRegistry.setInstance(WSTCPModule instance)