| Package | Description |
|---|---|
| com.sun.xml.ws.transport.tcp.server | |
| com.sun.xml.ws.transport.tcp.server.tomcat |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPServiceChannelWSAdapter |
| Modifier and Type | Field and Description |
|---|---|
static com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory<TCPAdapter> |
TCPAdapter.FACTORY |
| Modifier and Type | Method and Description |
|---|---|
TCPAdapter |
TCPAdapterList.createAdapter(String name,
String urlPattern,
com.sun.xml.ws.api.server.WSEndpoint<?> endpoint) |
TCPAdapter |
TCPAdapterList.get(int index) |
TCPAdapter |
WSTCPDelegate.getTarget(WSTCPURI tcpURI)
Determines which
TCPAdapter serves the given request. |
TCPAdapter |
WSTCPAdapterRegistry.getTarget(WSTCPURI requestURI) |
| Modifier and Type | Method and Description |
|---|---|
List<TCPAdapter> |
WSTCP.parseDeploymentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WSTCPModule.free(String contextPath,
List<TCPAdapter> adapters) |
void |
WSTCPDelegate.freeAdapters(String contextPath,
List<TCPAdapter> adapters) |
abstract void |
WSTCPModule.register(String contextPath,
List<TCPAdapter> adapters) |
void |
WSTCPDelegate.registerAdapters(String contextPath,
List<TCPAdapter> adapters) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSTCPTomcatRegistry.free(String contextPath,
List<TCPAdapter> adapters) |
void |
WSTCPTomcatRegistry.register(String contextPath,
List<TCPAdapter> adapters) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.