Class AppServRegistry
- java.lang.Object
-
- org.glassfish.webservices.transport.tcp.AppServRegistry
-
public final class AppServRegistry extends Object
- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidderegisterEndpoint(Endpoint endpoint)Deregister WS EndpointEjbRuntimeEndpointInfogetEjbRuntimeEndpointInfo(String wsPath)Method is used by WS invoker to clear some EJB invoker state ???static AppServRegistrygetInstance()protected voidregisterEndpoint(Endpoint endpoint)Register new WS Endpoint
-
-
-
Method Detail
-
getInstance
public static AppServRegistry getInstance()
-
getEjbRuntimeEndpointInfo
@NotNull public EjbRuntimeEndpointInfo getEjbRuntimeEndpointInfo(@NotNull String wsPath)
Method is used by WS invoker to clear some EJB invoker state ???
-
registerEndpoint
protected void registerEndpoint(@NotNull Endpoint endpoint)Register new WS Endpoint
-
deregisterEndpoint
protected void deregisterEndpoint(@NotNull Endpoint endpoint)Deregister WS Endpoint
-
-