| 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 |
| Modifier and Type | Method and Description |
|---|---|
WSTCPError |
TCPClientTransport.getError() |
| Modifier and Type | Method and Description |
|---|---|
void |
WSTCPDelegate.onError(ChannelContext channelContext,
WSTCPError error)
Implementation of TCPMessageListener.onError
method is called if error occured during frame processing
on upper level
|
void |
TCPMessageListener.onError(ChannelContext channelContext,
WSTCPError error) |
void |
TCPConnectionImpl.sendErrorMessage(WSTCPError message) |
static void |
TCPAdapter.sendErrorResponse(ChannelContext channelContext,
WSTCPError message) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSTCPTomcatRegistry.onError(ChannelContext channelContext,
WSTCPError error) |
| Modifier and Type | Method and Description |
|---|---|
static WSTCPError |
WSTCPError.createCriticalError(int subCode,
String description) |
static WSTCPError |
WSTCPError.createError(int code,
int subCode,
String description) |
static WSTCPError |
WSTCPError.createNonCriticalError(int subCode,
String description) |
WSTCPError |
WSTCPException.getError() |
| Constructor and Description |
|---|
WSTCPException(WSTCPError error) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.