com.sun.xml.ws.transport.tcp.server.glassfish
Class WSTCPAdapterRegistryImpl

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.server.glassfish.WSTCPAdapterRegistryImpl
All Implemented Interfaces:
WSTCPAdapterRegistry

public final class WSTCPAdapterRegistryImpl
extends java.lang.Object
implements WSTCPAdapterRegistry


Nested Class Summary
protected static class WSTCPAdapterRegistryImpl.RegistryRecord
           
 
Method Summary
 void deregisterEndpoint(java.lang.String path)
           
static WSTCPAdapterRegistryImpl getInstance()
           
 TCPAdapter getTarget(WSTCPURI requestURI)
           
 WSEndpointDescriptor lookupEndpoint(java.lang.String path)
           
 void registerEndpoint(java.lang.String path, WSEndpointDescriptor wsEndpointDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

@NotNull
public static WSTCPAdapterRegistryImpl getInstance()

getTarget

public TCPAdapter getTarget(@NotNull
                            WSTCPURI requestURI)
Specified by:
getTarget in interface WSTCPAdapterRegistry

registerEndpoint

public void registerEndpoint(@NotNull
                             java.lang.String path,
                             @NotNull
                             WSEndpointDescriptor wsEndpointDescriptor)

deregisterEndpoint

public void deregisterEndpoint(@NotNull
                               java.lang.String path)

lookupEndpoint

public WSEndpointDescriptor lookupEndpoint(@NotNull
                                           java.lang.String path)