Uses of Class
com.sun.xml.ws.transport.tcp.server.WSTCPModule
-
Packages that use WSTCPModule Package Description com.sun.xml.ws.transport.tcp.server 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 Modifier and Type Method Description static WSTCPModuleWSTCPModule. getInstance()Method returns initialized WSTCPModule instanceMethods in com.sun.xml.ws.transport.tcp.server with parameters of type WSTCPModule Modifier and Type Method Description protected static voidWSTCPModule. setInstance(WSTCPModule instance) -
Uses of WSTCPModule in com.sun.xml.ws.transport.tcp.server.tomcat
Subclasses of WSTCPModule in com.sun.xml.ws.transport.tcp.server.tomcat Modifier and Type Class Description classWSTCPTomcatRegistryMethods in com.sun.xml.ws.transport.tcp.server.tomcat with parameters of type WSTCPModule Modifier and Type Method Description protected static voidWSTCPTomcatRegistry. setInstance(WSTCPModule instance)
-