Uses of Interface
com.sun.xml.ws.commons.MOMRegistrationAware
-
Packages that use MOMRegistrationAware Package Description com.sun.xml.ws.commons com.sun.xml.ws.runtime.dev -
-
Uses of MOMRegistrationAware in com.sun.xml.ws.commons
Classes in com.sun.xml.ws.commons with type parameters of type MOMRegistrationAware Modifier and Type Class Description classWSEndpointCollectionBasedMOMListener<T extends MOMRegistrationAware>Default implementation ofLazyMOMProvider.DefaultScopeChangeListenerfor manager factories handlingWSEndpointinstances.Classes in com.sun.xml.ws.commons that implement MOMRegistrationAware Modifier and Type Class Description classAbstractMOMRegistrationAwareDefault implementation ofMOMRegistrationAware.Methods in com.sun.xml.ws.commons with parameters of type MOMRegistrationAware Modifier and Type Method Description voidWSEndpointCollectionBasedMOMListener. registerAtMOM(MOMRegistrationAware momRegistrationAware, com.sun.xml.ws.api.server.WSEndpoint wsEndpoint)voidWSEndpointCollectionBasedMOMListener. registerAtMOM(MOMRegistrationAware momRegistrationAware, org.glassfish.gmbal.ManagedObjectManager managedObjectManager)voidWSEndpointCollectionBasedMOMListener. unregisterFromMOM(MOMRegistrationAware momRegistrationAware, com.sun.xml.ws.api.server.WSEndpoint wsEndpoint)voidWSEndpointCollectionBasedMOMListener. unregisterFromMOM(MOMRegistrationAware momRegistrationAware, org.glassfish.gmbal.ManagedObjectManager managedObjectManager) -
Uses of MOMRegistrationAware in com.sun.xml.ws.runtime.dev
Classes in com.sun.xml.ws.runtime.dev that implement MOMRegistrationAware Modifier and Type Class Description classSessionManagerTheSessionManageris 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 operationsclassSessionManagerImplIn memory implementation ofSessionManager
-