Uses of Class
com.sun.xml.ws.transport.tcp.util.WSTCPException
Packages that use WSTCPException
Package
Description
-
Uses of WSTCPException in com.sun.xml.ws.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client that throw WSTCPExceptionModifier and TypeMethodDescriptionTCPClientTransport.openInputStream()TCPClientTransport.openOutputStream() -
Uses of WSTCPException in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server that throw WSTCPExceptionModifier and TypeMethodDescriptionvoidTCPConnectionImpl.flush()voidTCPAdapter.handle(ChannelContext channelContext) protected voidTCPAdapter.TCPToolkit.handle(TCPConnectionImpl con) TCPConnectionImpl.openInput()TCPConnectionImpl.openOutput()voidTCPConnectionImpl.sendErrorMessage(WSTCPError message) static voidTCPAdapter.sendErrorResponse(ChannelContext channelContext, WSTCPError message) -
Uses of WSTCPException in com.sun.xml.ws.transport.tcp.util
Methods in com.sun.xml.ws.transport.tcp.util that throw WSTCPExceptionModifier and TypeMethodDescriptionChannelContext.decodeMimeType(int contentId) ChannelContext.decodeParam(int paramId) intChannelContext.encodeMimeType(String mimeType) intChannelContext.encodeParam(String paramStr) ChannelContext.getContentType()Gets message's content type from TCP protocol specific representationvoidChannelContext.setContentType(String contentTypeS) Sets message's content type to TCP protocol specific representation