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
-
-
Field Summary
Fields Modifier and Type Field Description protected TCPConnectionImplconnection
-
Constructor Summary
Constructors Constructor Description TCPToolkit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCustomPacketSattellites(com.sun.xml.ws.api.message.Packet packet)Method could be overwritten by children to add some extra Satellites to Packetvoidclose()protected com.sun.xml.ws.api.pipe.CodecgetCodec(ChannelContext context)protected voidhandle(TCPConnectionImpl con)
-
-
-
Field Detail
-
connection
protected TCPConnectionImpl connection
-
-
Method Detail
-
handle
protected void handle(@NotNull TCPConnectionImpl con) throws IOException, WSTCPException- Throws:
IOExceptionWSTCPException
-
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:
closein interfacecom.sun.xml.ws.api.server.TransportBackChannel
-
-