public class TCPAdapter.TCPToolkit
extends com.sun.xml.ws.api.server.Adapter.Toolkit
implements com.sun.xml.ws.api.server.TransportBackChannel
| Modifier and Type | Field and Description |
|---|---|
protected TCPConnectionImpl |
connection |
| Constructor and Description |
|---|
TCPToolkit() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomPacketSattellites(com.sun.xml.ws.api.message.Packet packet)
Method could be overwritten by children to add some extra Satellites to Packet
|
void |
close() |
protected com.sun.xml.ws.api.pipe.Codec |
getCodec(ChannelContext context) |
protected void |
handle(TCPConnectionImpl con) |
protected TCPConnectionImpl connection
protected void handle(@NotNull
TCPConnectionImpl con)
throws IOException,
WSTCPException
IOExceptionWSTCPException@NotNull
protected com.sun.xml.ws.api.pipe.Codec getCodec(@NotNull
ChannelContext context)
public void addCustomPacketSattellites(@NotNull
com.sun.xml.ws.api.message.Packet packet)
public void close()
close in interface com.sun.xml.ws.api.server.TransportBackChannelCopyright © 2005–2018 Oracle Corporation. All rights reserved.