Uses of Interface
com.sun.xml.ws.commons.MOMRegistrationAware

Packages that use MOMRegistrationAware
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
 class WSEndpointCollectionBasedMOMListener<T extends MOMRegistrationAware>
          Default implementation of LazyMOMProvider.DefaultScopeChangeListener for manager factories handling WSEndpoint instances.
 

Classes in com.sun.xml.ws.commons that implement MOMRegistrationAware
 class AbstractMOMRegistrationAware
          Default implementation of MOMRegistrationAware.
 

Methods in com.sun.xml.ws.commons with parameters of type MOMRegistrationAware
 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)
           
 

Uses of MOMRegistrationAware in com.sun.xml.ws.runtime.dev
 

Classes in com.sun.xml.ws.runtime.dev that implement MOMRegistrationAware
 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-2015 Oracle Corporation. All Rights Reserved.