| 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 |
|---|---|
ChannelContext |
ClientConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) |
ChannelContext |
TCPClientTransport.getConnectionContext() |
ChannelContext |
WSConnectionManager.openChannel(WSTCPURI uri,
com.sun.xml.ws.api.WSService wsService,
com.sun.xml.ws.api.WSBinding wsBinding,
com.sun.xml.ws.api.pipe.Codec defaultCodec) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TCPTransportPipe.abortSession(ChannelContext channelContext) |
void |
WSConnectionManager.closeChannel(ChannelContext channelContext) |
void |
ClientConnectionSession.deregisterChannel(ChannelContext context) |
void |
ClientConnectionSession.registerChannel(ChannelContext context) |
protected void |
TCPTransportPipe.releaseSession(ChannelContext channelContext) |
void |
TCPClientTransport.setup(ChannelContext channelContext) |
protected void |
TCPTransportPipe.writeTransportSOAPActionHeaderIfRequired(ChannelContext channelContext,
com.sun.xml.ws.api.pipe.ContentType ct,
com.sun.xml.ws.api.message.Packet packet) |
| Constructor and Description |
|---|
TCPClientTransport(ChannelContext channelContext) |
| Modifier and Type | Method and Description |
|---|---|
ChannelContext |
ServerConnectionSession.findWSServiceContextByChannelId(int channelId) |
ChannelContext |
TCPConnectionImpl.getChannelContext() |
ChannelContext |
TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.getChannelContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnectionSession.deregisterChannel(ChannelContext context) |
protected com.sun.xml.ws.api.pipe.Codec |
TCPAdapter.TCPToolkit.getCodec(ChannelContext context) |
void |
TCPAdapter.handle(ChannelContext channelContext) |
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 |
WSTCPDelegate.onMessage(ChannelContext channelContext)
Implementation of TCPMessageListener.onMessage
method is called once request message come
|
void |
TCPMessageListener.onMessage(ChannelContext channelContext) |
void |
ServerConnectionSession.registerChannel(ChannelContext context) |
static void |
TCPAdapter.sendErrorResponse(ChannelContext channelContext,
WSTCPError message) |
protected void |
TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.setConnectionContext(ChannelContext channelContext) |
| Constructor and Description |
|---|
TCPConnectionImpl(ChannelContext channelContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSTCPTomcatRegistry.onError(ChannelContext channelContext,
WSTCPError error) |
void |
WSTCPTomcatRegistry.onMessage(ChannelContext channelContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelZeroContext |
| Modifier and Type | Method and Description |
|---|---|
ChannelContext |
ConnectionSession.findWSServiceContextByChannelId(int channelId) |
ChannelContext |
ConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) |
ChannelContext |
ConnectionSession.getServiceChannelContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChannelContext.configureCodec(ChannelContext channelContext,
com.sun.xml.ws.api.SOAPVersion soapVersion,
com.sun.xml.ws.api.pipe.Codec defaultCodec)
Configure Codec according to channel settings
|
abstract void |
ConnectionSession.deregisterChannel(ChannelContext context) |
abstract void |
ConnectionSession.registerChannel(ChannelContext context) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.