com.sun.xml.ws.transport.tcp.server
Class TCPAdapter.TCPToolkit
java.lang.Object
com.sun.xml.ws.api.server.Adapter.Toolkit
com.sun.xml.ws.transport.tcp.server.TCPAdapter.TCPToolkit
- All Implemented Interfaces:
- com.sun.xml.ws.api.server.TransportBackChannel
- Enclosing class:
- TCPAdapter
public class TCPAdapter.TCPToolkit
- extends com.sun.xml.ws.api.server.Adapter.Toolkit
- implements com.sun.xml.ws.api.server.TransportBackChannel
Fields inherited from class com.sun.xml.ws.api.server.Adapter.Toolkit |
codec, head |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connection
protected TCPConnectionImpl connection
TCPAdapter.TCPToolkit
public TCPAdapter.TCPToolkit()
handle
protected void handle(@NotNull
TCPConnectionImpl con)
throws java.io.IOException,
WSTCPException
- Throws:
java.io.IOException
WSTCPException
getCodec
@NotNull
protected com.sun.xml.ws.api.pipe.Codec getCodec(@NotNull
ChannelContext context)
addCustomPacketSattellites
public void addCustomPacketSattellites(@NotNull
com.sun.xml.ws.api.message.Packet packet)
- Method could be overwritten by children to add some extra Satellites to Packet
close
public void close()
- Specified by:
close
in interface com.sun.xml.ws.api.server.TransportBackChannel