Package com.sun.xml.ws.commons
Interface MOMRegistrationAware
-
- All Known Subinterfaces:
SequenceManager
- All Known Implementing Classes:
AbstractMOMRegistrationAware
,DefaultNonceManager
,HANonceManager
,InVmSequenceManager
,NonceManager
,PersistentSequenceManager
,SessionManager
,SessionManagerImpl
public interface MOMRegistrationAware
Provides information whether or not is an object registered atManagedObjectManager
or not. All classes that use explicit registration atManagedObjectManager
should implement this interface as it is used when deferring Gmbal API calls inWSEndpointCollectionBasedMOMListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRegisteredAtMOM()
void
setRegisteredAtMOM(boolean isRegisteredAtMOM)
-