Uses of Class
com.sun.xml.ws.transport.tcp.util.WSTCPError
Packages that use WSTCPError
Package
Description
-
Uses of WSTCPError in com.sun.xml.ws.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client that return WSTCPError -
Uses of WSTCPError in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server with parameters of type WSTCPErrorModifier and TypeMethodDescriptionvoidTCPMessageListener.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 WSTCPErrorModifier and TypeMethodDescriptionvoidWSTCPTomcatRegistry.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 WSTCPErrorModifier and TypeMethodDescriptionstatic WSTCPErrorWSTCPError.createCriticalError(int subCode, String description) static WSTCPErrorWSTCPError.createError(int code, int subCode, String description) static WSTCPErrorWSTCPError.createNonCriticalError(int subCode, String description) WSTCPException.getError()Constructors in com.sun.xml.ws.transport.tcp.util with parameters of type WSTCPError