Uses of Class
com.sun.xml.ws.transport.tcp.util.ChannelContext
-
Packages that use ChannelContext Package Description com.sun.xml.ws.transport.tcp.client com.sun.xml.ws.transport.tcp.server 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 Modifier and Type Method Description ChannelContextClientConnectionSession. findWSServiceContextByURI(WSTCPURI wsTCPURI)ChannelContextTCPClientTransport. getConnectionContext()ChannelContextWSConnectionManager. openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec)Methods in com.sun.xml.ws.transport.tcp.client with parameters of type ChannelContext Modifier and Type Method Description protected voidTCPTransportPipe. abortSession(ChannelContext channelContext)voidWSConnectionManager. closeChannel(ChannelContext channelContext)voidClientConnectionSession. deregisterChannel(ChannelContext context)voidClientConnectionSession. registerChannel(ChannelContext context)protected voidTCPTransportPipe. releaseSession(ChannelContext channelContext)voidTCPClientTransport. setup(ChannelContext channelContext)protected voidTCPTransportPipe. writeTransportSOAPActionHeaderIfRequired(ChannelContext channelContext, ContentType ct, Packet packet)Constructors in com.sun.xml.ws.transport.tcp.client with parameters of type ChannelContext Constructor Description 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 Modifier and Type Method Description ChannelContextServerConnectionSession. findWSServiceContextByChannelId(int channelId)ChannelContextTCPConnectionImpl. getChannelContext()ChannelContextTCPServiceChannelWSAdapter.ServiceChannelWSSatellite. getChannelContext()Methods in com.sun.xml.ws.transport.tcp.server with parameters of type ChannelContext Modifier and Type Method Description voidServerConnectionSession. deregisterChannel(ChannelContext context)protected CodecTCPAdapter.TCPToolkit. getCodec(ChannelContext context)voidTCPAdapter. handle(ChannelContext channelContext)voidTCPMessageListener. onError(ChannelContext channelContext, WSTCPError error)voidWSTCPDelegate. onError(ChannelContext channelContext, WSTCPError error)Implementation of TCPMessageListener.onError method is called if error occured during frame processing on upper levelvoidTCPMessageListener. onMessage(ChannelContext channelContext)voidWSTCPDelegate. onMessage(ChannelContext channelContext)Implementation of TCPMessageListener.onMessage method is called once request message comevoidServerConnectionSession. registerChannel(ChannelContext context)static voidTCPAdapter. sendErrorResponse(ChannelContext channelContext, WSTCPError message)protected voidTCPServiceChannelWSAdapter.ServiceChannelWSSatellite. setConnectionContext(ChannelContext channelContext)Constructors in com.sun.xml.ws.transport.tcp.server with parameters of type ChannelContext Constructor Description TCPConnectionImpl(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 Modifier and Type Method Description voidWSTCPTomcatRegistry. onError(ChannelContext channelContext, WSTCPError error)voidWSTCPTomcatRegistry. 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 Modifier and Type Class Description classChannelZeroContextMethods in com.sun.xml.ws.transport.tcp.util that return ChannelContext Modifier and Type Method Description ChannelContextConnectionSession. findWSServiceContextByChannelId(int channelId)ChannelContextConnectionSession. findWSServiceContextByURI(WSTCPURI wsTCPURI)ChannelContextConnectionSession. getServiceChannelContext()Methods in com.sun.xml.ws.transport.tcp.util with parameters of type ChannelContext Modifier and Type Method Description static voidChannelContext. configureCodec(ChannelContext channelContext, SOAPVersion soapVersion, Codec defaultCodec)Configure Codec according to channel settingsabstract voidConnectionSession. deregisterChannel(ChannelContext context)abstract voidConnectionSession. registerChannel(ChannelContext context)
-