Uses of Class
com.sun.xml.ws.commons.AbstractMOMRegistrationAware

Packages that use AbstractMOMRegistrationAware
com.sun.xml.ws.runtime.dev   
com.sun.xml.ws.rx.rm.runtime.sequence.invm   
com.sun.xml.ws.rx.rm.runtime.sequence.persistent   
com.sun.xml.wss   
com.sun.xml.wss.impl.misc   
 

Uses of AbstractMOMRegistrationAware in com.sun.xml.ws.runtime.dev
 

Subclasses of AbstractMOMRegistrationAware in com.sun.xml.ws.runtime.dev
 class SessionManager
          The SessionManager is used to obtain session information This can be implemented using persistent storage mechanisms or using transient storage Even if it is implemented using persistent storage the implementation should take care of backing by a cache which will avoid the overhead of serialization and database operations
 class SessionManagerImpl
          In memory implementation of SessionManager
 

Uses of AbstractMOMRegistrationAware in com.sun.xml.ws.rx.rm.runtime.sequence.invm
 

Subclasses of AbstractMOMRegistrationAware in com.sun.xml.ws.rx.rm.runtime.sequence.invm
 class InVmSequenceManager
           
 

Uses of AbstractMOMRegistrationAware in com.sun.xml.ws.rx.rm.runtime.sequence.persistent
 

Subclasses of AbstractMOMRegistrationAware in com.sun.xml.ws.rx.rm.runtime.sequence.persistent
 class PersistentSequenceManager
           
 

Uses of AbstractMOMRegistrationAware in com.sun.xml.wss
 

Subclasses of AbstractMOMRegistrationAware in com.sun.xml.wss
 class NonceManager
          This abstract class defines an SPI that Metro Application developers can implement, to handle custom validation of Nonces used in conjunction with Password-Digest Authentication.
 

Uses of AbstractMOMRegistrationAware in com.sun.xml.wss.impl.misc
 

Subclasses of AbstractMOMRegistrationAware in com.sun.xml.wss.impl.misc
 class DefaultNonceManager
           
 class HANonceManager
           
 



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