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

Packages that use MOMRegistrationAware
com.sun.xml.ws.commons   
 

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)
           
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.