Uses of Class
com.sun.xml.ws.transport.tcp.util.ChannelContext

Packages that use ChannelContext
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.server   
com.sun.xml.ws.transport.tcp.server.glassfish   
com.sun.xml.ws.transport.tcp.server.tomcat   
com.sun.xml.ws.transport.tcp.util   
 

Uses of ChannelContext in com.sun.xml.ws.transport.tcp.client
 

Methods in com.sun.xml.ws.transport.tcp.client that return ChannelContext
 ChannelContext ClientConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI)
           
 ChannelContext TCPClientTransport.getConnectionContext()
           
 ChannelContext WSConnectionManager.openChannel(WSTCPURI uri, com.sun.xml.ws.api.WSService wsService, com.sun.xml.ws.api.WSBinding wsBinding, com.sun.xml.ws.api.pipe.Codec defaultCodec)
           
 

Methods in com.sun.xml.ws.transport.tcp.client with parameters of type ChannelContext
protected  void TCPTransportPipe.abortSession(ChannelContext channelContext)
           
 void WSConnectionManager.closeChannel(ChannelContext channelContext)
           
 void ClientConnectionSession.deregisterChannel(ChannelContext context)
           
 void ClientConnectionSession.registerChannel(ChannelContext context)
           
protected  void TCPTransportPipe.releaseSession(ChannelContext channelContext)
           
 void TCPClientTransport.setup(ChannelContext channelContext)
           
protected  void TCPTransportPipe.writeTransportSOAPActionHeaderIfRequired(ChannelContext channelContext, com.sun.xml.ws.api.pipe.ContentType ct, com.sun.xml.ws.api.message.Packet packet)
           
 

Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type ChannelContext
TCPClientTransport(ChannelContext channelContext)
           
 

Uses of ChannelContext in com.sun.xml.ws.transport.tcp.server
 

Methods in com.sun.xml.ws.transport.tcp.server that return ChannelContext
 ChannelContext ServerConnectionSession.findWSServiceContextByChannelId(int channelId)
           
 ChannelContext TCPConnectionImpl.getChannelContext()
           
 ChannelContext TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.getChannelContext()
           
 

Methods in com.sun.xml.ws.transport.tcp.server with parameters of type ChannelContext
 void ServerConnectionSession.deregisterChannel(ChannelContext context)
           
protected  com.sun.xml.ws.api.pipe.Codec TCPAdapter.TCPToolkit.getCodec(ChannelContext context)
           
 void TCPAdapter.handle(ChannelContext channelContext)
           
 void TCPMessageListener.onError(ChannelContext channelContext, WSTCPError error)
           
 void WSTCPDelegate.onError(ChannelContext channelContext, WSTCPError error)
          Implementation of TCPMessageListener.onError method is called if error occured during frame processing on upper level
 void TCPMessageListener.onMessage(ChannelContext channelContext)
           
 void WSTCPDelegate.onMessage(ChannelContext channelContext)
          Implementation of TCPMessageListener.onMessage method is called once request message come
 void ServerConnectionSession.registerChannel(ChannelContext context)
           
static void TCPAdapter.sendErrorResponse(ChannelContext channelContext, WSTCPError message)
           
protected  void TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.setConnectionContext(ChannelContext channelContext)
           
 

Constructors in com.sun.xml.ws.transport.tcp.server with parameters of type ChannelContext
TCPConnectionImpl(ChannelContext channelContext)
           
 

Uses of ChannelContext in com.sun.xml.ws.transport.tcp.server.glassfish
 

Methods in com.sun.xml.ws.transport.tcp.server.glassfish with parameters of type ChannelContext
 void TCP109Adapter.handle(ChannelContext channelContext)
           
 

Uses of ChannelContext in com.sun.xml.ws.transport.tcp.server.tomcat
 

Methods in com.sun.xml.ws.transport.tcp.server.tomcat with parameters of type ChannelContext
 void WSTCPTomcatRegistry.onError(ChannelContext channelContext, WSTCPError error)
           
 void WSTCPTomcatRegistry.onMessage(ChannelContext channelContext)
           
 

Uses of ChannelContext in com.sun.xml.ws.transport.tcp.util
 

Subclasses of ChannelContext in com.sun.xml.ws.transport.tcp.util
 class ChannelZeroContext
           
 

Methods in com.sun.xml.ws.transport.tcp.util that return ChannelContext
 ChannelContext ConnectionSession.findWSServiceContextByChannelId(int channelId)
           
 ChannelContext ConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI)
           
 ChannelContext ConnectionSession.getServiceChannelContext()
           
 

Methods in com.sun.xml.ws.transport.tcp.util with parameters of type ChannelContext
static void ChannelContext.configureCodec(ChannelContext channelContext, com.sun.xml.ws.api.SOAPVersion soapVersion, com.sun.xml.ws.api.pipe.Codec defaultCodec)
          Configure Codec according to channel settings
abstract  void ConnectionSession.deregisterChannel(ChannelContext context)
           
abstract  void ConnectionSession.registerChannel(ChannelContext context)