Package com.sun.xml.ws.commons
Class AbstractMOMRegistrationAware
- java.lang.Object
-
- com.sun.xml.ws.commons.AbstractMOMRegistrationAware
-
- All Implemented Interfaces:
MOMRegistrationAware
- Direct Known Subclasses:
SessionManager
public abstract class AbstractMOMRegistrationAware extends Object implements MOMRegistrationAware
Default implementation ofMOMRegistrationAware.
-
-
Constructor Summary
Constructors Constructor Description AbstractMOMRegistrationAware()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRegisteredAtMOM()voidsetRegisteredAtMOM(boolean atMOM)
-
-
-
Method Detail
-
isRegisteredAtMOM
public boolean isRegisteredAtMOM()
- Specified by:
isRegisteredAtMOMin interfaceMOMRegistrationAware
-
setRegisteredAtMOM
public void setRegisteredAtMOM(boolean atMOM)
- Specified by:
setRegisteredAtMOMin interfaceMOMRegistrationAware
-
-