| Package | Description |
|---|---|
| com.sun.xml.ws.commons | |
| com.sun.xml.ws.runtime.dev |
| Modifier and Type | Class and Description |
|---|---|
class |
WSEndpointCollectionBasedMOMListener<T extends MOMRegistrationAware>
Default implementation of
LazyMOMProvider.DefaultScopeChangeListener for manager factories handling WSEndpoint instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMOMRegistrationAware
Default implementation of
MOMRegistrationAware. |
| Modifier and Type | Method and Description |
|---|---|
void |
WSEndpointCollectionBasedMOMListener.registerAtMOM(MOMRegistrationAware momRegistrationAware,
org.glassfish.gmbal.ManagedObjectManager managedObjectManager) |
void |
WSEndpointCollectionBasedMOMListener.registerAtMOM(MOMRegistrationAware momRegistrationAware,
com.sun.xml.ws.api.server.WSEndpoint wsEndpoint) |
void |
WSEndpointCollectionBasedMOMListener.unregisterFromMOM(MOMRegistrationAware momRegistrationAware,
org.glassfish.gmbal.ManagedObjectManager managedObjectManager) |
void |
WSEndpointCollectionBasedMOMListener.unregisterFromMOM(MOMRegistrationAware momRegistrationAware,
com.sun.xml.ws.api.server.WSEndpoint wsEndpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionManager
The
SessionManager is used to obtain session information
This can be implemented using persistent storage mechanisms or using transient storage
Even if it is implemented using persistent storage the implementation should take care
of backing by a cache which will avoid the overhead of serialization and database
operations |
class |
SessionManagerImpl
In memory implementation of
SessionManager |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.