com.sun.xml.ws.transport.tcp.server.glassfish
Class WSTCPAdapterRegistryImpl
java.lang.Object
com.sun.xml.ws.transport.tcp.server.glassfish.WSTCPAdapterRegistryImpl
- All Implemented Interfaces:
- WSTCPAdapterRegistry
public final class WSTCPAdapterRegistryImpl
- extends Object
- implements WSTCPAdapterRegistry
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
@NotNull
public static WSTCPAdapterRegistryImpl getInstance()
getTarget
public TCPAdapter getTarget(@NotNull
WSTCPURI requestURI)
- Specified by:
getTarget in interface WSTCPAdapterRegistry
registerEndpoint
public void registerEndpoint(@NotNull
String path,
@NotNull
WSEndpointDescriptor wsEndpointDescriptor)
deregisterEndpoint
public void deregisterEndpoint(@NotNull
String path)
lookupEndpoint
public WSEndpointDescriptor lookupEndpoint(@NotNull
String path)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.