Uses of Class
com.sun.xml.ws.transport.tcp.util.WSTCPError
-
Packages that use WSTCPError 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 WSTCPError in com.sun.xml.ws.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client that return WSTCPError Modifier and Type Method Description WSTCPErrorTCPClientTransport. getError() -
Uses of WSTCPError in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server with parameters of type WSTCPError Modifier and Type Method Description 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 levelvoidTCPConnectionImpl. sendErrorMessage(WSTCPError message)static voidTCPAdapter. sendErrorResponse(ChannelContext channelContext, WSTCPError message) -
Uses of WSTCPError in com.sun.xml.ws.transport.tcp.server.tomcat
Methods in com.sun.xml.ws.transport.tcp.server.tomcat with parameters of type WSTCPError Modifier and Type Method Description voidWSTCPTomcatRegistry. onError(ChannelContext channelContext, WSTCPError error) -
Uses of WSTCPError in com.sun.xml.ws.transport.tcp.util
Methods in com.sun.xml.ws.transport.tcp.util that return WSTCPError Modifier and Type Method Description static WSTCPErrorWSTCPError. createCriticalError(int subCode, String description)static WSTCPErrorWSTCPError. createError(int code, int subCode, String description)static WSTCPErrorWSTCPError. createNonCriticalError(int subCode, String description)WSTCPErrorWSTCPException. getError()Constructors in com.sun.xml.ws.transport.tcp.util with parameters of type WSTCPError Constructor Description WSTCPException(WSTCPError error)
-