Class WSTCPModule
java.lang.Object
com.sun.xml.ws.transport.tcp.server.WSTCPModule
- Direct Known Subclasses:
WSTCPTomcatRegistry
WSTCPModule. Singlton class, which contains SOAP/TCP related information.
- Author:
- Alexey Stashok
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.xml.ws.api.server.WSEndpoint<ServiceChannelWSImpl>abstract voidfree(String contextPath, List<TCPAdapter> adapters) static WSTCPModuleMethod returns initialized WSTCPModule instanceabstract intgetPort()Returns port, SOAP/TCP is listening on.abstract voidregister(String contextPath, List<TCPAdapter> adapters) protected static voidsetInstance(WSTCPModule instance)
-
Field Details
-
logger
-
-
Constructor Details
-
WSTCPModule
public WSTCPModule()
-
-
Method Details
-
getInstance
Method returns initialized WSTCPModule instance- Throws:
IllegalStateException- if instance was not initialized
-
setInstance
-
createServiceChannelEndpoint
-
register
-
free
-
getPort
public abstract int getPort()Returns port, SOAP/TCP is listening on.- Returns:
- the port, SOAP/TCP is linstening on. -1 if SOAP/TCP doesn't open own TCP port, but uses connections provided by runtime.
-