Uses of Interface
com.sun.xml.ws.commons.MOMRegistrationAware
-
-
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, WSEndpoint wsEndpoint)voidWSEndpointCollectionBasedMOMListener. registerAtMOM(MOMRegistrationAware momRegistrationAware, org.glassfish.gmbal.ManagedObjectManager managedObjectManager)voidWSEndpointCollectionBasedMOMListener. unregisterFromMOM(MOMRegistrationAware momRegistrationAware, WSEndpoint wsEndpoint)voidWSEndpointCollectionBasedMOMListener. unregisterFromMOM(MOMRegistrationAware momRegistrationAware, org.glassfish.gmbal.ManagedObjectManager managedObjectManager) -
Uses of MOMRegistrationAware in com.sun.xml.ws.runtime.dev
Classes in com.sun.xml.ws.runtime.dev that implement MOMRegistrationAware Modifier and Type Class Description classSessionManagerTheSessionManageris 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 operationsclassSessionManagerImplIn memory implementation ofSessionManager -
Uses of MOMRegistrationAware in com.sun.xml.ws.rx.rm.runtime.sequence
Subinterfaces of MOMRegistrationAware in com.sun.xml.ws.rx.rm.runtime.sequence Modifier and Type Interface Description interfaceSequenceManager -
Uses of MOMRegistrationAware in com.sun.xml.ws.rx.rm.runtime.sequence.invm
Classes in com.sun.xml.ws.rx.rm.runtime.sequence.invm that implement MOMRegistrationAware Modifier and Type Class Description classInVmSequenceManager -
Uses of MOMRegistrationAware in com.sun.xml.ws.rx.rm.runtime.sequence.persistent
Classes in com.sun.xml.ws.rx.rm.runtime.sequence.persistent that implement MOMRegistrationAware Modifier and Type Class Description classPersistentSequenceManager -
Uses of MOMRegistrationAware in com.sun.xml.wss
Classes in com.sun.xml.wss that implement MOMRegistrationAware Modifier and Type Class Description classNonceManagerThis 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 MOMRegistrationAware in com.sun.xml.wss.impl.misc
Classes in com.sun.xml.wss.impl.misc that implement MOMRegistrationAware Modifier and Type Class Description classDefaultNonceManagerclassHANonceManager
-