Package com.sun.xml.ws.commons
Interface MOMRegistrationAware
-
- All Known Implementing Classes:
AbstractMOMRegistrationAware
public interface MOMRegistrationAwareProvides information whether or not is an object registered atManagedObjectManageror not. All classes that use explicit registration atManagedObjectManagershould 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 booleanisRegisteredAtMOM()voidsetRegisteredAtMOM(boolean isRegisteredAtMOM)
-