Uses of Class
com.sun.xml.ws.transport.tcp.util.ChannelContext
Packages that use ChannelContext
Package
Description
-
Uses of ChannelContext in com.sun.xml.ws.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client that return ChannelContextModifier and TypeMethodDescriptionClientConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) TCPClientTransport.getConnectionContext()WSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec) Methods in com.sun.xml.ws.transport.tcp.client with parameters of type ChannelContextModifier and TypeMethodDescriptionprotected 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 -
Uses of ChannelContext in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server that return ChannelContextModifier and TypeMethodDescriptionServerConnectionSession.findWSServiceContextByChannelId(int channelId) TCPConnectionImpl.getChannelContext()TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.getChannelContext()Methods in com.sun.xml.ws.transport.tcp.server with parameters of type ChannelContextModifier and TypeMethodDescriptionvoidServerConnectionSession.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 -
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 ChannelContextModifier and TypeMethodDescriptionvoidWSTCPTomcatRegistry.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.utilMethods in com.sun.xml.ws.transport.tcp.util that return ChannelContextModifier and TypeMethodDescriptionConnectionSession.findWSServiceContextByChannelId(int channelId) ConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) ConnectionSession.getServiceChannelContext()Methods in com.sun.xml.ws.transport.tcp.util with parameters of type ChannelContextModifier and TypeMethodDescriptionstatic voidChannelContext.configureCodec(ChannelContext channelContext, SOAPVersion soapVersion, Codec defaultCodec) Configure Codec according to channel settingsabstract voidConnectionSession.deregisterChannel(ChannelContext context) abstract voidConnectionSession.registerChannel(ChannelContext context)