public final class WSTCPAdapterRegistryImpl extends Object implements com.sun.xml.ws.transport.tcp.server.WSTCPAdapterRegistry
| Modifier and Type | Class and Description |
|---|---|
protected static class |
WSTCPAdapterRegistryImpl.RegistryRecord |
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterEndpoint(String path) |
static WSTCPAdapterRegistryImpl |
getInstance() |
com.sun.xml.ws.transport.tcp.server.TCPAdapter |
getTarget(com.sun.xml.ws.transport.tcp.util.WSTCPURI requestURI) |
WSEndpointDescriptor |
lookupEndpoint(String path) |
void |
registerEndpoint(String path,
WSEndpointDescriptor wsEndpointDescriptor) |
@NotNull public static WSTCPAdapterRegistryImpl getInstance()
public com.sun.xml.ws.transport.tcp.server.TCPAdapter getTarget(@NotNull
com.sun.xml.ws.transport.tcp.util.WSTCPURI requestURI)
getTarget in interface com.sun.xml.ws.transport.tcp.server.WSTCPAdapterRegistrypublic void registerEndpoint(@NotNull
String path,
@NotNull
WSEndpointDescriptor wsEndpointDescriptor)
public void deregisterEndpoint(@NotNull
String path)
public WSEndpointDescriptor lookupEndpoint(@NotNull String path)
Copyright © 2017. All rights reserved.