com.sun.xml.ws.transport.tcp.server
Class TCPAdapter.TCPToolkit

java.lang.Object
  extended by com.sun.xml.ws.api.server.Adapter.Toolkit
      extended by 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
protected  TCPConnectionImpl connection
           
 
Fields inherited from class com.sun.xml.ws.api.server.Adapter.Toolkit
codec, head
 
Constructor Summary
TCPAdapter.TCPToolkit()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected TCPConnectionImpl connection
Constructor Detail

TCPAdapter.TCPToolkit

public TCPAdapter.TCPToolkit()
Method Detail

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