Uses of Interface
com.sun.xml.ws.api.server.LazyMOMProvider.ScopeChangeListener
-
Packages that use LazyMOMProvider.ScopeChangeListener Package Description com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.commons com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of LazyMOMProvider.ScopeChangeListener in com.sun.xml.ws.api.server
Subinterfaces of LazyMOMProvider.ScopeChangeListener in com.sun.xml.ws.api.server Modifier and Type Interface Description static interfaceLazyMOMProvider.DefaultScopeChangeListenerDefault interface for all object that want to be notified about scope change.static interfaceLazyMOMProvider.WSEndpointScopeChangeListenerInterface used for distinguishing between a registration of a WSEndpointImpl rather than of other classes. -
Uses of LazyMOMProvider.ScopeChangeListener in com.sun.xml.ws.commons
Classes in com.sun.xml.ws.commons that implement LazyMOMProvider.ScopeChangeListener Modifier and Type Class Description classWSEndpointCollectionBasedMOMListener<T extends MOMRegistrationAware>Default implementation ofLazyMOMProvider.DefaultScopeChangeListenerfor manager factories handlingWSEndpointinstances. -
Uses of LazyMOMProvider.ScopeChangeListener in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement LazyMOMProvider.ScopeChangeListener Modifier and Type Class Description classWSEndpointImpl<T>WSEndpointimplementation.
-