Uses of Interface
com.sun.xml.ws.commons.MOMRegistrationAware
-
Packages that use MOMRegistrationAware Package Description 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 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)
-