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

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.server.glassfish.AppServWSRegistry

public final class AppServWSRegistry
extends java.lang.Object


Method Summary
protected  void deregisterEndpoint(com.sun.enterprise.webservice.monitoring.Endpoint endpoint)
          Deregister WS Endpoint
 com.sun.enterprise.webservice.EjbRuntimeEndpointInfo getEjbRuntimeEndpointInfo(java.lang.String wsPath)
          Method is used by WS invoker to clear some EJB invoker state ???
static AppServWSRegistry getInstance()
           
protected  void registerEndpoint(com.sun.enterprise.webservice.monitoring.Endpoint endpoint)
          Register new WS Endpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AppServWSRegistry getInstance()

getEjbRuntimeEndpointInfo

@NotNull
public com.sun.enterprise.webservice.EjbRuntimeEndpointInfo getEjbRuntimeEndpointInfo(@NotNull
                                                                                              java.lang.String wsPath)
Method is used by WS invoker to clear some EJB invoker state ???


registerEndpoint

protected void registerEndpoint(@NotNull
                                com.sun.enterprise.webservice.monitoring.Endpoint endpoint)
Register new WS Endpoint


deregisterEndpoint

protected void deregisterEndpoint(@NotNull
                                  com.sun.enterprise.webservice.monitoring.Endpoint endpoint)
Deregister WS Endpoint