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:
TransportBackChannel
- Enclosing class:
- TCPAdapter
-
Field Summary
FieldsFields inherited from class com.sun.xml.ws.api.server.Adapter.Toolkit
codec, head -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomPacketSattellites(Packet packet) Method could be overwritten by children to add some extra Satellites to Packetvoidclose()See the class javadoc for the discussion.protected CodecgetCodec(ChannelContext context) protected voidhandle(TCPConnectionImpl con)
-
Field Details
-
connection
-
-
Constructor Details
-
TCPToolkit
public TCPToolkit()
-
-
Method Details
-
handle
- Throws:
IOExceptionWSTCPException
-
getCodec
-
addCustomPacketSattellites
Method could be overwritten by children to add some extra Satellites to Packet -
close
public void close()Description copied from interface:TransportBackChannelSee the class javadoc for the discussion.JAX-WS is not guaranteed to call this method for all operations that do not have a response. This is merely a hint.
When the implementation of this method fails to close the connection successfuly, it should record the error, and return normally. Do not throw any exception.
- Specified by:
closein interfaceTransportBackChannel
-