|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSTCPException | |
---|---|
com.sun.xml.ws.transport.tcp.client | |
com.sun.xml.ws.transport.tcp.server | |
com.sun.xml.ws.transport.tcp.server.glassfish | |
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 | |
---|---|
java.io.InputStream |
TCPClientTransport.openInputStream()
|
java.io.OutputStream |
TCPClientTransport.openOutputStream()
|
Uses of WSTCPException in com.sun.xml.ws.transport.tcp.server |
---|
Methods in com.sun.xml.ws.transport.tcp.server that throw WSTCPException | |
---|---|
void |
TCPConnectionImpl.flush()
|
void |
TCPAdapter.handle(ChannelContext channelContext)
|
protected void |
TCPAdapter.TCPToolkit.handle(TCPConnectionImpl con)
|
java.io.InputStream |
TCPConnectionImpl.openInput()
|
java.io.OutputStream |
TCPConnectionImpl.openOutput()
|
void |
TCPConnectionImpl.sendErrorMessage(WSTCPError message)
|
static void |
TCPAdapter.sendErrorResponse(ChannelContext channelContext,
WSTCPError message)
|
Uses of WSTCPException in com.sun.xml.ws.transport.tcp.server.glassfish |
---|
Methods in com.sun.xml.ws.transport.tcp.server.glassfish that throw WSTCPException | |
---|---|
void |
TCP109Adapter.handle(ChannelContext channelContext)
|
Uses of WSTCPException in com.sun.xml.ws.transport.tcp.util |
---|
Methods in com.sun.xml.ws.transport.tcp.util that throw WSTCPException | |
---|---|
java.lang.String |
ChannelContext.decodeMimeType(int contentId)
|
java.lang.String |
ChannelContext.decodeParam(int paramId)
|
int |
ChannelContext.encodeMimeType(java.lang.String mimeType)
|
int |
ChannelContext.encodeParam(java.lang.String paramStr)
|
java.lang.String |
ChannelContext.getContentType()
Gets message's content type from TCP protocol specific representation |
void |
ContentType.parse(java.lang.String contentType)
|
void |
ChannelContext.setContentType(java.lang.String contentTypeS)
Sets message's content type to TCP protocol specific representation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |