Uses of Class
com.sun.xml.ws.transport.tcp.util.WSTCPException
-
Packages that use WSTCPException Package Description com.sun.xml.ws.transport.tcp.client com.sun.xml.ws.transport.tcp.server com.sun.xml.ws.transport.tcp.util -
-
Uses of WSTCPException in com.sun.xml.ws.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client that throw WSTCPException Modifier and Type Method Description InputStreamTCPClientTransport. openInputStream()OutputStreamTCPClientTransport. openOutputStream() -
Uses of WSTCPException in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server that throw WSTCPException Modifier and Type Method Description voidTCPConnectionImpl. flush()voidTCPAdapter. handle(ChannelContext channelContext)protected voidTCPAdapter.TCPToolkit. handle(TCPConnectionImpl con)InputStreamTCPConnectionImpl. openInput()OutputStreamTCPConnectionImpl. 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 WSTCPException Modifier and Type Method Description StringChannelContext. decodeMimeType(int contentId)StringChannelContext. decodeParam(int paramId)intChannelContext. encodeMimeType(String mimeType)intChannelContext. encodeParam(String paramStr)StringChannelContext. getContentType()Gets message's content type from TCP protocol specific representationvoidContentType. parse(String contentType)voidChannelContext. setContentType(String contentTypeS)Sets message's content type to TCP protocol specific representation
-