public class WSTCPTomcatRegistry extends WSTCPModule implements TCPMessageListener
logger| Modifier and Type | Method and Description |
|---|---|
void |
free(String contextPath,
List<TCPAdapter> adapters) |
int |
getPort()
Returns port, SOAP/TCP is listening on.
|
void |
onError(ChannelContext channelContext,
WSTCPError error) |
void |
onMessage(ChannelContext channelContext) |
void |
register(String contextPath,
List<TCPAdapter> adapters) |
protected static void |
setInstance(WSTCPModule instance) |
createServiceChannelEndpoint, getInstanceprotected static void setInstance(WSTCPModule instance)
public int getPort()
WSTCPModulegetPort in class WSTCPModulepublic void onMessage(ChannelContext channelContext) throws IOException
onMessage in interface TCPMessageListenerIOExceptionpublic void onError(ChannelContext channelContext, WSTCPError error) throws IOException
onError in interface TCPMessageListenerIOExceptionpublic void register(String contextPath, List<TCPAdapter> adapters)
register in class WSTCPModulepublic void free(String contextPath, List<TCPAdapter> adapters)
free in class WSTCPModuleCopyright © 2005–2018 Oracle Corporation. All rights reserved.