| Package | Description |
|---|---|
| com.sun.xml.ws.transport.tcp.client | |
| com.sun.xml.ws.transport.tcp.server | |
| com.sun.xml.ws.transport.tcp.util |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSession |
WSConnectionManager.createConnectionSession(WSTCPURI tcpURI)
Open new tcp connection and establish service virtual connection
|
ChannelContext |
ClientConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) |
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 |
|---|---|
TCPAdapter |
WSTCPDelegate.getTarget(WSTCPURI tcpURI)
Determines which
TCPAdapter serves the given request. |
TCPAdapter |
WSTCPAdapterRegistry.getTarget(WSTCPURI requestURI) |
| Modifier and Type | Method and Description |
|---|---|
WSTCPURI |
ChannelSettings.getTargetWSURI() |
WSTCPURI |
ChannelContext.getTargetWSURI()
Return correspondent WS's URI
|
static WSTCPURI |
WSTCPURI.parse(String uri) |
static WSTCPURI |
WSTCPURI.parse(URI uri) |
WSTCPURI |
WSTCPURI.WSTCPURI2StringJAXBAdapter.unmarshal(String uri) |
| Modifier and Type | Method and Description |
|---|---|
ChannelContext |
ConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) |
String |
WSTCPURI.WSTCPURI2StringJAXBAdapter.marshal(WSTCPURI tcpURI) |
void |
ChannelSettings.setTargetWSURI(WSTCPURI targetWSURI) |
| Constructor and Description |
|---|
ChannelSettings(List<String> negotiatedMimeTypes,
List<String> negotiatedParams,
int channelId,
QName wsServiceName,
WSTCPURI targetWSURI) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.